Commit Graph
219 Commits
Author SHA1 Message Date
Electric1447 07047a97ec fix Dutch strings.xml 2021-08-31 23:16:44 +03:00
Federico Dossena 7e48ddd4c5 Merge pull request #125 from Vistaus/master
Updated Dutch translation
2021-08-31 16:00:51 +00:00
Heimen Stoffels e66be09b4b Updated Dutch translation 2021-08-31 17:34:17 +02:00
Electric1447 4081e8a2e1 move unregisterReceivers to methods 1.7 2021-08-30 23:44:17 +03:00
Electric1447 a741d7f79f Change import code style 2021-08-30 23:29:19 +03:00
Electric1447 9bc8a4f3ea Move MIUI Warning to its own class 2021-08-30 23:23:27 +03:00
Electric1447 98f9ef13ee Updated Screenshots 2021-08-30 13:45:19 +03:00
Electric1447 a700521fb5 rewrite preference screen 2021-08-29 16:37:53 +03:00
Electric1447 5cb5dac140 Remove hide app (deprecated on android 10+) 2021-08-29 16:31:36 +03:00
Electric1447 6a8236923e cleanup 2021-08-27 00:41:16 +03:00
Electric1447 87e837627e Update README.md 2021-08-25 23:25:33 +03:00
Electric1447 1fece71c64 bump version 2021-08-25 23:23:48 +03:00
Electric1447 afc23eb047 Use case view for "singlepods" 2021-08-25 23:23:14 +03:00
Electric1447 bc7047b3cd Update assets 2021-08-25 23:20:46 +03:00
Electric1447 ff20e68c85 Update UI for new devices 2021-08-25 23:03:27 +03:00
Electric1447 089fc199bb Add support for BeatsFlex, BeatsSolo3, BeatsStudio3, BeatsX, Powerbeats3, Powerbeats Pro 2021-08-25 19:19:37 +03:00
Electric1447 54356616ee Added restart service option in settings 2021-08-25 01:30:07 +03:00
Electric1447 e2ff79aced Remove misc.xml 2021-08-25 01:29:43 +03:00
Electric1447 56c9481201 Update .gitignore 2021-08-25 01:27:06 +03:00
Electric1447 33eb36eb6a Massive rewrite 2021-08-25 00:54:29 +03:00
Electric1447 3b497cc526 Add AirPods Max support 2021-08-24 21:32:08 +03:00
Electric1447 4f7586909a Apparently having setReportDelay(0) makes the BLE scanner shit its pants 2021-08-19 22:25:13 +03:00
Electric1447 a31398101f Remove badge from app notifications & fixed 2ms delay on BLE scanner 2021-08-19 19:52:19 +03:00
Electric1447 624fa67ba7 Update intro screen to show toast when permission is not granted. 2021-08-14 20:31:53 +03:00
Electric1447 0285ea2dff Update build tools 2021-08-14 19:07:41 +03:00
Electric1447 e1493ffb83 Merge Bluetooth permissions 2021-08-14 18:59:34 +03:00
Electric1447 424cc7f4d3 fix indentation 2021-07-20 17:08:34 +03:00
Electric1447 9c8b91990e Android 12 support (for real this time) 2021-07-20 17:05:45 +03:00
Electric1447 02c754cf9e Fix checkAllPermissions for Android 12 2021-07-19 23:01:59 +03:00
Electric1447 aee5b03a29 Android 12 support 2021-07-19 00:56:49 +03:00
Electric1447 d45f0577a0 Update .gitignore 2021-07-19 00:48:15 +03:00
Electric 32f8fce6a6 clean 1.6 2021-06-09 00:35:44 +03:00
Electric df49fac764 Update bg notification, show steps in the allow button 2021-06-08 19:30:33 +03:00
Itai Levin bfbfa0a942 Update README.md 2021-06-08 16:17:47 +03:00
Itai Levin cf97f48b39 Merge pull request #97 from Domi04151309/patch-1
Point out possible risks of license violations
2021-06-08 16:15:47 +03:00
Electric 966a8689ff Bump version 2021-06-08 16:00:29 +03:00
Electric e7e7323135 Overhauled setup, updated api30+ workaround. 2021-06-08 16:00:16 +03:00
Electric afb013a1bd Change version string 2021-06-07 20:26:12 +03:00
Electric 4e4f7ea3b6 Android 11 Workaround 2021-06-07 19:48:38 +03:00
Electric 509ecd00c5 Update credits 2021-06-07 19:48:14 +03:00
Electric 0b8f178531 Update build tools 2021-06-07 19:47:55 +03:00
dosse91 d089b350ea Release 1.5.1 1.5.1 2021-03-26 07:36:46 +01:00
Federico Dossena 8167e84c7d Merge pull request #112 from Reflexe/bugfix/107-remote-views-memory-leak
Bugfix: Recreate RemoteViews on every iteration
2021-02-12 19:59:07 +01:00
Federico Dossena 7b23d3e1e7 Merge pull request #113 from Gijuno/master
Added Korean Strings.xml
2021-01-26 11:35:41 +01:00
Gijuno 158dfe2382 Added Korean Strings.xml
Added Korean Strings.xml
2021-01-26 18:14:35 +09:00
Gijuno 71c5f61638 Delete OpenPods/app/src/main/res/values-ko directory 2021-01-26 18:14:02 +09:00
Gijuno 067b39aaa7 Add files via upload 2021-01-26 18:12:49 +09:00
Shmuel H faef81399d Bugfix: Recreate RemoteViews on every iteration
Fix a memory leak caused by trying to update the same RemoteViews. Instead of trying to update them, create them from scratch on every iteration.

 The memory leak on RemoteViews caused the Parcel to get very big and therefore undeliverable by the Samsung NotificationService.

 See https://stackoverflow.com/a/4484693/6797552

Fixes #107
2021-01-10 23:53:50 +02:00
Electric f00ff42980 Change target api to 29 for possible better performance and compatibility. 2021-01-05 15:06:54 +02:00
Electric 195fb9520a Change ACCESS_COARSE_LOCATION to ACCESS_FINE_LOCATION 2020-12-07 15:22:34 +02:00