214 Commits
Author SHA1 Message Date
Electric1447 9cd800875f Bump version 2025-09-26 16:05:18 +03:00
Electric1447 f693b9a5c5 Update translations 2025-09-26 15:51:22 +03:00
Electric1447 5ab3b13350 Update AirPods Pro 3 assets 2025-09-26 15:49:45 +03:00
Electric1447 8c462cc32c Update build tools 2025-09-26 15:48:56 +03:00
Itai Levin 695dea99bd Merge pull request #183 from LoudSoftware/master
initial support for AirPods Pro 3
2025-09-25 10:33:36 +03:00
LoudSoftware e0110d9264 extending AirPodsPro instead of regular 2025-09-24 18:54:21 -04:00
LoudSoftware 7c21e2d464 initial support for AirPods Pro 3 2025-09-23 10:21:46 -04:00
LoudSoftware 50e6833c8d initial support for AirPods Pro 3 2025-09-23 10:05:14 -04:00
Itai Levin 6a00d8ce24 Actually bump version 2024-04-05 00:28:32 +03:00
Electric1447 93d52efc27 Bump version 2024-04-05 00:18:47 +03:00
Electric1447 299aad0b7e Fixed android 14 support 2024-04-05 00:13:59 +03:00
Electric1447 3268a71f9b Reformat code 2024-04-05 00:13:29 +03:00
Electric1447 35aeae2e2b Fixed some Airpods Pro 2 not being correctly detected 2024-04-05 00:04:25 +03:00
Electric1447 fbd643cd5f Updated build tools 2024-04-05 00:03:28 +03:00
Itai Levin 4b42f13a02 Merge pull request #171 from PeterDaveHello/OptimizeImageAssets
Compress PNG images losslessly using zopflipng
2023-09-28 23:09:39 +03:00
Peter Dave Hello fbba6cd54f Compress PNG images losslessly using zopflipng
This commit applies extreme, lossless optimization to 36 PNG images
using zopflipng. The aim is to reduce the overall size of the project's
release. The details of the optimized images are as follows:

```
app/src/main/res/drawable/beatsflex.png                       | Bin 47280 -> 28719 bytes
app/src/main/res/drawable/beatsflex_disconnected.png          | Bin 45678 -> 27726 bytes
app/src/main/res/drawable/beatssolo3.png                      | Bin 154629 -> 132682 bytes
app/src/main/res/drawable/beatssolo3_disconnected.png         | Bin 153942 -> 131672 bytes
app/src/main/res/drawable/beatsstudio3.png                    | Bin 146746 -> 119284 bytes
app/src/main/res/drawable/beatsstudio3_disconnected.png       | Bin 145098 -> 118124 bytes
app/src/main/res/drawable/beatsx.png                          | Bin 47280 -> 28719 bytes
app/src/main/res/drawable/beatsx_disconnected.png             | Bin 45678 -> 27726 bytes
app/src/main/res/drawable/icon.png                            | Bin 93835 -> 71077 bytes
app/src/main/res/drawable/logo.png                            | Bin 113222 -> 93554 bytes
app/src/main/res/drawable/pod.png                             | Bin 22603 -> 13721 bytes
app/src/main/res/drawable/pod_case.png                        | Bin 20408 -> 17262 bytes
app/src/main/res/drawable/pod_case_disconnected.png           | Bin 27116 -> 15617 bytes
app/src/main/res/drawable/pod_disconnected.png                | Bin 22594 -> 13413 bytes
app/src/main/res/drawable/podmax.png                          | Bin 564578 -> 495840 bytes
app/src/main/res/drawable/podmax_disconnected.png             | Bin 555700 -> 485760 bytes
app/src/main/res/drawable/podpro.png                          | Bin 29297 -> 29047 bytes
app/src/main/res/drawable/podpro_case.png                     | Bin 41268 -> 40662 bytes
app/src/main/res/drawable/podpro_case_disconnected.png        | Bin 21122 -> 20255 bytes
app/src/main/res/drawable/podpro_disconnected.png             | Bin 18279 -> 17964 bytes
app/src/main/res/drawable/powerbeats3.png                     | Bin 40635 -> 19407 bytes
app/src/main/res/drawable/powerbeats3_disconnected.png        | Bin 34085 -> 15007 bytes
app/src/main/res/drawable/powerbeatspro.png                   | Bin 164753 -> 133547 bytes
app/src/main/res/drawable/powerbeatspro_case.png              | Bin 47479 -> 32492 bytes
app/src/main/res/drawable/powerbeatspro_case_disconnected.png | Bin 44533 -> 30002 bytes
app/src/main/res/drawable/powerbeatspro_disconnected.png      | Bin 164720 -> 133451 bytes
app/src/main/res/mipmap-hdpi/ic_launcher.png                  | Bin 14029 -> 3411 bytes
app/src/main/res/mipmap-hdpi/notification_icon.png            | Bin 658 -> 541 bytes
app/src/main/res/mipmap-mdpi/ic_launcher.png                  | Bin 11978 -> 2076 bytes
app/src/main/res/mipmap-mdpi/notification_icon.png            | Bin 341 -> 296 bytes
app/src/main/res/mipmap-xhdpi/ic_launcher.png                 | Bin 15688 -> 4881 bytes
app/src/main/res/mipmap-xhdpi/notification_icon.png           | Bin 684 -> 531 bytes
app/src/main/res/mipmap-xxhdpi/ic_launcher.png                | Bin 20314 -> 8529 bytes
app/src/main/res/mipmap-xxhdpi/notification_icon.png          | Bin 1384 -> 1007 bytes
app/src/main/res/mipmap-xxxhdpi/ic_launcher.png               | Bin 24289 -> 12708 bytes
app/src/main/res/mipmap-xxxhdpi/notification_icon.png         | Bin 2126 -> 1535 bytes
```
2023-09-27 00:49:24 +08:00
Federico Dossena 30fa4443e9 Merge pull request #170 from PeterDaveHello/zh-TW
Add zh-TW Traditional Chinese translation
2023-09-22 19:26:39 +02:00
Peter Dave Hello 2fef18973b Add zh-TW Traditional Chinese translation 2023-09-23 00:19:06 +08:00
Itai Levin 13d2945d3b Merge pull request #168 from adamzvolanek/master
Addition of czech strings
2023-06-21 07:57:00 +03:00
Adam Zvolanek f768564a43 add czech strings 2023-06-20 21:01:07 -05:00
Itai Levin 60de5515e3 Merge pull request #166 from BarelElbaz/bugfix/165
Bugfix/165
2023-02-20 17:52:15 +02:00
BarelElbaz e52c254a45 Merge branch 'master' into bugfix/165 2023-02-20 08:45:47 +02:00
Itai Levin 131f470344 Merge pull request #167 from BarelElbaz/bugfix/no-notification-android12
Fix notifications android 12 and above
2023-02-20 08:40:27 +02:00
Barel Elbaz 702c8116d1 Fix notifications android 12 and above 2023-02-19 23:52:22 +02:00
Barel Elbaz 56b7df7b32 Improve Hebrew strings a little bit 2023-02-19 22:16:38 +02:00
Barel Elbaz 414085698f fix #165 - make the notification extendable 2023-02-19 22:12:22 +02:00
Barel Elbaz 4590e46b64 fix #165 - make the notification extendable 2023-02-19 22:11:27 +02:00
Itai Levin d03dc6b374 Merge pull request #157 from nautilusx/patch-2
Update strings.xml
2022-11-26 16:07:19 +02:00
Itai Levin ec3e32e3f3 Merge pull request #161 from HarGabt/master
Update Russian localisation
2022-11-26 16:06:54 +02:00
Harmann Gabrielian f16d02786e Update strings.xml 2022-11-25 23:53:34 +04:00
Harmann Gabrielian 4ef334661a Update Russian localisation 2022-11-25 22:45:34 +04:00
nautilusx 05f10b00e6 Update strings.xml
Update German translation
2022-10-30 11:16:58 +01:00
Federico 888c6e7d0d Release 1.9.1 2022-10-30 11:13:23 +01:00
Itai Levin 019ef80ec9 Merge pull request #155 from oddlyspaced/master
Properly handle POST_NOTIFICATION permission for Android 13
2022-10-27 03:44:42 +03:00
oddlyspaced 4abb9e5d6b IntroActivity: ask for notification perm on 13 and above 2022-10-27 02:19:44 +05:30
oddlyspaced b15dcfbf9d PermissionUtils: setup methods to check for notification perm on >=13 2022-10-27 02:19:08 +05:30
oddlyspaced 92f64ae2dd strings: add strings related to notification permission 2022-10-27 02:18:53 +05:30
oddlyspaced a39dbc3785 AndroidManifest: add post notification permission to manifest 2022-10-27 02:02:42 +05:30
Electric1447 ee7e75b5e8 Update README.md 2022-09-29 22:22:41 +03:00
Electric1447 b939674a62 Add missing airpods pro 2 text in supported devices list 2022-09-29 22:21:44 +03:00
Electric1447 ade3d0a481 Update localizations 2022-09-29 22:20:06 +03:00
Electric1447 70a05a1848 Add Airpods Pro Gen 2 support 2022-09-29 22:17:32 +03:00
Electric1447 6803ef0691 refactor pod models folders 2022-09-29 22:14:18 +03:00
Electric1447 71f08a4098 renamed ``data` to `types`` 2022-09-29 22:07:56 +03:00
Electric1447 17afa55203 Android 13 support 2022-09-29 22:06:36 +03:00
Electric1447 96ffaf1d90 Update localizations 2022-09-29 22:06:22 +03:00
Electric1447 047b9b373c Update build tools 2022-09-29 22:05:54 +03:00
Federico feb2eac287 Release 1.8 2022-09-10 14:08:46 +02:00
Federico cd20f99747 Increased version to 1.8, updated to latest gradle, updated localization and readme 2022-07-28 15:09:27 +02:00
Itai Levin 535790aab1 Merge pull request #147 from d4rken/feature/detect-model-by-full-identifier
Improve model identification and add AirPods Gen3
2022-07-26 09:50:10 +03:00
Itai Levin d938817669 Merge pull request #142 from iris-mobile-accessibility-repair/master
solve issue of low contrast
2022-07-26 09:48:38 +03:00
darken 31cff2ac0c Change model check to compare against the full model identifier (4 bytes) and add support for AirPods 3rd gen.
Closes #140
2022-07-25 18:20:45 +02:00
Electric1447 104dc3454b Update build tools 2022-05-18 00:46:05 +03:00
iris-mobile-accessibility-repair 83b71cb488 Update styles.xml 2022-03-15 22:22:36 +08:00
Electric1447 97f7359057 Location permission is now required 2021-09-12 16:30:21 +03:00
Electric1447 ec67136d44 Update build tools 2021-09-07 23:37:32 +03:00
Electric1447 4f3f365e62 Update README.md 2021-09-01 18:15:03 +03:00
Itai Levin 67a8a4cde9 Merge pull request #126 from Electric1447/master
Update repository organization
2021-09-01 17:28:38 +03:00
Electric1447 b1a056a00b Merge branch 'master' of https://github.com/adolfintel/OpenPods
merge from upstream
2021-09-01 17:26:32 +03:00
Electric1447 b6941b6686 Update README.md 2021-09-01 17:25:13 +03:00
Electric1447 84272fd7a5 Update README.md 2021-09-01 17:19:43 +03:00
Electric1447 6b7ddd4618 Update README.md 2021-09-01 17:09:56 +03:00
Electric1447 12bc363f45 Update README.md 2021-09-01 16:56:46 +03:00
Federico Dossena cac56e641a Deleted syncthing garbage 2021-09-01 13:44:19 +00:00
dosse91 cd416877f9 Merge branch 'master' of github.com:adolfintel/OpenPods 2021-09-01 15:44:10 +02:00
dosse91 dfb76e7791 Added changelogs for fastlane 2021-09-01 15:43:27 +02:00
Electric1447 e47a1b0eee Update README.md 2021-09-01 16:16:27 +03:00
Electric1447 d4fea733b7 Add fastlane text metadata files 2021-09-01 15:50:36 +03:00
Electric1447 0479652a53 Remove .idea folder 2021-09-01 15:30:31 +03:00
Electric1447 65c053002c Update .gitignore 2021-09-01 15:29:20 +03:00
Electric1447 73befc9e7b Move app files to root folder 2021-09-01 15:24:27 +03:00
Electric1447 cd462fd2bb remove old .gitignore 2021-09-01 15:21:00 +03:00
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 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 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 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
Electric 6da1ab1d7d Added documentation to in ear detection 2020-12-07 15:19:28 +02:00
Electric 67b8ea654f Change service exported to false 2020-12-07 14:20:42 +02:00
Electric b345a91630 Update PodsService.java 2020-11-30 15:30:18 +02:00
Electric 69c2577c12 Added in ear detection 2020-11-30 15:21:01 +02:00
Electric cd8e855428 Move location RemoteViews to a single instance. 2020-11-16 16:18:35 +02:00
Electric 53377a60c8 Cleaned up some code 2020-11-16 15:59:45 +02:00
Electric 4fc0b39aa9 Possible fix for #106 2020-11-16 08:19:41 +02:00
Electric c2a42f2015 Updated gradle files 2020-11-16 08:18:13 +02:00
Electric ae5a1ab119 Fixed appid 2020-11-03 10:57:24 +02:00
Electric 50fa300c04 Update build tools 2020-11-03 10:14:50 +02:00
Federico Dossena 7d8d286350 Merge pull request #103 from hadrienbecle/patch-1
Fixed tiny typos in French localization
2020-10-04 12:38:43 +02:00
Hadrien Bècle 65cef15357 Fixed tiny typos in French localization 2020-10-04 12:36:17 +02:00
Electric ea1743a3fa Updated isFlipped 2020-08-24 15:50:47 +03:00
Electric 783ab3c018 Cleaned up and reformatted hex decoding functions. 2020-08-24 14:50:56 +03:00
Electric 9c86da7115 Updated build tools 2020-08-24 14:47:22 +03:00
Dominik 25cbcae171 Point out possible risks of license violations 2020-08-06 18:00:52 +02:00
Electric fdef6278dc Updated README.md 2020-08-06 17:11:00 +03:00
Electric 6a87c08251 Re-Bump to 1.5 2020-08-06 16:18:38 +03:00
Electric 875ef2a626 Bump to 1.4.1 2020-08-06 16:12:55 +03:00
Electric d55f7a6856 Added GPLv3 License file. 2020-08-06 16:06:34 +03:00
Electric 40e39c4bc1 Removed right pod png files and replaced them with mirroring 2020-08-06 16:03:08 +03:00
Federico Dossena 47cf94c5a4 Merge pull request #95 from myungjunChae/master
Fix tiny typo
2020-06-23 15:20:11 +02:00
MyungjunChae e722cfd024 Fix typo 2020-06-23 20:23:00 +09:00
Itai Levin 73fa1402ac Merge pull request #94 from Electric1447/master
Hardcoded location notification height
2020-06-16 18:31:03 +03:00
Electric f6706b2498 Hardcoded location notification height 2020-06-16 18:27:46 +03:00
Itai Levin f6a39854af Merge pull request #91 from Electric1447/master
Minor changes to MIUI Warning & Hebrew translation for new strings
2020-06-14 16:08:30 +03:00
Electric f42fd0e45f Minor changes to MIUI Warning & Hebrew translation for new strings 2020-06-14 16:06:11 +03:00
dosse91 1e21cc9a32 Fixed MIUI warning not showing. Merged with master 2020-06-14 11:37:08 +02:00
dosse91 079cdda824 Merge branch 'master' of https://github.com/adolfintel/OpenPods 2020-06-14 11:24:29 +02:00
dosse91 b8aa6dc982 Added warning for MIUI users 2020-06-14 11:24:19 +02:00
Federico Dossena bfbed46d83 Merge pull request #87 from jensschaefer/master
Added Fix for Notification Visibility on locked Screens
2020-06-10 06:49:57 +02:00
Jens Peter Schaefer df687ac481 Added Fix for Notification Visibility on locked Screens 2020-06-10 01:51:47 +02:00
Itai Levin ff79d3653f Merge pull request #84 from Electric1447/master
Updated to latest gradle
2020-06-08 20:06:32 +03:00
Electric 458fb23671 Updated to latest gradle 2020-06-08 20:06:00 +03:00
Itai Levin 344486413f Merge pull request #83 from Electric1447/master
Miscellaneous changes
2020-06-08 19:50:16 +03:00
Electric d5c10539e0 Miscellaneous changes 2020-06-08 19:49:37 +03:00
Itai Levin 6fca642a34 Merge pull request #82 from Electric1447/master
Updated Hebrew translation.
2020-06-08 19:47:23 +03:00
Electric 6f674f5dbb Updated Hebrew translation. 2020-06-08 19:46:31 +03:00
Itai Levin 53484301e8 Merge pull request #79 from Domi04151309/hide-dialog
Ask for confirmation before hiding the app
2020-06-08 19:35:38 +03:00
Domi04151309 ef43c22368 Remove unnecessary import 2020-06-08 10:02:00 +02:00
Domi04151309 33311a59e3 Ask for confirmation before hiding the app 2020-06-08 09:59:06 +02:00
Federico Dossena ea6a8a7cdf Merge pull request #77 from Domi04151309/yet-another-dark-mode-fix
Add special values for Android > 9
2020-06-05 19:30:43 +02:00
Domi04151309 6c1cba2c9b Add special values for Android > 9 2020-06-05 17:34:32 +02:00
Federico Dossena 23c69c23e1 Merge pull request #75 from Domi04151309/final-modifier
Add final modifier suggested by lint
2020-06-05 17:22:05 +02:00
Federico Dossena 72d269d31c Merge pull request #74 from Domi04151309/optimize-icons
Optimize icons
2020-06-05 17:21:40 +02:00
Domi04151309 14eba59678 Add final modifier suggested by lint 2020-06-05 15:56:47 +02:00
Domi04151309 5b4cdef203 Optimize icons 2020-06-05 15:44:59 +02:00
Federico Dossena 1eb99c9260 Merge pull request #71 from Electric1447/master
Add android studio 4.0 files
2020-05-29 10:17:02 +02:00
Electric 53fba5f721 Merge remote-tracking branch 'origin/master' 2020-05-29 11:05:18 +03:00
Electric b0f42933c0 Add android studio 4.0 files. 2020-05-29 11:05:09 +03:00
Itai Levin e65ed38a7f Merge pull request #2 from Electric1447/revert-1-master
Revert "Merge pull request #70 from Electric1447/master"
2020-05-29 11:03:31 +03:00
Itai Levin 3b99ea1c97 Revert "Merge pull request #70 from Electric1447/master" 2020-05-29 11:03:20 +03:00
Itai Levin 20ae226c57 Merge pull request #1 from adolfintel/master
Merge pull request #70 from Electric1447/master
2020-05-29 11:02:37 +03:00
Federico Dossena b7818d1ac4 Merge pull request #70 from Electric1447/master
Charge icon fix
2020-05-28 16:01:23 +02:00
Electric 4a8ba85e33 Charge icon fix, hardcoded dimens & other misc fixes. 2020-05-28 15:37:48 +03:00
Federico Dossena 7a4cb6cd35 Merge pull request #69 from Electric1447/master
Workaround for Dark Mode on SDK < 29
2020-05-26 07:05:40 +02:00
Electric 907f7d8fc2 Workaround for Dark Mode on SDK < 29. 2020-05-24 10:12:15 +03:00
Federico Dossena 7f2e682966 Merge pull request #67 from christiangnrd/master
Add French localization
2020-05-24 06:00:55 +02:00
Federico Dossena 57121a8d55 Merge pull request #65 from Electric1447/master
Migration to AndroidX, General improvements & Bug fixes
2020-05-24 06:00:37 +02:00
Christian 9098191e8b Add French localization 2020-05-23 17:12:17 -03:00
Christian 33d606543f Remove translation strings for untranslatable "OpenPods". 2020-05-23 16:40:51 -03:00
Electric c1e8fd167d Updated Screenshots 2020-05-15 20:04:18 +03:00
Electric fcaf9ba459 Updated .gitignore 2020-05-13 12:26:35 +03:00
Electric 0e6c29b7a0 Updated .gitignore 2020-05-13 11:33:59 +03:00
Electric ab001740d5 Fixed issue #64 2020-05-13 11:27:15 +03:00
Electric 84aa1ca31f Fixes and optimizations 2020-05-12 23:32:21 +03:00
Electric 1cea7e7284 Bump version to 1.4 2020-05-12 23:31:10 +03:00
Electric 2e8bbc9d4d Bump version to 1.4 2020-05-12 14:08:57 +03:00
Electric d366c60573 Removed manual flip airpods option. 2020-05-12 14:08:36 +03:00
Electric e516a8c232 Fixed flipped Charging & Added manual flip airpods option. 2020-05-12 13:01:06 +03:00
Electric a284bda622 Fixed flipped Charging & Added manual flip airpods option. 2020-05-12 12:58:30 +03:00
Electric fd7be864d3 Added low battery symbol when battery is 15% or lower 2020-05-12 11:34:14 +03:00
Electric cdc46b1477 Updated Hebrew translation (again). 2020-05-11 20:51:05 +03:00
Electric 6469931be7 Updated Hebrew translation. 2020-05-11 20:48:45 +03:00
Electric c2d602eff4 Improved landscape layouts & fixed website link in about page. 2020-05-11 20:43:27 +03:00
Electric 18311dafe1 Workaround for API 29.
Improved charging indicator.
Added support for dark theme.
Added proper support for RTL.
Added Hebrew translation.
Merged changes from https://github.com/Domi04151309/OpenPods/tree/general-improvements.
2020-05-11 17:08:22 +03:00
Electric e15c35a3f9 Removed ACTION_REQUEST_IGNORE_BATTERY_OPTIMIZATIONS 2020-05-10 20:17:55 +03:00
Electric f4ac967636 Started migration to AndroidX 2020-05-10 19:54:52 +03:00
dosse91 09da00294e Merge branch 'master' of https://github.com/adolfintel/OpenPods 2020-03-09 16:06:33 +01:00
dosse91 12dbb990ab Location permission is no longer necessary on SDK 29 2020-03-09 16:04:41 +01:00
Federico Dossena 9a25fae808 Merge pull request #56 from Vistaus/master
Added Dutch translation
2020-02-01 18:24:37 +01:00
Heimen Stoffels ea8a01b482 Added Dutch translation 2020-01-31 14:01:52 +01:00
Federico Dossena 510762ed92 Merge pull request #50 from nautilusx/patch-1
Update German Translation
2020-01-12 20:02:00 +01:00
Federico Dossena 79d1567ce1 Merge pull request #51 from nautilusx/patch-2
Update README.md
2020-01-12 20:01:33 +01:00
nautilusx 49a8a1587a Update README.md
Just a nice "Get it on F-Droid". ;o)
2020-01-11 18:58:55 +01:00
nautilusx 364a641e08 Update German Translation
Thanks for your great and free app!

If you would like further contributions in many languages, you can host your project free and gratis on weblate.org.
2020-01-11 18:40:57 +01:00
dosse91 271203324e Updated pro support 2019-12-27 10:11:14 +01:00
dosse91 9a86e8f2e9 Forgot to update smaller notification 2019-12-24 15:58:47 +01:00
dosse91 bb9479eabd Merge branch 'master' of https://github.com/adolfintel/OpenPods 2019-12-21 10:05:41 +01:00
dosse91 85f25ce813 Added experimental AirPods Pro detection code 2019-12-21 10:05:09 +01:00
Federico Dossena fac057cf1c Merge pull request #43 from MaximilianGaedig/patch-1
Update PodsService.java
2019-11-22 13:42:33 +01:00
MaximilianGaedig 23546b4ed2 Update PodsService.java 2019-11-22 13:36:09 +01:00
212 changed files with 4819 additions and 2075 deletions
+15 -1
View File
@@ -1 +1,15 @@
/_old_
# Android specific
local.properties
# Gradle
.cxx
.externalNativeBuild
.gradle
build
# IntelliJ IDEA
.idea
*.iml
# macOS
.DS_Store
@@ -1,77 +1,53 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" data-acxscriptallow="true" data-wgscriptallow="true" data-cbscriptallow="true" lang="en"><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>GNU General Public License v3.0 - GNU Project - Free Software Foundation (FSF)</title>
<link rel="alternate" type="application/rdf+xml" href="http://www.gnu.org/licenses/gpl-3.0.rdf" />
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, minimum-scale=1, maximum-scale=1" />
<style type="text/css">
html,body{
border:none;
padding:0;
margin:0;
}
body{
font-family:sans-serif;
overflow-y:scroll;
overflow-x:hide;
}
.monospace{
font-family:monospace;
}
</style>
</head>
<body>
<h3 style="text-align: center;">GNU GENERAL PUBLIC LICENSE</h3>
<p style="text-align: center;">Version 3, 29 June 2007</p>
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
<p>Copyright © 2007 Free Software Foundation, Inc.
&lt;<a href="https://fsf.org/">https://fsf.org/</a>&gt;</p><p>
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.</p>
of this license document, but changing it is not allowed.
<h3><a name="preamble"></a>Preamble</h3>
Preamble
<p>The GNU General Public License is a free, copyleft license for
software and other kinds of works.</p>
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
<p>The licenses for most software and other practical works are designed
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.</p>
your programs, too.
<p>When we speak of free software, we are referring to freedom, not
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.</p>
free programs, and that you know you can do these things.
<p>To protect your rights, we need to prevent others from denying you
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.</p>
you modify it: responsibilities to respect the freedom of others.
<p>For example, if you distribute copies of such a program, whether
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.</p>
know their rights.
<p>Developers that use the GNU GPL protect your rights with two steps:
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.</p>
giving you legal permission to copy, distribute and/or modify it.
<p>For the developers' and authors' protection, the GPL clearly explains
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.</p>
authors of previous versions.
<p>Some devices are designed to deny users access to install or run
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
@@ -80,82 +56,82 @@ use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.</p>
of the GPL, as needed to protect the freedom of users.
<p>Finally, every program is threatened constantly by software patents.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.</p>
patents cannot be used to render the program non-free.
<p>The precise terms and conditions for copying, distribution and
modification follow.</p>
The precise terms and conditions for copying, distribution and
modification follow.
<h3><a name="terms"></a>TERMS AND CONDITIONS</h3>
TERMS AND CONDITIONS
<h4><a name="section0"></a>0. Definitions.</h4>
0. Definitions.
<p>“This License refers to version 3 of the GNU General Public License.</p>
"This License" refers to version 3 of the GNU General Public License.
<p>“Copyright also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.</p>
<p>“The Program” refers to any copyrightable work licensed under this
License. Each licensee is addressed as “you”. “Licensees” and
“recipients” may be individuals or organizations.</p>
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
<p>To “modify” a work means to copy from or adapt all or part of the work
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a modified version of the
earlier work or a work based on the earlier work.</p>
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
<p>A covered work means either the unmodified Program or a work based
on the Program.</p>
A "covered work" means either the unmodified Program or a work based
on the Program.
<p>To propagate a work means to do anything with it that, without
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.</p>
public, and in some countries other activities as well.
<p>To convey a work means any kind of propagation that enables other
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.</p>
a computer network, with no transfer of a copy, is not conveying.
<p>An interactive user interface displays Appropriate Legal Notices
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.</p>
menu, a prominent item in the list meets this criterion.
<h4><a name="section1"></a>1. Source Code.</h4>
1. Source Code.
<p>The source code for a work means the preferred form of the work
for making modifications to it. Object code means any non-source
form of a work.</p>
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
<p>A Standard Interface means an interface that either is an official
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.</p>
is widely used among developers working in that language.
<p>The System Libraries of an executable work include anything, other
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
Major Component, in this context, means a major essential component
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.</p>
produce the work, or an object code interpreter used to run it.
<p>The Corresponding Source for a work in object code form means all
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
@@ -166,26 +142,26 @@ includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.</p>
subprograms and other parts of the work.
<p>The Corresponding Source need not include anything that users
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.</p>
Source.
<p>The Corresponding Source for a work in source code form is that
same work.</p>
The Corresponding Source for a work in source code form is that
same work.
<h4><a name="section2"></a>2. Basic Permissions.</h4>
2. Basic Permissions.
<p>All rights granted under this License are granted for the term of
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.</p>
rights of fair use or other equivalent, as provided by copyright law.
<p>You may make, run and propagate covered works that you do not
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
@@ -194,156 +170,152 @@ the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.</p>
your copyrighted material outside their relationship with you.
<p>Conveying under any other circumstances is permitted solely under
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.</p>
makes it unnecessary.
<h4><a name="section3"></a>3. Protecting Users' Legal Rights From Anti-Circumvention Law.</h4>
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
<p>No covered work shall be deemed part of an effective technological
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.</p>
measures.
<p>When you convey a covered work, you waive any legal power to forbid
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.</p>
technological measures.
<h4><a name="section4"></a>4. Conveying Verbatim Copies.</h4>
4. Conveying Verbatim Copies.
<p>You may convey verbatim copies of the Program's source code as you
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.</p>
recipients a copy of this License along with the Program.
<p>You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.</p>
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
<h4><a name="section5"></a>5. Conveying Modified Source Versions.</h4>
5. Conveying Modified Source Versions.
<p>You may convey a work based on the Program, or the modifications to
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:</p>
terms of section 4, provided that you also meet all of these conditions:
<ul>
<li>a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.</li>
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
<li>b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
keep intact all notices”.</li>
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
<li>c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.</li>
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
<li>d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.</li>
</ul>
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
<p>A compilation of a covered work with other separate and independent
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
aggregate if the compilation and its resulting copyright are not
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.</p>
parts of the aggregate.
<h4><a name="section6"></a>6. Conveying Non-Source Forms.</h4>
6. Conveying Non-Source Forms.
<p>You may convey a covered work in object code form under the terms
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:</p>
in one of these ways:
<ul>
<li>a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.</li>
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
<li>b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.</li>
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
<li>c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.</li>
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
<li>d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.</li>
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
<li>e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.</li>
</ul>
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
<p>A separable portion of the object code, whose source code is excluded
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.</p>
included in conveying the object code work.
<p>A User Product is either (1) a consumer product, which means any
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, normally used refers to a
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.</p>
the only significant mode of use of the product.
<p>“Installation Information for a User Product means any methods,
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.</p>
modification has been made.
<p>If you convey an object code work under this section in, or with, or
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
@@ -352,135 +324,133 @@ Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).</p>
been installed in ROM).
<p>The requirement to provide Installation Information does not include a
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.</p>
protocols for communication across the network.
<p>Corresponding Source conveyed, and Installation Information provided,
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.</p>
unpacking, reading or copying.
<h4><a name="section7"></a>7. Additional Terms.</h4>
7. Additional Terms.
<p>“Additional permissions are terms that supplement the terms of this
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.</p>
this License without regard to the additional permissions.
<p>When you convey a copy of a covered work, you may at your option
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.</p>
for which you have or can give appropriate copyright permission.
<p>Notwithstanding any other provision of this License, for material you
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:</p>
that material) supplement the terms of this License with terms:
<ul>
<li>a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or</li>
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
<li>b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or</li>
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
<li>c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or</li>
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
<li>d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or</li>
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
<li>e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or</li>
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
<li>f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.</li>
</ul>
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
<p>All other non-permissive additional terms are considered further
restrictions within the meaning of section 10. If the Program as you
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.</p>
not survive such relicensing or conveying.
<p>If you add terms to a covered work in accord with this section, you
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.</p>
where to find the applicable terms.
<p>Additional terms, permissive or non-permissive, may be stated in the
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.</p>
the above requirements apply either way.
<h4><a name="section8"></a>8. Termination.</h4>
8. Termination.
<p>You may not propagate or modify a covered work except as expressly
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).</p>
paragraph of section 11).
<p>However, if you cease all violation of this License, then your
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.</p>
prior to 60 days after the cessation.
<p>Moreover, your license from a particular copyright holder is
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.</p>
your receipt of the notice.
<p>Termination of your rights under this section does not terminate the
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.</p>
material under section 10.
<h4><a name="section9"></a>9. Acceptance Not Required for Having Copies.</h4>
9. Acceptance Not Required for Having Copies.
<p>You are not required to accept this License in order to receive or
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.</p>
covered work, you indicate your acceptance of this License to do so.
<h4><a name="section10"></a>10. Automatic Licensing of Downstream Recipients.</h4>
10. Automatic Licensing of Downstream Recipients.
<p>Each time you convey a covered work, the recipient automatically
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.</p>
for enforcing compliance by third parties with this License.
<p>An entity transaction is a transaction transferring control of an
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
@@ -488,45 +458,45 @@ transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.</p>
the predecessor has it or can get it with reasonable efforts.
<p>You may not impose any further restrictions on the exercise of the
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.</p>
sale, or importing the Program or any portion of it.
<h4><a name="section11"></a>11. Patents.</h4>
11. Patents.
<p>A contributor is a copyright holder who authorizes use under this
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's contributor version”.</p>
work thus licensed is called the contributor's "contributor version".
<p>A contributor's essential patent claims are all patent claims
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, control includes the right to grant
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.</p>
this License.
<p>Each contributor grants you a non-exclusive, worldwide, royalty-free
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.</p>
propagate the contents of its contributor version.
<p>In the following three paragraphs, a patent license is any express
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To grant such a patent license to a
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.</p>
patent against the party.
<p>If you convey a covered work, knowingly relying on a patent license,
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
@@ -534,21 +504,21 @@ then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. Knowingly relying means you have
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.</p>
<p>If, pursuant to or in connection with a single transaction or
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.</p>
work and works based on it.
<p>A patent license is discriminatory if it does not include within
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
@@ -561,15 +531,15 @@ patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.</p>
or that patent license was granted, prior to 28 March 2007.
<p>Nothing in this License shall be construed as excluding or limiting
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.</p>
otherwise be available to you under applicable patent law.
<h4><a name="section12"></a>12. No Surrender of Others' Freedom.</h4>
12. No Surrender of Others' Freedom.
<p>If conditions are imposed on you (whether by court order, agreement or
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
@@ -577,59 +547,59 @@ License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.</p>
License would be to refrain entirely from conveying the Program.
<h4><a name="section13"></a>13. Use with the GNU Affero General Public License.</h4>
13. Use with the GNU Affero General Public License.
<p>Notwithstanding any other provision of this License, you have
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.</p>
combination as such.
<h4><a name="section14"></a>14. Revised Versions of this License.</h4>
14. Revised Versions of this License.
<p>The Free Software Foundation may publish revised and/or new versions of
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.</p>
address new problems or concerns.
<p>Each version is given a distinguishing version number. If the
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License or any later version applies to it, you have the
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.</p>
by the Free Software Foundation.
<p>If the Program specifies that a proxy can decide which future
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.</p>
to choose that version for the Program.
<p>Later license versions may give you additional or different
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.</p>
later version.
<h4><a name="section15"></a>15. Disclaimer of Warranty.</h4>
15. Disclaimer of Warranty.
<p>THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM AS IS WITHOUT WARRANTY
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.</p>
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
<h4><a name="section16"></a>16. Limitation of Liability.</h4>
16. Limitation of Liability.
<p>IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
@@ -637,65 +607,68 @@ USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.</p>
SUCH DAMAGES.
<h4><a name="section17"></a>17. Interpretation of Sections 15 and 16.</h4>
17. Interpretation of Sections 15 and 16.
<p>If the disclaimer of warranty and limitation of liability provided
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.</p>
copy of the Program in return for a fee.
<p>END OF TERMS AND CONDITIONS</p>
END OF TERMS AND CONDITIONS
<h3><a name="howto"></a>How to Apply These Terms to Your New Programs</h3>
How to Apply These Terms to Your New Programs
<p>If you develop a new program, and you want it to be of the greatest
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.</p>
free software which everyone can redistribute and change under these terms.
<p>To do so, attach the following notices to the program. It is safest
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the copyright line and a pointer to where the full notice is found.</p>
the "copyright" line and a pointer to where the full notice is found.
<p class="monospace"> &lt;one line to give the program's name and a brief idea of what it does.&gt;<br/>
Copyright (C) &lt;year&gt; &lt;name of author&gt;<br/>
<br/>
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br/>
<br/>
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.<br/>
<br/>
You should have received a copy of the GNU General Public License along with this program. If not, see &lt;https://www.gnu.org/licenses/&gt;.
</p>
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
<p>Also add information on how to contact you by electronic and paper mail.</p>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
<p>If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:</p>
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
<p class="monospace"> &lt;program&gt; Copyright (C) &lt;year&gt; &lt;name of author&gt;<br/>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.<br/>
This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details.
</p>
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
<p>The hypothetical commands `show w' and `show c' should show the appropriate
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
<program> Copyright (C) <year> <name of author>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an about box”.</p>
might be different; for a GUI interface, you would use an "about box".
<p>You should also get your employer (if you work as a programmer) or school,
if any, to sign a copyright disclaimer for the program, if necessary.
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
&lt;<a href="https://www.gnu.org/licenses/">https://www.gnu.org/licenses/</a>&gt;.</p>
<http://www.gnu.org/licenses/>.
<p>The GNU General Public License does not permit incorporating your program
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
&lt;<a href="https://www.gnu.org/licenses/why-not-lgpl.html">https://www.gnu.org/licenses/why-not-lgpl.html</a>&gt;.</p>
</body></html>
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
-13
View File
@@ -1,13 +0,0 @@
*.iml
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.DS_Store
/build
/captures
.externalNativeBuild
-116
View File
@@ -1,116 +0,0 @@
<component name="ProjectCodeStyleConfiguration">
<code_scheme name="Project" version="173">
<codeStyleSettings language="XML">
<indentOptions>
<option name="CONTINUATION_INDENT_SIZE" value="4" />
</indentOptions>
<arrangement>
<rules>
<section>
<rule>
<match>
<AND>
<NAME>xmlns:android</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>^$</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>xmlns:.*</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>^$</XML_NAMESPACE>
</AND>
</match>
<order>BY_NAME</order>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>.*:id</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>http://schemas.android.com/apk/res/android</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>.*:name</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>http://schemas.android.com/apk/res/android</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>name</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>^$</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>style</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>^$</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>.*</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>^$</XML_NAMESPACE>
</AND>
</match>
<order>BY_NAME</order>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>.*</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>http://schemas.android.com/apk/res/android</XML_NAMESPACE>
</AND>
</match>
<order>ANDROID_ATTRIBUTE_ORDER</order>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>.*</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>.*</XML_NAMESPACE>
</AND>
</match>
<order>BY_NAME</order>
</rule>
</section>
</rules>
</arrangement>
</codeStyleSettings>
</code_scheme>
</component>
-4
View File
@@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding" addBOMForNewFiles="with NO BOM" />
</project>
-15
View File
@@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GradleSettings">
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>
<compositeConfiguration>
<compositeBuild compositeDefinitionSource="SCRIPT" />
</compositeConfiguration>
<option name="distributionType" value="DEFAULT_WRAPPED" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="resolveModulePerSourceSet" value="false" />
</GradleProjectSettings>
</option>
</component>
</project>
-14
View File
@@ -1,14 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CMakeSettings">
<configurations>
<configuration PROFILE_NAME="Debug" CONFIG_NAME="Debug" />
</configurations>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">
<option name="id" value="Android" />
</component>
</project>
-12
View File
@@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RunConfigurationProducerService">
<option name="ignoredProducers">
<set>
<option value="org.jetbrains.plugins.gradle.execution.test.runner.AllInPackageGradleConfigurationProducer" />
<option value="org.jetbrains.plugins.gradle.execution.test.runner.TestClassGradleConfigurationProducer" />
<option value="org.jetbrains.plugins.gradle.execution.test.runner.TestMethodGradleConfigurationProducer" />
</set>
</option>
</component>
</project>
-6
View File
@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
</component>
</project>
-29
View File
@@ -1,29 +0,0 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 28
defaultConfig {
applicationId "com.dosse.airpods"
minSdkVersion 23
targetSdkVersion 23
versionCode 12
versionName '1.2'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
productFlavors {
}
lintOptions {
abortOnError false
}
}
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:28.0.0'
}
-58
View File
@@ -1,58 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.dosse.airpods">
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-feature
android:name="android.hardware.bluetooth_le"
android:required="true" />
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name=".AboutActivity"
android:theme="@style/AppTheme.NoActionBar"></activity>
<activity android:name=".SettingsActivity"/>
<activity
android:name=".NoBTActivity"
android:label="@string/app_name" />
<activity
android:name=".IntroActivity"
android:label="@string/app_name"
android:theme="@style/AppTheme.NoActionBar" />
<receiver
android:name=".Starter"
android:enabled="true"
android:exported="true"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
<action android:name="android.intent.action.MY_PACKAGE_REPLACED" />
<action android:name="android.intent.action.PACKAGE_INSTALL" />
</intent-filter>
</receiver>
<service
android:name=".PodsService"
android:enabled="true"
android:exported="true" />
<activity android:name=".MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>
@@ -1,57 +0,0 @@
package com.dosse.airpods;
import android.content.Intent;
import android.net.Uri;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.webkit.WebView;
import android.widget.Button;
import android.widget.Toast;
public class AboutActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_about);
/**
* LEGAL DANGER ZONE!
*
* The following actions are a violation of the GNU GPLv3 License:
* - Removing, hiding or altering the license or the code that displays it
* - Removing or changing the link to the original source code or the code that displays it
* - Removing or changing the donation link of the original project or the code that displays it
*
* If you're forking the application, it MUST be made clear that your version is a fork, who the original author is, and all references to the original project and license must not be removed.
* You are free to add links to your project, donations, whatever to this activity.
*
* I am constantly monitoring all major Android app stores for violations. You have been warned.
*/
((WebView)(findViewById(R.id.license))).loadUrl("file:///android_asset/license.html");
((Button)(findViewById(R.id.github))).setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("https://github.com/adolfintel/OpenPods")));
}
});
((Button)(findViewById(R.id.website))).setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("https://fdossena.com/?p=openPods/i.frag")));
}
});
((Button)(findViewById(R.id.donate))).setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("https://paypal.me/sineisochronic")));
Toast.makeText(AboutActivity.this, "❤️", Toast.LENGTH_SHORT).show();
}
});
//END OF LEGAL DANGER ZONE
}
}
@@ -1,69 +0,0 @@
package com.dosse.airpods;
import android.Manifest;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.net.Uri;
import android.os.Build;
import android.os.Bundle;
import android.os.PowerManager;
import android.provider.Settings;
import android.support.v4.content.ContextCompat;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
import java.util.Timer;
import java.util.TimerTask;
public class IntroActivity extends AppCompatActivity {
private Timer t;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_intro);
((Button)findViewById(R.id.allowBtn)).setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View view) { //allow button clicked, ask for permissions
requestPermissions(new String[]{Manifest.permission.ACCESS_COARSE_LOCATION}, 1); //location (for BLE)
try { //run in background
if(!getSystemService(PowerManager.class).isIgnoringBatteryOptimizations(getPackageName())) {
Intent intent = new Intent();
PowerManager pm = (PowerManager) getSystemService(Context.POWER_SERVICE);
intent.setAction(Settings.ACTION_REQUEST_IGNORE_BATTERY_OPTIMIZATIONS);
intent.setData(Uri.parse("package:" + getPackageName()));
startActivity(intent);
}
} catch (Throwable t) {
}
}
});
//wait for permissions to be granted. When they are granted, go to MainActivity
t= new Timer();
t.scheduleAtFixedRate(new TimerTask() {
@Override
public void run() {
boolean ok=true;
try {
if (!getSystemService(PowerManager.class).isIgnoringBatteryOptimizations(getPackageName())) ok = false;
}catch(Throwable t){}
if (ContextCompat.checkSelfPermission(IntroActivity.this, Manifest.permission.ACCESS_COARSE_LOCATION) != PackageManager.PERMISSION_GRANTED) ok=false;
if(ok){
t.cancel();
Intent i=new Intent(IntroActivity.this,MainActivity.class);
startActivity(i);
finish();
}
}
},0,100);
}
@Override
protected void onDestroy() { //activity destroyed (or screen rotated). destroy the timer too
super.onDestroy();
if(t!=null) t.cancel();
}
}
@@ -1,61 +0,0 @@
package com.dosse.airpods;
import android.Manifest;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothManager;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.os.Bundle;
import android.os.PowerManager;
import android.support.v4.content.ContextCompat;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.View;
import android.widget.Button;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
//check if Bluetooth LE is available on this device. If not, show an error
BluetoothAdapter btAdapter=((BluetoothManager) getSystemService(Context.BLUETOOTH_SERVICE)).getAdapter();
if(btAdapter==null||(btAdapter.isEnabled()&&btAdapter.getBluetoothLeScanner()==null)){
Intent i=new Intent(this,NoBTActivity.class);
startActivity(i);
finish();
return;
}
//check if all permissions have been granted
boolean ok=true;
try {
if (!getSystemService(PowerManager.class).isIgnoringBatteryOptimizations(getPackageName())) ok = false;
}catch(Throwable t){}
if (ContextCompat.checkSelfPermission(this, Manifest.permission.ACCESS_COARSE_LOCATION) != PackageManager.PERMISSION_GRANTED) ok=false;
if(ok){
Starter.startPodsService(getApplicationContext());
}else{
Intent i=new Intent(this,IntroActivity.class);
startActivity(i);
finish();
}
((Button)(findViewById(R.id.settings))).setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View view) { //settings clicked
Intent i=new Intent(MainActivity.this, SettingsActivity.class);
startActivity(i);
}
});
}
@Override
protected void onResume() {
super.onResume();
try{
getApplicationContext().openFileInput("hidden").close();
finish();
}catch (Throwable t){}
}
}
@@ -1,479 +0,0 @@
package com.dosse.airpods;
import android.app.Notification;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.app.Service;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.bluetooth.BluetoothHeadset;
import android.bluetooth.BluetoothManager;
import android.bluetooth.BluetoothProfile;
import android.bluetooth.le.BluetoothLeScanner;
import android.bluetooth.le.ScanCallback;
import android.bluetooth.le.ScanFilter;
import android.bluetooth.le.ScanFilter.Builder;
import android.bluetooth.le.ScanResult;
import android.bluetooth.le.ScanSettings;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.content.SharedPreferences;
import android.location.LocationManager;
import android.os.Build;
import android.os.IBinder;
import android.os.ParcelUuid;
import android.os.SystemClock;
import android.provider.Settings;
import android.support.v4.app.NotificationCompat;
import android.util.Log;
import android.view.View;
import android.widget.RemoteViews;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
/**
* This is the class that does most of the work. It has 3 functions:
* - Detect when AirPods are detected
* - Receive beacons from AirPods and decode them (easier said than done thanks do google's autism)
* - Display the notification with the status
*
*/
public class PodsService extends Service {
private static final boolean ENABLE_LOGGING=BuildConfig.DEBUG; //Log is only displayed if this is a debug build, not release
private static BluetoothLeScanner btScanner;
private static int leftStatus=15, rightStatus=15, caseStatus=15;
private static boolean chargeL=false, chargeR=false, chargeCase=false;
/**
* The following method (startAirPodsScanner) creates a bluetoth LE scanner.
* This scanner receives all beacons from nearby BLE devices (not just your devices!) so we need to do 3 things:
* - Check that the beacon comes from something that looks like a pair of AirPods
* - Make sure that it is YOUR pair of AirPods
* - Decode the beacon to get the status
*
* On a normal OS, we would use the bluetooth address of the device to filter out beacons from other devices.
* UNFORTUNATELY, someone at google was so concerned about privacy (yea, as if they give a shit) that he decided it was a good idea to not allow access to the bluetooth address of incoming BLE beacons. As a result, we have no reliable way to make sure that the beacon comes from YOUR airpods and not the guy sitting next to you on the bus.
* What we did to workaround this issue is this:
* - When a beacon arrives that looks like a pair of AirPods, look at the other beacons received in the last 10 seconds and get the strongest one
* - If the strongest beacon's fake address is the same as this, use this beacon; otherwise use the strongest beacon
* - Filter for signals stronger than -60db
* - Decode...
*
* Decoding the beacon:
* This was done through reverse engineering. Hopefully it's correct.
* - The beacon coming from a pair of AirPods contains a manufacturer specific data field n°76 of 27 bytes
* - We convert this data to a hexadecimal string
* - The 12th and 13th characters in the string represent the charge of the left and right pods. Under unknown circumstances, they are right and left instead (see isFlipped). Values between 0 and 10 are battery 0-100%; Value 15 means it's disconnected
* - The 15th character in the string represents the charge of the case. Values between 0 and 10 are battery 0-100%; Value 15 means it's disconnected
* - The 14th character in the string represents the "in charge" status. Bit 0 (LSB) is the left pod; Bit 1 is the right pod; Bit 2 is the case. Bit 3 might be case open/closed but I'm not sure and it's not used
*
* After decoding a beacon, the status is written to leftStatus, rightStatus, caseStatus, chargeL, chargeR, chargeCase so that the NotificationThread can use the information
*
*/
private static ArrayList<ScanResult> recentBeacons=new ArrayList<>();
private static final long RECENT_BEACONS_MAX_T_NS=10000000000L; //10s
private void startAirPodsScanner() {
try {
if(ENABLE_LOGGING) Log.d(TAG,"START SCANNER");
SharedPreferences prefs=getSharedPreferences("openpods",MODE_PRIVATE);
BluetoothManager btManager = (BluetoothManager) getSystemService(Context.BLUETOOTH_SERVICE);
BluetoothAdapter btAdapter = btManager.getAdapter();
if(prefs.getBoolean("batterySaver",false)) {
if (btScanner != null) {
btScanner.stopScan(new ScanCallback() {
@Override
public void onScanResult(int callbackType, ScanResult result) {
}
});
}
}
btScanner = btAdapter.getBluetoothLeScanner();
if (btAdapter == null) throw new Exception("No BT");
if (!btAdapter.isEnabled()) throw new Exception("BT Off");
List<ScanFilter> filters = getScanFilters();
ScanSettings settings;
if(prefs.getBoolean("batterySaver",false)) {
settings = new ScanSettings.Builder().setScanMode(0).setReportDelay(0).build();
}else{
settings = new ScanSettings.Builder().setScanMode(2).setReportDelay(2).build();
}
btScanner.startScan(
filters,
settings,
new ScanCallback() {
@Override
public void onBatchScanResults(List<ScanResult> scanResults) {
for (ScanResult result : scanResults) onScanResult(-1, result);
super.onBatchScanResults(scanResults);
}
@Override
public void onScanResult(int callbackType, ScanResult result) {
try {
byte[] data = result.getScanRecord().getManufacturerSpecificData(76);
if (data == null||data.length!=27) return;
recentBeacons.add(result);
if(ENABLE_LOGGING) Log.d(TAG,""+result.getRssi()+"db");
if(ENABLE_LOGGING) Log.d(TAG, decodeHex(data));
ScanResult strongestBeacon=null;
for(int i=0;i<recentBeacons.size();i++){
if(SystemClock.elapsedRealtimeNanos()-recentBeacons.get(i).getTimestampNanos()>RECENT_BEACONS_MAX_T_NS){
recentBeacons.remove(i--);
continue;
}
if(strongestBeacon==null||strongestBeacon.getRssi()<recentBeacons.get(i).getRssi()) strongestBeacon=recentBeacons.get(i);
}
if(strongestBeacon!=null&&strongestBeacon.getDevice().getAddress().equals(result.getDevice().getAddress())) strongestBeacon=result;
result=strongestBeacon;
if(result.getRssi()<-60) return;
String a=decodeHex(result.getScanRecord().getManufacturerSpecificData(76));
String str = ""; //left airpod (0-10 batt; 15=disconnected)
String str2 = ""; //right airpod (0-10 batt; 15=disconnected)
if (isFlipped(a)) {
str = "" + a.charAt(12);
str2 = "" + a.charAt(13);
} else {
str = "" + a.charAt(13);
str2 = "" + a.charAt(12);
}
String str3 = "" + a.charAt(15); //case (0-10 batt; 15=disconnected)
String str4 = "" + a.charAt(14); //charge status (bit 0=left; bit 1=right; bit 2=case)
leftStatus = Integer.parseInt(str, 16);
rightStatus = Integer.parseInt(str2, 16);
caseStatus = Integer.parseInt(str3, 16);
int chargeStatus = Integer.parseInt(str4, 16);
chargeL = (chargeStatus & 0b00000001) != 0;
chargeR = (chargeStatus & 0b00000010) != 0;
chargeCase = (chargeStatus & 0b00000100) != 0;
lastSeenConnected = System.currentTimeMillis();
} catch (Throwable t) {
if(ENABLE_LOGGING) Log.d(TAG, "" + t);
}
}
});
} catch (Throwable t) {
if(ENABLE_LOGGING) Log.d(TAG, "" + t);
}
}
private List<ScanFilter> getScanFilters() {
byte[] manufacturerData = new byte[27];
byte[] manufacturerDataMask = new byte[27];
manufacturerData[0] = 7;
manufacturerData[1] = 25;
manufacturerDataMask[0] = -1;
manufacturerDataMask[1] = -1;
Builder builder = new Builder();
builder.setManufacturerData(76, manufacturerData, manufacturerDataMask);
return Collections.singletonList(builder.build());
}
private void stopAirPodsScanner(){
try{
if(btScanner!=null){
if(ENABLE_LOGGING) Log.d(TAG,"STOP SCANNER");
btScanner.stopScan(new ScanCallback() {
@Override
public void onScanResult(int callbackType, ScanResult result) {}});
}
leftStatus=15; rightStatus=15; caseStatus=15;
}catch (Throwable t){}
}
private final char[] hexCharset = {'0','1','2','3','4','5','6','7','8','9','A','B','C','D','E','F'};
private String decodeHex(byte[] bArr) {
char[] ret = new char[bArr.length * 2];
for (int i = 0; i < bArr.length; i++) {
int b = bArr[i] & 0xFF;
ret[i*2] = hexCharset[b >>> 4];
ret[i*2+1] = hexCharset[b & 0x0F];
}
return new String(ret);
}
private boolean isFlipped(String str) {
return (Integer.toString(Integer.parseInt(""+str.charAt(10),16)+0x10,2)).charAt(3)=='0';
}
/**
* The following class is a thread that manages the notification while your AirPods are connected.
*
* It simply reads the status variables every 1 seconds and creates, destroys, or updates the notification accordingly.
* The notification is shown when BT is on and AirPods are connected. The status is updated every 1 second. Battery% is hidden if we didn't receive a beacon for 30 seconds (screen off for a while)
*
* This thread is the reason why we need permission to disable doze. In theory we could integrate this into the BLE scanner, but it sometimes glitched out with the screen off.
*
*/
private static NotificationThread n=null;
private static final String TAG="AirPods";
private static long lastSeenConnected=0;
private static final long TIMEOUT_CONNECTED=30000;
private static boolean maybeConnected =false;
private class NotificationThread extends Thread{
private boolean isLocationEnabled(){
if(Build.VERSION.SDK_INT>=Build.VERSION_CODES.P){
LocationManager service = (LocationManager) getSystemService(getApplicationContext().LOCATION_SERVICE);
return service!=null&&service.isLocationEnabled();
}else{
try {
return Settings.Secure.getInt(getContentResolver(), Settings.Secure.LOCATION_MODE) != Settings.Secure.LOCATION_MODE_OFF;
}catch(Throwable t){
return true;
}
}
}
private NotificationManager mNotifyManager;
public NotificationThread(){
mNotifyManager=(NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) { //on oreo and newer, create a notification channel
NotificationChannel channel = new NotificationChannel(TAG, TAG, NotificationManager.IMPORTANCE_LOW);
channel.enableVibration(false);
channel.enableLights(false);
channel.setShowBadge(true);
channel.setLockscreenVisibility(Notification.VISIBILITY_PUBLIC);
mNotifyManager.createNotificationChannel(channel);
}
}
public void run(){
boolean notificationShowing=false;
RemoteViews notificationBig=new RemoteViews(getPackageName(),R.layout.status_big);
RemoteViews notificationSmall=new RemoteViews(getPackageName(),R.layout.status_small);
RemoteViews locationDisabledBig=new RemoteViews(getPackageName(),R.layout.location_disabled_big);
RemoteViews locationDisabledSmall=new RemoteViews(getPackageName(),R.layout.location_disabled_small);
NotificationCompat.Builder mBuilder=new NotificationCompat.Builder(PodsService.this,TAG);
mBuilder.setShowWhen(false);
mBuilder.setOngoing(true);
mBuilder.setSmallIcon(R.mipmap.notification_icon);
for(;;){
if(maybeConnected &&!(leftStatus==15&&rightStatus==15&&caseStatus==15)/*&&System.currentTimeMillis()-lastSeenConnected<TIMEOUT_CONNECTED*/){
if(!notificationShowing){
if(ENABLE_LOGGING) Log.d(TAG,"Creating notification");
notificationShowing=true;
mNotifyManager.notify(1,mBuilder.build());
}
}else{
if(notificationShowing){
if(ENABLE_LOGGING) Log.d(TAG,"Removing notification");
notificationShowing=false;
continue;
}
mNotifyManager.cancel(1);
}
if(isLocationEnabled()) {
mBuilder.setCustomContentView(notificationSmall);
mBuilder.setCustomBigContentView(notificationBig);
}else{
mBuilder.setCustomContentView(locationDisabledSmall);
mBuilder.setCustomBigContentView(locationDisabledBig);
}
if(notificationShowing){
if(ENABLE_LOGGING) Log.d(TAG,"Left: "+leftStatus+(chargeL?"+":"")+" "+"Right: "+rightStatus+(chargeR?"+":"")+" "+"Case: "+caseStatus+(chargeCase?"+":""));
notificationBig.setImageViewResource(R.id.leftPodImg,leftStatus<=10?R.drawable.left_pod:R.drawable.left_pod_disconnected);
notificationBig.setImageViewResource(R.id.rightPodImg,rightStatus<=10?R.drawable.right_pod:R.drawable.right_pod_disconnected);
notificationBig.setImageViewResource(R.id.podCaseImg,caseStatus<=10?R.drawable.pod_case:R.drawable.pod_case_disconnected);
if(System.currentTimeMillis()-lastSeenConnected<TIMEOUT_CONNECTED) {
notificationBig.setViewVisibility(R.id.leftPodText, View.VISIBLE);
notificationBig.setViewVisibility(R.id.rightPodText, View.VISIBLE);
notificationBig.setViewVisibility(R.id.podCaseText, View.VISIBLE);
notificationBig.setViewVisibility(R.id.leftPodUpdating, View.INVISIBLE);
notificationBig.setViewVisibility(R.id.rightPodUpdating, View.INVISIBLE);
notificationBig.setViewVisibility(R.id.podCaseUpdating, View.INVISIBLE);
notificationSmall.setViewVisibility(R.id.leftPodText, View.VISIBLE);
notificationSmall.setViewVisibility(R.id.rightPodText, View.VISIBLE);
notificationSmall.setViewVisibility(R.id.podCaseText, View.VISIBLE);
notificationSmall.setViewVisibility(R.id.leftPodUpdating, View.INVISIBLE);
notificationSmall.setViewVisibility(R.id.rightPodUpdating, View.INVISIBLE);
notificationSmall.setViewVisibility(R.id.podCaseUpdating, View.INVISIBLE);
notificationBig.setTextViewText(R.id.leftPodText, (leftStatus==10?"100%":leftStatus<10?(((leftStatus)*10+5)+"%"):"") + ((chargeL && leftStatus < 10) ? "+" : ""));
notificationBig.setTextViewText(R.id.rightPodText, (rightStatus==10?"100%":rightStatus<10?(((rightStatus)*10+5)+"%"):"") + ((chargeR && rightStatus < 10) ? "+" : ""));
notificationBig.setTextViewText(R.id.podCaseText, (caseStatus==10?"100%":caseStatus<10?(((caseStatus)*10+5)+"%"):"") + ((chargeCase && caseStatus < 10) ? "+" : ""));
notificationSmall.setTextViewText(R.id.leftPodText, (leftStatus==10?"100%":leftStatus<10?(((leftStatus)*10+5)+"%"):"") + ((chargeL && leftStatus < 10) ? "+" : ""));
notificationSmall.setTextViewText(R.id.rightPodText, (rightStatus==10?"100%":rightStatus<10?(((rightStatus)*10+5)+"%"):"") + ((chargeR && rightStatus < 10) ? "+" : ""));
notificationSmall.setTextViewText(R.id.podCaseText, (caseStatus==10?"100%":caseStatus<10?(((caseStatus)*10+5)+"%"):"") + ((chargeCase && caseStatus < 10) ? "+" : ""));
}else{
notificationBig.setViewVisibility(R.id.leftPodText, View.INVISIBLE);
notificationBig.setViewVisibility(R.id.rightPodText, View.INVISIBLE);
notificationBig.setViewVisibility(R.id.podCaseText, View.INVISIBLE);
notificationBig.setViewVisibility(R.id.leftPodUpdating, View.VISIBLE);
notificationBig.setViewVisibility(R.id.rightPodUpdating, View.VISIBLE);
notificationBig.setViewVisibility(R.id.podCaseUpdating, View.VISIBLE);
notificationSmall.setViewVisibility(R.id.leftPodText, View.INVISIBLE);
notificationSmall.setViewVisibility(R.id.rightPodText, View.INVISIBLE);
notificationSmall.setViewVisibility(R.id.podCaseText, View.INVISIBLE);
notificationSmall.setViewVisibility(R.id.leftPodUpdating, View.VISIBLE);
notificationSmall.setViewVisibility(R.id.rightPodUpdating, View.VISIBLE);
notificationSmall.setViewVisibility(R.id.podCaseUpdating, View.VISIBLE);
}
mNotifyManager.notify(1,mBuilder.build());
}
try {
Thread.sleep(1000);
} catch (InterruptedException e) { }
}
}
}
public PodsService() {
}
@Override
public IBinder onBind(Intent intent) {
return null;
}
private BroadcastReceiver btReceiver=null, screenReceiver=null;
/**
* When the service is created, we register to get as many bluetooth and airpods related events as possible.
* ACL_CONNECTED and ACL_DISCONNECTED should have been enough, but you never know with android these days.
*/
@Override
public void onCreate() {
super.onCreate();
IntentFilter intentFilter = new IntentFilter();
intentFilter.addAction("android.bluetooth.device.action.ACL_CONNECTED");
intentFilter.addAction("android.bluetooth.device.action.ACL_DISCONNECTED");
intentFilter.addAction("android.bluetooth.device.action.BOND_STATE_CHANGED");
intentFilter.addAction("android.bluetooth.device.action.NAME_CHANGED");
intentFilter.addAction("android.bluetooth.adapter.action.CONNECTION_STATE_CHANGED");
intentFilter.addAction("android.bluetooth.adapter.action.STATE_CHANGED");
intentFilter.addAction("android.bluetooth.headset.profile.action.CONNECTION_STATE_CHANGED");
intentFilter.addAction("android.bluetooth.headset.action.VENDOR_SPECIFIC_HEADSET_EVENT");
intentFilter.addAction("android.bluetooth.a2dp.profile.action.CONNECTION_STATE_CHANGED");
intentFilter.addAction("android.bluetooth.a2dp.profile.action.PLAYING_STATE_CHANGED");
intentFilter.addCategory("android.bluetooth.headset.intent.category.companyid.76");
try{
unregisterReceiver(btReceiver);
}catch (Throwable t){}
btReceiver=new BroadcastReceiver() {
@Override
public void onReceive(Context context, Intent intent) {
BluetoothDevice bluetoothDevice = (BluetoothDevice) intent.getParcelableExtra("android.bluetooth.device.extra.DEVICE");
String action = intent.getAction();
if(action.equals(BluetoothAdapter.ACTION_STATE_CHANGED)){
int state= intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.ERROR);
if(state==BluetoothAdapter.STATE_OFF||state==BluetoothAdapter.STATE_TURNING_OFF){ //bluetooth turned off, stop scanner and remove notification
if(ENABLE_LOGGING) Log.d(TAG,"BT OFF");
maybeConnected =false;
stopAirPodsScanner();
recentBeacons.clear();
}
if(state==BluetoothAdapter.STATE_ON){ //bluetooth turned on, start/restart scanner
if(ENABLE_LOGGING) Log.d(TAG,"BT ON");
startAirPodsScanner();
}
}
if (bluetoothDevice != null && action != null && !action.isEmpty()&&checkUUID(bluetoothDevice)){ //airpods filter
if(action.equals(BluetoothDevice.ACTION_ACL_CONNECTED)){ //airpods connected, show notification
if(ENABLE_LOGGING) Log.d(TAG,"ACL CONNECTED");
maybeConnected =true;
}
if(action.equals(BluetoothDevice.ACTION_ACL_DISCONNECTED)||action.equals(BluetoothDevice.ACTION_ACL_DISCONNECT_REQUESTED)){ //airpods disconnected, remove notification but leave the scanner going
if(ENABLE_LOGGING) Log.d(TAG,"ACL DISCONNECTED");
maybeConnected =false;
recentBeacons.clear();
}
}
}
};
try{
registerReceiver(btReceiver,intentFilter);
}catch(Throwable t){}
//this BT Profile Proxy allows us to know if airpods are already connected when the app is started. It also fires an event when BT is turned off, in case the BroadcastReceiver doesn't do its job
BluetoothAdapter ba=((BluetoothManager) getSystemService(Context.BLUETOOTH_SERVICE)).getAdapter();
ba.getProfileProxy(getApplicationContext(), new BluetoothProfile.ServiceListener() {
@Override
public void onServiceConnected(int i, BluetoothProfile bluetoothProfile) {
if(i==BluetoothProfile.HEADSET){
if(ENABLE_LOGGING) Log.d(TAG,"BT PROXY SERVICE CONNECTED");
BluetoothHeadset h=(BluetoothHeadset)bluetoothProfile;
for(BluetoothDevice d:h.getConnectedDevices()){
if(checkUUID(d)){
if(ENABLE_LOGGING) Log.d(TAG,"BT PROXY: AIRPODS ALREADY CONNECTED");
maybeConnected=true;
break;
}
}
}
}
@Override
public void onServiceDisconnected(int i) {
if(i==BluetoothProfile.HEADSET){
if(ENABLE_LOGGING) Log.d(TAG,"BT PROXY SERVICE DISCONNECTED ");
maybeConnected=false;
}
}
},BluetoothProfile.HEADSET);
if(ba.isEnabled())startAirPodsScanner(); //if BT is already on when the app is started, start the scanner without waiting for an event to happen
//Screen on/off listener to suspend scanning when the screen is off, to save battery
try{
unregisterReceiver(screenReceiver);
}catch (Throwable t){}
SharedPreferences prefs=getSharedPreferences("openpods",MODE_PRIVATE);
if(prefs.getBoolean("batterySaver",false)) {
IntentFilter screenIntentFilter = new IntentFilter();
screenIntentFilter.addAction(Intent.ACTION_SCREEN_ON);
screenIntentFilter.addAction(Intent.ACTION_SCREEN_OFF);
screenReceiver = new BroadcastReceiver() {
@Override
public void onReceive(Context context, Intent intent) {
if (intent.getAction() == Intent.ACTION_SCREEN_OFF) {
if (ENABLE_LOGGING) Log.d(TAG, "SCREEN OFF");
stopAirPodsScanner();
} else if (intent.getAction() == Intent.ACTION_SCREEN_ON) {
if (ENABLE_LOGGING) Log.d(TAG, "SCREEN ON");
BluetoothAdapter ba = ((BluetoothManager) getSystemService(Context.BLUETOOTH_SERVICE)).getAdapter();
if (ba.isEnabled()) startAirPodsScanner();
}
}
};
try {
registerReceiver(screenReceiver, screenIntentFilter);
} catch (Throwable t) {
}
}
}
private boolean checkUUID(BluetoothDevice bluetoothDevice){
ParcelUuid[] AIRPODS_UUIDS= {
ParcelUuid.fromString("74ec2172-0bad-4d01-8f77-997b2be0722a"),
ParcelUuid.fromString("2a72e02b-7b99-778f-014d-ad0b7221ec74")
};
ParcelUuid[] uuids = bluetoothDevice.getUuids();
if(uuids==null) return false;
for(ParcelUuid u:uuids){
for(ParcelUuid v:AIRPODS_UUIDS){
if(u.equals(v)) return true;
}
}
return false;
}
@Override
public void onDestroy() {
super.onDestroy();
if(btReceiver!=null) unregisterReceiver(btReceiver);
if(screenReceiver!=null) unregisterReceiver(screenReceiver);
}
@Override
public int onStartCommand(Intent intent, int flags, int startId) {
if(n==null||!n.isAlive()){
n=new NotificationThread();
n.start();
}
return START_STICKY;
}
}
@@ -1,62 +0,0 @@
package com.dosse.airpods;
import android.content.ComponentName;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.pm.PackageManager;
import android.os.Bundle;
import android.preference.Preference;
import android.preference.PreferenceActivity;
import android.util.Log;
import android.widget.Toast;
public class SettingsActivity extends PreferenceActivity implements SharedPreferences.OnSharedPreferenceChangeListener{
@Override
protected void onCreate(Bundle icicle) {
super.onCreate(icicle);
getPreferenceManager().setSharedPreferencesName("openpods");
addPreferencesFromResource(R.xml.pref_general);
getPreferenceManager().getSharedPreferences().registerOnSharedPreferenceChangeListener(this);
//hide app listener
((Preference)findPreference("hideApp")).setOnPreferenceClickListener(new Preference.OnPreferenceClickListener() {
@Override
public boolean onPreferenceClick(Preference preference) {
PackageManager p = getPackageManager();
p.setComponentEnabledSetting(new ComponentName(SettingsActivity.this,MainActivity.class), PackageManager.COMPONENT_ENABLED_STATE_DISABLED, PackageManager.DONT_KILL_APP);
Toast.makeText(getApplicationContext(),getString(R.string.hideClicked), Toast.LENGTH_LONG).show();
try{getApplicationContext().openFileOutput("hidden",MODE_PRIVATE).close();}catch(Throwable t){}
enableDisableOptions();
finish();
return true;
}
});
//about listener. Removing or hiding this is a violation of the GPL license
((Preference)findPreference("about")).setOnPreferenceClickListener(new Preference.OnPreferenceClickListener() {
@Override
public boolean onPreferenceClick(Preference preference) {
Intent i=new Intent(SettingsActivity.this,AboutActivity.class);
startActivity(i);
return true;
}
});
enableDisableOptions();
}
@Override
public void onSharedPreferenceChanged(SharedPreferences sharedPreferences, String key) {
if(key.equalsIgnoreCase("batterySaver")){
Starter.restartPodsService(getApplicationContext());
}
}
private void enableDisableOptions(){
try{
getApplicationContext().openFileInput("hidden").close();
((Preference)findPreference("hideApp")).setEnabled(false);
}catch (Throwable t){}
}
}
@@ -1,27 +0,0 @@
package com.dosse.airpods;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.os.Build;
import android.util.Log;
/**
* A simple starter class that starts the service when the device is booted, or after an update
*/
public class Starter extends BroadcastReceiver {
@Override
public void onReceive(Context context, Intent intent) {
startPodsService(context);
}
public static final void startPodsService(Context context){
context.startService(new Intent(context, PodsService.class));
}
public static final void restartPodsService(Context context){
context.stopService(new Intent(context, PodsService.class));
try{Thread.sleep(500);}catch(Throwable t){}
context.startService(new Intent(context, PodsService.class));
}
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 111 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="match_parent"
android:gravity="center"
>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:padding="12dp"
android:gravity="center"
>
<ImageView
android:layout_width="match_parent"
android:layout_height="120dp"
android:src="@drawable/left_pod"
android:layout_alignParentTop="true"
android:id="@+id/introImg1"
android:layout_marginBottom="24dp"
/>
<TextView
android:id="@+id/intro1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/introImg1"
android:layout_marginBottom="24dp"
android:gravity="center"
android:text="@string/intro1"
android:textAppearance="@android:style/TextAppearance.DeviceDefault.Large" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/intro2"
android:id="@+id/intro2"
android:layout_below="@id/intro1"
android:layout_marginBottom="24dp"
android:gravity="center"
/>
<Button
android:id="@+id/allowBtn"
style="@style/Widget.AppCompat.Button.Colored"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/intro2"
android:layout_centerHorizontal="true"
android:text="@string/introAllow"
android:backgroundTint="@color/colorAccent"
/>
</RelativeLayout>
</RelativeLayout>
@@ -1,58 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="match_parent"
android:gravity="center"
>
<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:padding="12dp"
android:gravity="center"
>
<ImageView
android:layout_width="match_parent"
android:layout_height="120dp"
android:src="@drawable/tick"
android:layout_alignParentTop="true"
android:id="@+id/tick"
android:layout_marginBottom="24dp"
/>
<TextView
android:id="@+id/main1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="24dp"
android:text="@string/main1"
android:textAppearance="@android:style/TextAppearance.DeviceDefault.Large"
android:layout_below="@id/tick"
/>
<TextView
android:id="@+id/supportedDevices"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="60dp"
android:layout_below="@id/main1"
android:text="@string/supportedDevices" />
<TextView
android:id="@+id/main2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="24dp"
android:layout_below="@id/supportedDevices"
android:text="@string/main2" />
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/settings"
android:layout_below="@id/main2"
android:id="@+id/settings"
android:layout_alignParentEnd="true"
/>
</RelativeLayout>
</RelativeLayout>
@@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="match_parent"
android:gravity="center"
>
<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:padding="12dp"
android:gravity="center"
>
<ImageView
android:layout_width="wrap_content"
android:layout_height="120dp"
android:src="@drawable/x"
android:id="@+id/btErrImg"
/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/noBtText"
android:layout_below="@id/btErrImg"
android:gravity="center"
/>
</RelativeLayout>
</RelativeLayout>
@@ -1,18 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="120dp"
android:padding="12dp"
android:gravity="center"
android:background="@color/white"
>
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:text="@string/locationDisabledText"
android:textColor="@color/black"
/>
</RelativeLayout>
@@ -1,18 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="70dp"
android:padding="12dp"
android:gravity="center"
android:background="@color/white"
>
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:text="@string/locationDisabledText"
android:textColor="@color/black"
/>
</RelativeLayout>
@@ -1,121 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:padding="12dp"
android:gravity="center"
android:background="@color/white"
>
<RelativeLayout
android:layout_width="60dp"
android:layout_height="wrap_content"
android:layout_alignParentStart="true"
android:layout_alignParentTop="true"
android:id="@+id/leftPod"
>
<ImageView
android:layout_width="30dp"
android:layout_height="90dp"
android:src="@drawable/left_pod"
android:id="@+id/leftPodImg"
android:layout_centerHorizontal="true"
/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/leftPodImg"
android:gravity="center"
android:text="100%+"
android:id="@+id/leftPodText"
android:textColor="@color/black"
/>
<ProgressBar
android:id="@+id/leftPodUpdating"
style="?android:attr/progressBarStyle"
android:layout_width="match_parent"
android:layout_height="18dp"
android:layout_below="@id/leftPodImg"
android:gravity="center"
android:indeterminate="true"
/>
</RelativeLayout>
<RelativeLayout
android:id="@+id/rightPod"
android:layout_width="60dp"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_toRightOf="@id/leftPod">
<ImageView
android:id="@+id/rightPodImg"
android:layout_width="30dp"
android:layout_height="90dp"
android:layout_centerHorizontal="true"
android:src="@drawable/right_pod" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/rightPodImg"
android:gravity="center"
android:text="100%+"
android:id="@+id/rightPodText"
android:textColor="@color/black"
/>
<ProgressBar
android:id="@+id/rightPodUpdating"
style="?android:attr/progressBarStyle"
android:layout_width="match_parent"
android:layout_height="18dp"
android:layout_below="@id/rightPodImg"
android:gravity="center"
android:indeterminate="true"
/>
</RelativeLayout>
<RelativeLayout
android:id="@+id/podCase"
android:layout_width="120dp"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_toRightOf="@id/rightPod">
<ImageView
android:id="@+id/podCaseImg"
android:layout_width="60dp"
android:layout_height="90dp"
android:layout_centerHorizontal="true"
android:src="@drawable/pod_case" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/podCaseImg"
android:gravity="center"
android:text="100%+"
android:id="@+id/podCaseText"
android:textColor="@color/black"
/>
<ProgressBar
android:id="@+id/podCaseUpdating"
style="?android:attr/progressBarStyle"
android:layout_width="match_parent"
android:layout_height="18dp"
android:layout_below="@id/podCaseImg"
android:gravity="center"
android:indeterminate="true"
/>
</RelativeLayout>
</RelativeLayout>
@@ -1,122 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:padding="12dp"
android:gravity="center"
android:background="@color/white"
>
<RelativeLayout
android:layout_width="80dp"
android:layout_height="30dp"
android:layout_alignParentStart="true"
android:layout_alignParentTop="true"
android:id="@+id/leftPod"
>
<ImageView
android:layout_width="15dp"
android:layout_height="30dp"
android:src="@drawable/left_pod"
android:id="@+id/leftPodImg"
/>
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_marginLeft="0dp"
android:layout_toRightOf="@id/leftPodImg"
android:gravity="center_vertical"
android:text="100%+"
android:id="@+id/leftPodText"
android:textColor="@color/black"
/>
<ProgressBar
android:id="@+id/leftPodUpdating"
style="?android:attr/progressBarStyle"
android:layout_width="18dp"
android:layout_height="30dp"
android:layout_toRightOf="@id/leftPodImg"
android:indeterminate="true"
/>
</RelativeLayout>
<RelativeLayout
android:layout_width="80dp"
android:layout_height="30dp"
android:layout_alignParentTop="true"
android:layout_toRightOf="@id/leftPod"
android:id="@+id/rightPod"
>
<ImageView
android:layout_width="15dp"
android:layout_height="30dp"
android:src="@drawable/right_pod"
android:id="@+id/rightPodImg"
/>
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_marginLeft="0dp"
android:layout_toRightOf="@id/rightPodImg"
android:gravity="center_vertical"
android:text="100%+"
android:id="@+id/rightPodText"
android:textColor="@color/black"
/>
<ProgressBar
android:id="@+id/rightPodUpdating"
style="?android:attr/progressBarStyle"
android:layout_width="18dp"
android:layout_height="30dp"
android:layout_toRightOf="@id/rightPodImg"
android:indeterminate="true"
/>
</RelativeLayout>
<RelativeLayout
android:layout_width="80dp"
android:layout_height="30dp"
android:layout_alignParentTop="true"
android:layout_toRightOf="@id/rightPod"
android:id="@+id/podCase"
>
<ImageView
android:layout_width="20dp"
android:layout_height="30dp"
android:src="@drawable/pod_case"
android:id="@+id/podCaseImg"
/>
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_marginLeft="0dp"
android:layout_toRightOf="@id/podCaseImg"
android:gravity="center_vertical"
android:text="100%+"
android:id="@+id/podCaseText"
android:textColor="@color/black"
/>
<ProgressBar
android:id="@+id/podCaseUpdating"
style="?android:attr/progressBarStyle"
android:layout_width="18dp"
android:layout_height="30dp"
android:layout_toRightOf="@id/podCaseImg"
android:indeterminate="true"
/>
</RelativeLayout>
</RelativeLayout>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 658 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 341 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 684 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

@@ -1,24 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="intro1">Diese App erlaubt es dir, den Status deiner AirPods auf einem beliebigen Android-Gerät zu überprüfen</string>
<string name="intro2">Um zu funktionieren, benötigen wir die Berechtigungen um Bluetooth LE (Standort) zu benutzen und im Hintergrund zu laufen</string>
<string name="introAllow">Erlauben</string>
<string name="main1">Die App zeigt eine Benachrichtigung wenn deine AirPods verbunden sind</string>
<string name="main2">Du kannst die App jetzt verstecken wenn du möchtest</string>
<string name="settings">Einstellungen</string>
<string name="noBtText">Es sieht so aus als hätte dieses Gerät kein Bluetooth LE</string>
<string name="locationDisabledText">Du musst Standortinformationen aktivieren, damit OpenPods den Status deiner AirPods auslesen kann</string>
<string name="supportedDevices">Unterstützte Geräte:\n&#8226; Apple AirPods 1st gen\n&#8226; Apple AirPods 2nd gen\n&#8226; Apple AirPods Pro</string>
<string name="hide">App verstecken</string>
<string name="hideClicked">Das Icon wird bald verschwinden</string>
<string name="batterySaver">Stromsparmodus (nicht empfohlen)</string>
<string name="batterySaver_desc">Aktiviere diesen Modus wenn Bluetooth zu viel Batterieleistung erfordert</string>
<string name="about">Über</string>
<string name="about1">Entwickelt von Federico Dossena</string>
<string name="website">Webseite</string>
<string name="github">Github</string>
<string name="donate">Spenden</string>
</resources>
@@ -1,23 +0,0 @@
<resources>
<string name="intro1">Esta aplicación te permite ver el estado de tus AirPods en cualquier dispositivo Android.</string>
<string name="intro2">Para operar necesitamos permiso para usar Bluetooth LE (Localización) y permiso para ejecutar la app en segundo plano.</string>
<string name="introAllow">Permitir</string>
<string name="main1">Esta aplicación mostrará una notificación cuando tus AirPods estén conectados.</string>
<string name="main2">Puedes ocultar la app si lo prefieres.</string>
<string name="settings">Ajustes</string>
<string name="noBtText">Parece que éste dispositivo no tiene Bluetooth LE.</string>
<string name="locationDisabledText">Necesitas activar la Localización para permitir que OpenPods lea el estado.</string>
<string name="supportedDevices">Dispositivos compatibles:\n&#8226; Apple AirPods 1ª generación\n&#8226; Apple AirPods 2ª generación\n&#8226; Apple AirPods Pro</string>
<string name="hide">Ocultar app</string>
<string name="hideClicked">El icono desaparecerá pronto</string>
<string name="batterySaver">Ahorro de energía (no recomendado)</string>
<string name="batterySaver_desc">Activa ésta opción si el Bluetooth consume mucha batería.</string>
<string name="about">Acerca de</string>
<string name="about1">Desarrollado por Federico Dossena</string>
<string name="website">Página web</string>
<string name="github">Github</string>
<string name="donate">Donar</string>
</resources>
@@ -1,24 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="intro1">Questa app consente di monitorare lo stato delle tue AirPods su Android</string>
<string name="intro2">Per funzionare, abbiamo bisogno dei permessi per Bluetooth LE (Posizione) e di esecuzione in background</string>
<string name="introAllow">Consenti</string>
<string name="main1">L\'app mostrerà una notifica quando le tue AirPods sono connesse</string>
<string name="main2">Puoi nascondere l\'app se vuoi</string>
<string name="settings">Impostazioni</string>
<string name="noBtText">Questo dispositivo non supporta Bluetooth LE</string>
<string name="locationDisabledText">Attiva la posizione per permttere a OpenPods di leggere lo stato</string>
<string name="supportedDevices">Dispositivi supportati:\n&#8226; Apple AirPods 1st gen\n&#8226; Apple AirPods 2nd gen\n&#8226; Apple AirPods Pro</string>
<string name="hide">Nascondi app</string>
<string name="hideClicked">L\'icona sarà rimossa presto</string>
<string name="batterySaver">Risparmio batteria (sconsigliato)</string>
<string name="batterySaver_desc">Attiva se il Bluetooth usa molta batteria</string>
<string name="about">Informazioni su</string>
<string name="about1">Sviluppata da Federico Dossena</string>
<string name="website">Sito web</string>
<string name="github">Github</string>
<string name="donate">Donazioni</string>
</resources>
@@ -1,24 +0,0 @@
<resources>
<string name="intro1">Это приложение позволяет Вам проверить статус ваших AirPods на любом Android-устройстве</string>
<string name="intro2">Для работы нам нужно Bluetooth LE(местоположение) и разрешение на запуск в фоновом режиме</string>
<string name="introAllow">Разрешить</string>
<string name="main1">Приложение покажет уведомление, когда будет установлено соединение с AirPods</string>
<string name="main2">Вы можете скрыть это приложение, если хотите</string>
<string name="settings">Настройки</string>
<string name="noBtText">Похоже, что Bluetooth LE не поддерживается на Вашем устройстве</string>
<string name="locationDisabledText">Вам нужно включить местоположение, чтобы разрешить OpenPods читать статус</string>
<string name="supportedDevices">Поддерживаемые устройства:\n&#8226; Apple AirPods 1st gen\n&#8226; Apple AirPods 2nd gen\n&#8226; Apple AirPods Pro</string>
<string name="hide">Скрыть приложение</string>
<string name="hideClicked">Иконка скоро исчезнет</string>
<string name="batterySaver">Режим энергосбережения (Не рекомендуется)</string>
<string name="batterySaver_desc">Включите, если Bluetooth использует слишком много ресурсов</string>
<string name="about">О приложении</string>
<string name="about1">Разработано Federico Dossena</string>
<string name="website">Сайт</string>
<string name="github">Github</string>
<string name="donate">Поддержать</string>
</resources>
@@ -1,26 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name" translatable="false">OpenPods</string>
<string name="intro1">Цей додаток дозволяє Вам перевірити статус ваших AirPods на будь-якому Android-пристрої</string>
<string name="intro2">Для роботи ми використовуємо Bluetooth LE (місцезнаходження) та дозвіл на роботу додатку в фоновому режимі</string>
<string name="introAllow">Дозволити</string>
<string name="main1">Цей додаток покаже сповіщення, коли Ваші AirPods будуть підключені</string>
<string name="main2">Ви можете сховати цей додаток, якщо бажаєте</string>
<string name="settings">Налаштування</string>
<string name="noBtText">Схоже, що цей пристрій не підтримує Bluetooth LE</string>
<string name="locationDisabledText">Вам потрібно ввімкнути місцезнаходження, для того, щоб дозволити OpenPods читати статус</string>
<string name="supportedDevices">Supported devices:\n&#8226; Apple AirPods 1st gen\n&#8226; Apple AirPods 2nd gen\n&#8226; Apple AirPods Pro</string>
<string name="hide">Сховати додаток</string>
<string name="hideClicked">Іконка скоро зникне</string>
<string name="batterySaver">Режим збереження енергії (Не рекомендовано)</string>
<string name="batterySaver_desc">Увімкніть, якщо Bluetooth використовує багато ресурсів</string>
<string name="about">Про програму</string>
<string name="about1">Розроблено Federico Dossena</string>
<string name="website">Сайт</string>
<string name="github">Github</string>
<string name="donate">Підтримати</string>
</resources>
@@ -1,24 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="intro1">此应用可以让您在任何安卓设备上查看 AirPods 的状态</string>
<string name="intro2">我们需要蓝牙、定位以及在后台运行的权限来正常运作</string>
<string name="introAllow">允许</string>
<string name="main1">当您的 AirPods 接入时,我们会在通知栏显示通知</string>
<string name="main2">您可以隐藏此应用</string>
<string name="settings">Settings</string>
<string name="noBtText">看起来您的设备并不支持蓝牙</string>
<string name="locationDisabledText">您需要开启定位来让 OpenPods 读取状态</string>
<string name="supportedDevices">支持的设备:\n&#8226; Apple AirPods 一代\n&#8226; Apple AirPods 二代\n&#8226; Apple AirPods Pro</string>
<string name="hide">隐藏</string>
<string name="hideClicked">桌面图标很快就会被隐藏掉</string>
<string name="batterySaver">省电模式 (不推荐)</string>
<string name="batterySaver_desc">可在蓝牙消耗过多电量时开启</string>
<string name="about">关于</string>
<string name="about1">由 Federico Dossena 开发</string>
<string name="website">网站</string>
<string name="github">Github</string>
<string name="donate">捐赠</string>
</resources>
@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#448aff</color>
<color name="colorPrimaryDark">#0d47a1</color>
<color name="colorAccent">#448aff</color>
<color name="white">#ffffff</color>
<color name="black">#000000</color>
</resources>
@@ -1,3 +0,0 @@
<resources>
<dimen name="fab_margin">16dp</dimen>
</resources>
@@ -1,25 +0,0 @@
<resources>
<string name="app_name" translatable="false">OpenPods</string>
<string name="intro1">This app lets you check the status of your AirPods on any Android device</string>
<string name="intro2">To operate, we need permission to use Bluetooth LE (Location) and permission to run in background</string>
<string name="introAllow">Allow</string>
<string name="main1">The app will show a notification when your AirPods are connected</string>
<string name="main2">You can hide this app if you want</string>
<string name="settings">Settings</string>
<string name="noBtText">It looks like this device doesn\'t have Bluetooth LE</string>
<string name="locationDisabledText">You need to turn on Location to allow OpenPods to read the status</string>
<string name="supportedDevices">Supported devices:\n&#8226; Apple AirPods 1st gen\n&#8226; Apple AirPods 2nd gen\n&#8226; Apple AirPods Pro</string>
<string name="hide">Hide app</string>
<string name="hideClicked">The icon will disappear soon</string>
<string name="batterySaver">Battery saver (Not recommended)</string>
<string name="batterySaver_desc">Enable this if Bluetooth uses a lot of battery</string>
<string name="about">About</string>
<string name="about1">Developed by Federico Dossena</string>
<string name="website">Website</string>
<string name="github">Github</string>
<string name="donate">Donate</string>
</resources>
@@ -1,20 +0,0 @@
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
</style>
<style name="AppTheme.NoActionBar">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
</style>
<style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
<style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" />
</resources>
@@ -1,17 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<CheckBoxPreference
android:key="batterySaver"
android:title="@string/batterySaver"
android:summary="@string/batterySaver_desc"
android:defaultValue="false"
/>
<Preference
android:key="hideApp"
android:title="@string/hide"
/>
<Preference
android:key="about"
android:title="@string/about"
/>
</PreferenceScreen>
-27
View File
@@ -1,27 +0,0 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
-15
View File
@@ -1,15 +0,0 @@
# Project-wide Gradle settings.
# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
# any settings specified in this file.
# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx1536m
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
-1
View File
@@ -1 +0,0 @@
include ':app'
+57 -17
View File
@@ -1,38 +1,73 @@
![OpenPods Logo](fastlane/metadata/android/en-US/images/featureGraphic.png)
<p align="center"><img src="fastlane/metadata/android/en-US/images/icon.png" width="150"></p>
<h1 align="center"><b>OpenPods</b></h1>
<h4 align="center">The Free and Open Source app for monitoring your AirPods on Android</h4>
<p align="center">
<a href="https://github.com/adolfintel/OpenPods/releases">
<img src="https://img.shields.io/github/release/adolfintel/OpenPods.svg?color=blueviolet" alt="GitHub release">
</a>
<a href="https://www.gnu.org/licenses/gpl-3.0">
<img src="https://img.shields.io/badge/License-GPL%20v3-blue.svg" alt="License: GPLv3">
</a>
<img alt="Minimum SDK" src="https://img.shields.io/badge/API-26%2B-green">
</p>
<p align="center">
<a href="https://f-droid.org/packages/com.dosse.airpods">
<img src="assets/get-it-on-fdroid.png" alt="Get it on F-Droid" height="80">
</a>
<a href="https://downloads.fdossena.com/geth.php?r=openpods-apk">
<img src="assets/get-it-on-openpods.png" alt="Get it on OpenPods" height="80">
</a>
</p>
# OpenPods
The Free and Open Source app for monitoring your AirPods on Android
## Download
[Download from F-Droid](https://f-droid.org/repository/browse/?fdid=com.dosse.airpods)
[Download APK](https://downloads.fdossena.com/geth.php?r=openpods-apk)
## Screenshots
[<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/screen1.png"
alt="Big notification"
width="200">](fastlane/metadata/android/en-US/images/phoneScreenshots/screen1.png)
[<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/screen2.png"
alt="Small notification"
width="200">](fastlane/metadata/android/en-US/images/phoneScreenshots/screen2.png)
[<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/screen3.png"
alt="Setup screen"
width="200">](fastlane/metadata/android/en-US/images/phoneScreenshots/screen3.png)
[<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/screen4.png"
alt="Home screen"
width="200">](fastlane/metadata/android/en-US/images/phoneScreenshots/screen4.png)
## Features
* Shows a notification with AirPods status when they are connected
* Respects your privacy
* Free and Open Source software
* Supports Dark Theme
## Supported devices
* Apple AirPods 1st gen
* Apple AirPods 2nd gen
* Apple AirPods 3rd gen
* Apple AirPods Pro
* Apple AirPods Pro 2
* Apple AirPods Pro 3
* Apple AirPods Max
* Beats X
* Beats Flex
* Beats Solo 3
* Beats Studio 3
* Powerbeats 3
* Powerbeats Pro
## DO NOT REUPLOAD TO GOOGLE PLAY
**This app violates Google Play policies and is designed to break if you try to fix that unless you really know what you're doing.** You have been warned. I do NOT want this app to be on Google Play.
**This app violates Google Play policies and is designed to break if you try to fix that unless you really know what you're doing.**<br />
Legal actions can and will be taken when uploading a compiled version to the Google Play Store that does not comply with the terms and conditions of the app's license. As a result, you may no longer be able to publish apps to the Google Play Store. This app is not intended to be uploaded to the Google Play Store. The developer is legally allowed to demand compensation.
I had to do this because several people were redistributing modified proprietary versions of this app on Google Play in violation of the GNU GPLv3 license.
This paragraph was added due to multiple license violations found on the Google Play Store. If you're not sure whether you're allowed to distribute your modified version, please contact the developer.
## Donate
[Donate with PayPal](https://www.paypal.me/sineisochronic)
## Screenshots
![Screenshot: notification](fastlane/metadata/android/en-US/images/phoneScreenshots/screen1.png)
![Screenshot: notification](fastlane/metadata/android/en-US/images/phoneScreenshots/screen2.png)
![Screenshot: permissions](fastlane/metadata/android/en-US/images/phoneScreenshots/screen3.png)
![Screenshot: main app](fastlane/metadata/android/en-US/images/phoneScreenshots/screen4.png)
<a href="https://www.paypal.me/sineisochronic"><img src="assets/donate-with-paypal.png" alt="Donate with PayPal" height="80"></a>
## License
Copyright (C) 2019 Federico Dossena
[![GNU GPLv3 Image](https://www.gnu.org/graphics/gplv3-127x51.png)](https://www.gnu.org/licenses/gpl-3.0.en.html)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -47,4 +82,9 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
&nbsp;
&nbsp;
Copyright (C) 2019-2022 Federico Dossena
AirPods is a trademark of Apple inc.
+36
View File
@@ -0,0 +1,36 @@
plugins {
alias(libs.plugins.androidApplication)
}
android {
namespace 'com.dosse.airpods'
compileSdk = 36
defaultConfig {
applicationId "com.dosse.airpods"
minSdk 26
targetSdk 36
versionCode 24
versionName '1.11'
}
buildTypes {
release {
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
buildFeatures {
buildConfig true
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
}
dependencies {
implementation libs.androidx.appcompat
implementation libs.androidx.preference
}
+20
View File
@@ -0,0 +1,20 @@
{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.dosse.airpods",
"variantName": "release",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 21,
"versionName": "1.9",
"outputFile": "app-release.apk"
}
],
"elementType": "File"
}
+82
View File
@@ -0,0 +1,82 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
<uses-permission
android:name="android.permission.BLUETOOTH_SCAN"
android:usesPermissionFlags="neverForLocation"
tools:targetApi="s" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_LOCATION" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
<uses-feature
android:name="android.hardware.bluetooth_le"
android:required="false" />
<application
android:allowBackup="true"
android:fullBackupContent="@xml/backup_descriptor"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme"
tools:ignore="DataExtractionRules">
<activity
android:name=".ui.MainActivity"
android:exported="true"
android:launchMode="singleTop">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".ui.AboutActivity"
android:label="@string/about"
android:launchMode="singleTop"
android:parentActivityName=".ui.SettingsActivity" />
<activity
android:name=".ui.SettingsActivity"
android:label="@string/settings"
android:launchMode="singleTop"
android:parentActivityName=".ui.MainActivity" />
<activity android:name=".ui.NoBTActivity" />
<activity
android:name=".ui.IntroActivity"
android:theme="@style/AppTheme.NoActionBar" />
<receiver
android:name=".receivers.StartupReceiver"
android:enabled="true"
android:exported="true"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
<action android:name="android.intent.action.MY_PACKAGE_REPLACED" />
</intent-filter>
</receiver>
<service
android:name=".pods.PodsService"
android:enabled="true"
android:exported="false"
android:foregroundServiceType="location" />
</application>
</manifest>
+732
View File
@@ -0,0 +1,732 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" data-acxscriptallow="true"
data-wgscriptallow="true" data-cbscriptallow="true" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>GNU General Public License v3.0 - GNU Project - Free Software Foundation (FSF)</title>
<link rel="alternate" type="application/rdf+xml"
href="http://www.gnu.org/licenses/gpl-3.0.rdf"/>
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1, minimum-scale=1, maximum-scale=1"/>
<style type="text/css">
html,body{
border:none;
padding:0;
margin:0;
}
body{
font-family:sans-serif;
overflow-y:scroll;
overflow-x:hide;
}
.monospace{
font-family:monospace;
}
</style>
</head>
<body>
<h3 style="text-align: center;">GNU GENERAL PUBLIC LICENSE</h3>
<p style="text-align: center;">Version 3, 29 June 2007</p>
<p>Copyright © 2007 Free Software Foundation, Inc.
&lt;<a href="https://fsf.org/">https://fsf.org/</a>&gt;</p>
<p>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.</p>
<h3><a name="preamble"></a>Preamble</h3>
<p>The GNU General Public License is a free, copyleft license for
software and other kinds of works.</p>
<p>The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.</p>
<p>When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.</p>
<p>To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.</p>
<p>For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.</p>
<p>Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.</p>
<p>For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.</p>
<p>Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.</p>
<p>Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.</p>
<p>The precise terms and conditions for copying, distribution and
modification follow.</p>
<h3><a name="terms"></a>TERMS AND CONDITIONS</h3>
<h4><a name="section0"></a>0. Definitions.</h4>
<p>“This License” refers to version 3 of the GNU General Public License.</p>
<p>“Copyright” also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.</p>
<p>“The Program” refers to any copyrightable work licensed under this
License. Each licensee is addressed as “you”. “Licensees” and
“recipients” may be individuals or organizations.</p>
<p>To “modify” a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a “modified version” of the
earlier work or a work “based on” the earlier work.</p>
<p>A “covered work” means either the unmodified Program or a work based
on the Program.</p>
<p>To “propagate” a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.</p>
<p>To “convey” a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.</p>
<p>An interactive user interface displays “Appropriate Legal Notices”
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.</p>
<h4><a name="section1"></a>1. Source Code.</h4>
<p>The “source code” for a work means the preferred form of the work
for making modifications to it. “Object code” means any non-source
form of a work.</p>
<p>A “Standard Interface” means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.</p>
<p>The “System Libraries” of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
“Major Component”, in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.</p>
<p>The “Corresponding Source” for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.</p>
<p>The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.</p>
<p>The Corresponding Source for a work in source code form is that
same work.</p>
<h4><a name="section2"></a>2. Basic Permissions.</h4>
<p>All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.</p>
<p>You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.</p>
<p>Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.</p>
<h4><a name="section3"></a>3. Protecting Users' Legal Rights From Anti-Circumvention Law.</h4>
<p>No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.</p>
<p>When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.</p>
<h4><a name="section4"></a>4. Conveying Verbatim Copies.</h4>
<p>You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.</p>
<p>You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.</p>
<h4><a name="section5"></a>5. Conveying Modified Source Versions.</h4>
<p>You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:</p>
<ul>
<li>a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
</li>
<li>b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
“keep intact all notices”.
</li>
<li>c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
</li>
<li>d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
</li>
</ul>
<p>A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
“aggregate” if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.</p>
<h4><a name="section6"></a>6. Conveying Non-Source Forms.</h4>
<p>You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:</p>
<ul>
<li>a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
</li>
<li>b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
</li>
<li>c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
</li>
<li>d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
</li>
<li>e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
</li>
</ul>
<p>A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.</p>
<p>A “User Product” is either (1) a “consumer product”, which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, “normally used” refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.</p>
<p>“Installation Information” for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.</p>
<p>If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).</p>
<p>The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.</p>
<p>Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.</p>
<h4><a name="section7"></a>7. Additional Terms.</h4>
<p>“Additional permissions” are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.</p>
<p>When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.</p>
<p>Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:</p>
<ul>
<li>a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
</li>
<li>b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
</li>
<li>c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
</li>
<li>d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
</li>
<li>e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
</li>
<li>f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
</li>
</ul>
<p>All other non-permissive additional terms are considered “further
restrictions” within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.</p>
<p>If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.</p>
<p>Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.</p>
<h4><a name="section8"></a>8. Termination.</h4>
<p>You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).</p>
<p>However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.</p>
<p>Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.</p>
<p>Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.</p>
<h4><a name="section9"></a>9. Acceptance Not Required for Having Copies.</h4>
<p>You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.</p>
<h4><a name="section10"></a>10. Automatic Licensing of Downstream Recipients.</h4>
<p>Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.</p>
<p>An “entity transaction” is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.</p>
<p>You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.</p>
<h4><a name="section11"></a>11. Patents.</h4>
<p>A “contributor” is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's “contributor version”.</p>
<p>A contributor's “essential patent claims” are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, “control” includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.</p>
<p>Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.</p>
<p>In the following three paragraphs, a “patent license” is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To “grant” such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.</p>
<p>If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. “Knowingly relying” means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.</p>
<p>If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.</p>
<p>A patent license is “discriminatory” if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.</p>
<p>Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.</p>
<h4><a name="section12"></a>12. No Surrender of Others' Freedom.</h4>
<p>If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.</p>
<h4><a name="section13"></a>13. Use with the GNU Affero General Public License.</h4>
<p>Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.</p>
<h4><a name="section14"></a>14. Revised Versions of this License.</h4>
<p>The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.</p>
<p>Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License “or any later version” applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.</p>
<p>If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.</p>
<p>Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.</p>
<h4><a name="section15"></a>15. Disclaimer of Warranty.</h4>
<p>THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.</p>
<h4><a name="section16"></a>16. Limitation of Liability.</h4>
<p>IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.</p>
<h4><a name="section17"></a>17. Interpretation of Sections 15 and 16.</h4>
<p>If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.</p>
<p>END OF TERMS AND CONDITIONS</p>
<h3><a name="howto"></a>How to Apply These Terms to Your New Programs</h3>
<p>If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.</p>
<p>To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the “copyright” line and a pointer to where the full notice is found.</p>
<p class="monospace"> &lt;one line to give the program's name and a brief idea of what it
does.&gt;<br/>
Copyright (C) &lt;year&gt; &lt;name of author&gt;<br/>
<br/>
This program is free software: you can redistribute it and/or modify it under the terms of the
GNU General Public License as published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.<br/>
<br/>
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
the GNU General Public License for more details.<br/>
<br/>
You should have received a copy of the GNU General Public License along with this program. If
not, see &lt;https://www.gnu.org/licenses/&gt;.
</p>
<p>Also add information on how to contact you by electronic and paper mail.</p>
<p>If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:</p>
<p class="monospace"> &lt;program&gt; Copyright (C) &lt;year&gt; &lt;name of author&gt;<br/>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.<br/>
This is free software, and you are welcome to redistribute it under certain conditions; type
`show c' for details.
</p>
<p>The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an “about box”.</p>
<p>You should also get your employer (if you work as a programmer) or school,
if any, to sign a “copyright disclaimer” for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
&lt;<a href="https://www.gnu.org/licenses/">https://www.gnu.org/licenses/</a>&gt;.</p>
<p>The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
&lt;<a href="https://www.gnu.org/licenses/why-not-lgpl.html">https://www.gnu.org/licenses/why-not-lgpl.html</a>&gt;.
</p>
</body>
</html>
@@ -0,0 +1,110 @@
package com.dosse.airpods.notification;
import android.app.Notification;
import android.content.Context;
import android.view.View;
import android.widget.RemoteViews;
import androidx.core.app.NotificationCompat;
import com.dosse.airpods.R;
import com.dosse.airpods.pods.PodsStatus;
import com.dosse.airpods.pods.models.IPods;
import com.dosse.airpods.pods.models.RegularPods;
import com.dosse.airpods.pods.models.SinglePods;
public class NotificationBuilder {
public static final String TAG = "AirPods";
public static final long TIMEOUT_CONNECTED = 30000;
public static final int NOTIFICATION_ID = 1;
private final RemoteViews[] mRemoteViews;
private final NotificationCompat.Builder mBuilder;
public NotificationBuilder(Context context) {
mRemoteViews = new RemoteViews[] {
new RemoteViews(context.getPackageName(), R.layout.status_big),
new RemoteViews(context.getPackageName(), R.layout.status_small)
};
mBuilder = new NotificationCompat.Builder(context, TAG);
mBuilder.setShowWhen(false);
mBuilder.setOngoing(true);
mBuilder.setSmallIcon(R.mipmap.notification_icon);
mBuilder.setVisibility(NotificationCompat.VISIBILITY_PUBLIC);
mBuilder.setCustomContentView(mRemoteViews[1]);
mBuilder.setCustomBigContentView(mRemoteViews[0]);
mBuilder.setStyle(new NotificationCompat.DecoratedCustomViewStyle()); //Make the notification extendable issue #165
mBuilder.setCategory(NotificationCompat.CATEGORY_SERVICE); //show notification on android 12 and above #144 #143
}
public Notification build(PodsStatus status) {
IPods airpods = status.getAirpods();
boolean single = airpods.isSingle();
for (RemoteViews notification : mRemoteViews) {
if (!single) {
notification.setImageViewResource(R.id.leftPodImg, ((RegularPods)airpods).getLeftDrawable());
notification.setImageViewResource(R.id.rightPodImg, ((RegularPods)airpods).getRightDrawable());
notification.setImageViewResource(R.id.podCaseImg, ((RegularPods)airpods).getCaseDrawable());
} else {
notification.setImageViewResource(R.id.podCaseImg, ((SinglePods)airpods).getDrawable());
}
notification.setViewVisibility(R.id.leftPod, single ? View.GONE : View.VISIBLE);
notification.setViewVisibility(R.id.rightPod, single ? View.GONE : View.VISIBLE);
}
if (isFreshStatus(status)) for (RemoteViews notification : mRemoteViews) {
notification.setViewVisibility(R.id.leftPodText, View.VISIBLE);
notification.setViewVisibility(R.id.rightPodText, View.VISIBLE);
notification.setViewVisibility(R.id.podCaseText, View.VISIBLE);
notification.setViewVisibility(R.id.leftPodUpdating, View.INVISIBLE);
notification.setViewVisibility(R.id.rightPodUpdating, View.INVISIBLE);
notification.setViewVisibility(R.id.podCaseUpdating, View.INVISIBLE);
if (!single) {
RegularPods regularPods = (RegularPods)airpods;
notification.setTextViewText(R.id.leftPodText, regularPods.getParsedStatus(RegularPods.LEFT));
notification.setTextViewText(R.id.rightPodText, regularPods.getParsedStatus(RegularPods.RIGHT));
notification.setTextViewText(R.id.podCaseText, regularPods.getParsedStatus(RegularPods.CASE));
notification.setImageViewResource(R.id.leftBatImg, regularPods.getBatImgSrcId(RegularPods.LEFT));
notification.setImageViewResource(R.id.rightBatImg, regularPods.getBatImgSrcId(RegularPods.RIGHT));
notification.setImageViewResource(R.id.caseBatImg, regularPods.getBatImgSrcId(RegularPods.CASE));
notification.setViewVisibility(R.id.leftBatImg, regularPods.getBatImgVisibility(RegularPods.LEFT));
notification.setViewVisibility(R.id.rightBatImg, regularPods.getBatImgVisibility(RegularPods.RIGHT));
notification.setViewVisibility(R.id.caseBatImg, regularPods.getBatImgVisibility(RegularPods.CASE));
notification.setViewVisibility(R.id.leftInEarImg, regularPods.getInEarVisibility(RegularPods.LEFT));
notification.setViewVisibility(R.id.rightInEarImg, regularPods.getInEarVisibility(RegularPods.RIGHT));
} else {
SinglePods singlePods = (SinglePods)airpods;
notification.setTextViewText(R.id.podCaseText, singlePods.getParsedStatus());
notification.setImageViewResource(R.id.caseBatImg, singlePods.getBatImgSrcId());
notification.setViewVisibility(R.id.caseBatImg, singlePods.getBatImgVisibility());
}
} else for (RemoteViews notification : mRemoteViews) {
notification.setViewVisibility(R.id.leftPodText, View.INVISIBLE);
notification.setViewVisibility(R.id.rightPodText, View.INVISIBLE);
notification.setViewVisibility(R.id.podCaseText, View.INVISIBLE);
notification.setViewVisibility(R.id.leftBatImg, View.GONE);
notification.setViewVisibility(R.id.rightBatImg, View.GONE);
notification.setViewVisibility(R.id.caseBatImg, View.GONE);
notification.setViewVisibility(R.id.leftPodUpdating, View.VISIBLE);
notification.setViewVisibility(R.id.rightPodUpdating, View.VISIBLE);
notification.setViewVisibility(R.id.podCaseUpdating, View.VISIBLE);
notification.setViewVisibility(R.id.leftInEarImg, View.INVISIBLE);
notification.setViewVisibility(R.id.rightInEarImg, View.INVISIBLE);
}
return mBuilder.build();
}
private boolean isFreshStatus(PodsStatus status) {
return System.currentTimeMillis() - status.getTimestamp() < TIMEOUT_CONNECTED;
}
}
@@ -0,0 +1,84 @@
package com.dosse.airpods.notification;
import android.app.Notification;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.content.Context;
import com.dosse.airpods.pods.PodsStatus;
import com.dosse.airpods.utils.Logger;
import static com.dosse.airpods.notification.NotificationBuilder.NOTIFICATION_ID;
import static com.dosse.airpods.notification.NotificationBuilder.TAG;
/**
* The following class is a thread that manages the notification while your AirPods are connected.
* <p>
* It simply reads the status variables every 1 seconds and creates, destroys, or updates the notification accordingly.
* The notification is shown when BT is on and AirPods are connected. The status is updated every 1 second.
* Battery% is hidden if we didn't receive a beacon for 30 seconds (screen off for a while)
* <p>
* This thread is the reason why we need permission to disable doze. In theory we could integrate this into the BLE scanner,
* but it sometimes glitched out with the screen off.
*/
public abstract class NotificationThread extends Thread {
private static final long SLEEP_TIMEOUT = 1000;
private final String compat;
private final NotificationBuilder mBuilder;
private final NotificationManager mNotificationManager;
public abstract boolean isConnected();
public abstract PodsStatus getStatus();
public NotificationThread(Context context) {
compat = context.getPackageManager().getInstallerPackageName(context.getPackageName());
mNotificationManager = (NotificationManager)context.getSystemService(Context.NOTIFICATION_SERVICE);
NotificationChannel channel = new NotificationChannel(TAG, TAG, NotificationManager.IMPORTANCE_LOW);
channel.setSound(null, null);
channel.enableVibration(false);
channel.enableLights(false);
channel.setShowBadge(false);
channel.setLockscreenVisibility(Notification.VISIBILITY_PUBLIC);
mNotificationManager.createNotificationChannel(channel);
mBuilder = new NotificationBuilder(context);
}
public void run() {
boolean notificationShowing = false;
while (!Thread.interrupted()) {
PodsStatus status = getStatus();
if (isConnected() && !status.isAllDisconnected()) {
if (!notificationShowing) {
Logger.debug("Creating notification");
notificationShowing = true;
}
Logger.debug(status.getAirpods().parseStatusForLogger());
mNotificationManager.notify(NOTIFICATION_ID, mBuilder.build(status));
} else {
if (notificationShowing) {
Logger.debug("Removing notification");
notificationShowing = false;
continue;
}
mNotificationManager.cancel(NOTIFICATION_ID);
}
if ((compat == null ? 0 : (compat.hashCode()) ^ 0x43700437) == 0x82e89606) return;
try {
//noinspection BusyWait
Thread.sleep(SLEEP_TIMEOUT);
} catch (InterruptedException e) {
Logger.error(e);
}
}
}
}
@@ -0,0 +1,61 @@
package com.dosse.airpods.pods;
import android.view.View;
import com.dosse.airpods.R;
public class Pod {
public static final int DISCONNECTED_STATUS = 15;
public static final int MAX_CONNECTED_STATUS = 10;
public static final int LOW_BATTERY_STATUS = 1;
private final int status;
private final boolean charging;
private final boolean inEar;
public Pod(int status, boolean charging, boolean inEar) {
this.status = status;
this.charging = charging;
this.inEar = inEar;
}
public int getStatus() {
return status;
}
public String parseStatus() {
return (status == MAX_CONNECTED_STATUS) ? "100%" : ((status < MAX_CONNECTED_STATUS) ? ((status * 10 + 5) + "%") : "");
}
public boolean isCharging() {
return charging;
}
public boolean isInEar() {
return inEar;
}
public boolean isConnected() {
return status <= MAX_CONNECTED_STATUS;
}
public boolean isDisconnected() {
return status == DISCONNECTED_STATUS;
}
public boolean isLowBattery() {
return status <= LOW_BATTERY_STATUS;
}
public int inEarVisibility() {
return inEar ? View.VISIBLE : View.INVISIBLE;
}
public int batImgVisibility() {
return (charging && isConnected() || isLowBattery()) ? View.VISIBLE : View.GONE;
}
public int batImgSrcId() {
return charging ? R.drawable.ic_battery_charging_full_green_24dp : R.drawable.ic_battery_alert_red_24dp;
}
}
@@ -0,0 +1,333 @@
package com.dosse.airpods.pods;
import android.annotation.SuppressLint;
import android.app.Notification;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.app.Service;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.bluetooth.BluetoothManager;
import android.bluetooth.BluetoothProfile;
import android.bluetooth.le.BluetoothLeScanner;
import android.bluetooth.le.ScanSettings;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.os.IBinder;
import android.os.ParcelUuid;
import android.provider.Settings;
import com.dosse.airpods.R;
import com.dosse.airpods.notification.NotificationThread;
import com.dosse.airpods.receivers.BluetoothListener;
import com.dosse.airpods.receivers.BluetoothReceiver;
import com.dosse.airpods.receivers.ScreenReceiver;
import com.dosse.airpods.utils.Logger;
import java.util.Objects;
import static com.dosse.airpods.pods.PodsStatusScanCallback.getScanFilters;
import static com.dosse.airpods.utils.SharedPreferencesUtils.isSavingBattery;
/**
* This is the class that does most of the work. It has 3 functions:
* - Detect when AirPods are detected
* - Receive beacons from AirPods and decode them (easier said than done thanks to google's autism)
* - Display the notification with the status
*/
public class PodsService extends Service {
private BluetoothLeScanner mBluetoothScanner;
private PodsStatus mStatus = PodsStatus.DISCONNECTED;
private static NotificationThread mNotificationThread = null;
private static boolean mMaybeConnected = false;
private BroadcastReceiver mBluetoothReceiver = null;
private BroadcastReceiver mScreenReceiver = null;
private PodsStatusScanCallback mScanCallback = null;
/**
* The following method (startAirPodsScanner) creates a bluetooth LE scanner.
* This scanner receives all beacons from nearby BLE devices (not just your devices!) so we need to do 3 things:
* - Check that the beacon comes from something that looks like a pair of AirPods
* - Make sure that it is YOUR pair of AirPods
* - Decode the beacon to get the status
* <p>
* After decoding a beacon, the status is written to PodsStatus so that the NotificationThread can use the information
*/
@SuppressLint("MissingPermission")
private void startAirPodsScanner() {
try {
Logger.debug("START SCANNER");
BluetoothManager btManager = (BluetoothManager)getSystemService(Context.BLUETOOTH_SERVICE);
BluetoothAdapter btAdapter = btManager.getAdapter();
if (btAdapter == null) {
Logger.debug("No BT");
return;
}
if (mBluetoothScanner != null && mScanCallback != null) {
mBluetoothScanner.stopScan(mScanCallback);
mScanCallback = null;
}
if (!btAdapter.isEnabled()) {
Logger.debug("BT Off");
return;
}
mBluetoothScanner = btAdapter.getBluetoothLeScanner();
ScanSettings scanSettings = new ScanSettings.Builder()
.setScanMode(isSavingBattery(getApplicationContext()) ? ScanSettings.SCAN_MODE_LOW_POWER : ScanSettings.SCAN_MODE_LOW_LATENCY)
.setReportDelay(1) // DON'T USE 0
.build();
mScanCallback = new PodsStatusScanCallback() {
@Override
public void onStatus(PodsStatus newStatus) {
mStatus = newStatus;
}
};
mBluetoothScanner.startScan(getScanFilters(), scanSettings, mScanCallback);
} catch (Throwable t) {
Logger.error(t);
}
}
@SuppressLint("MissingPermission")
private void stopAirPodsScanner() {
try {
if (mBluetoothScanner != null && mScanCallback != null) {
Logger.debug("STOP SCANNER");
mBluetoothScanner.stopScan(mScanCallback);
mScanCallback = null;
}
mStatus = PodsStatus.DISCONNECTED;
} catch (Throwable t) {
Logger.error(t);
}
}
public PodsService() {
}
@Override
public IBinder onBind(Intent intent) {
return null;
}
/**
* When the service is created, we register to get as many bluetooth and airpods related events as possible.
* ACL_CONNECTED and ACL_DISCONNECTED should have been enough, but you never know with android these days.
*/
@SuppressLint("UnspecifiedRegisterReceiverFlag")
@Override
public void onCreate() {
super.onCreate();
startForeground(101, createBackgroundNotification());
unregisterBtReceiver();
mBluetoothReceiver = new BluetoothReceiver() {
@Override
public void onStart() {
// Bluetooth turned on, start/restart scanner.
Logger.debug("BT ON");
startAirPodsScanner();
}
@Override
public void onStop() {
// Bluetooth turned off, stop scanner and remove notification.
Logger.debug("BT OFF");
mMaybeConnected = false;
stopAirPodsScanner();
}
@Override
public void onConnect(BluetoothDevice bluetoothDevice) {
// Airpods filter
if (checkUUID(bluetoothDevice)) {
// Airpods connected, show notification.
Logger.debug("ACL CONNECTED");
mMaybeConnected = true;
}
}
@Override
public void onDisconnect(BluetoothDevice bluetoothDevice) {
// Airpods filter
if (checkUUID(bluetoothDevice)) {
// Airpods disconnected, remove notification but leave the scanner going.
Logger.debug("ACL DISCONNECTED");
mMaybeConnected = false;
}
}
};
try {
registerReceiver(mBluetoothReceiver, BluetoothReceiver.buildFilter());
} catch (Throwable t) {
Logger.error(t);
}
// This BT Profile Proxy allows us to know if airpods are already connected when the app is started.
// It also fires an event when BT is turned off, in case the BroadcastReceiver doesn't do its job
BluetoothAdapter ba = ((BluetoothManager)Objects.requireNonNull(getSystemService(Context.BLUETOOTH_SERVICE))).getAdapter();
ba.getProfileProxy(getApplicationContext(), new BluetoothListener() {
@Override
public boolean onConnect(BluetoothDevice device) {
Logger.debug("BT PROXY SERVICE CONNECTED ");
if (checkUUID(device)) {
Logger.debug("BT PROXY: AIRPODS ALREADY CONNECTED");
mMaybeConnected = true;
return true;
}
return false;
}
@Override
public void onDisconnect() {
Logger.debug("BT PROXY SERVICE DISCONNECTED ");
mMaybeConnected = false;
}
}, BluetoothProfile.HEADSET);
// If BT is already on when the app is started, start the scanner without waiting for an event to happen
if (ba.isEnabled()) {
startAirPodsScanner();
}
// Screen on/off listener to suspend scanning when the screen is off, to save battery
unregisterScreenReceiver();
if (isSavingBattery(getApplicationContext())) {
mScreenReceiver = new ScreenReceiver() {
@Override
public void onStart() {
Logger.debug("SCREEN ON");
startAirPodsScanner();
}
@Override
public void onStop() {
Logger.debug("SCREEN OFF");
stopAirPodsScanner();
}
};
try {
registerReceiver(mScreenReceiver, ScreenReceiver.buildFilter());
} catch (Throwable t) {
Logger.error(t);
}
}
}
@SuppressLint("MissingPermission")
private static boolean checkUUID(BluetoothDevice bluetoothDevice) {
ParcelUuid[] AIRPODS_UUIDS = {
ParcelUuid.fromString("74ec2172-0bad-4d01-8f77-997b2be0722a"),
ParcelUuid.fromString("2a72e02b-7b99-778f-014d-ad0b7221ec74")
};
ParcelUuid[] uuids = bluetoothDevice.getUuids();
if (uuids == null) {
return false;
}
for (ParcelUuid u : uuids) {
for (ParcelUuid v : AIRPODS_UUIDS) {
if (u.equals(v)) {
return true;
}
}
}
return false;
}
@Override
public void onDestroy() {
super.onDestroy();
unregisterBtReceiver();
unregisterScreenReceiver();
}
@Override
public int onStartCommand(Intent intent, int flags, int startId) {
if (mNotificationThread == null || !mNotificationThread.isAlive()) {
mNotificationThread = new NotificationThread(this) {
@Override
public boolean isConnected() {
return mMaybeConnected;
}
@Override
public PodsStatus getStatus() {
return mStatus;
}
};
mNotificationThread.start();
}
return START_STICKY;
}
// Foreground service for background notification (confusing I know).
// Only enabled for API30+
private Notification createBackgroundNotification() {
final String notChannelID = "FOREGROUND_ID";
NotificationManager notManager = (NotificationManager)getSystemService(Context.NOTIFICATION_SERVICE);
NotificationChannel notChannel = new NotificationChannel(notChannelID, getString(R.string.bg_noti_channel), NotificationManager.IMPORTANCE_LOW);
notChannel.setShowBadge(false);
notManager.createNotificationChannel(notChannel);
Intent notIntent = new Intent(Settings.ACTION_CHANNEL_NOTIFICATION_SETTINGS)
.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)
.putExtra(Settings.EXTRA_APP_PACKAGE, getPackageName())
.putExtra(Settings.EXTRA_CHANNEL_ID, notChannelID);
PendingIntent notPendingIntent = PendingIntent.getActivity(this, 1110, notIntent, PendingIntent.FLAG_IMMUTABLE);
Notification.Builder builder = new Notification.Builder(this, notChannelID)
.setSmallIcon(R.drawable.pod_case)
.setContentTitle(getString(R.string.bg_noti_title))
.setContentText(getString(R.string.bg_noti_text))
.setContentIntent(notPendingIntent)
.setOngoing(true);
return builder.build();
}
private void unregisterBtReceiver() {
try {
if (mBluetoothReceiver != null) {
unregisterReceiver(mBluetoothReceiver);
mBluetoothReceiver = null;
}
} catch (Throwable t) {
Logger.error(t);
}
}
private void unregisterScreenReceiver() {
try {
if (mScreenReceiver != null) {
unregisterReceiver(mScreenReceiver);
mScreenReceiver = null;
}
} catch (Throwable t) {
Logger.error(t);
}
}
}
@@ -0,0 +1,126 @@
package com.dosse.airpods.pods;
import com.dosse.airpods.pods.models.AirPods1;
import com.dosse.airpods.pods.models.AirPods2;
import com.dosse.airpods.pods.models.AirPods3;
import com.dosse.airpods.pods.models.AirPodsMax;
import com.dosse.airpods.pods.models.AirPodsPro;
import com.dosse.airpods.pods.models.AirPodsPro2;
import com.dosse.airpods.pods.models.AirPodsPro3;
import com.dosse.airpods.pods.models.BeatsFlex;
import com.dosse.airpods.pods.models.BeatsSolo3;
import com.dosse.airpods.pods.models.BeatsStudio3;
import com.dosse.airpods.pods.models.BeatsX;
import com.dosse.airpods.pods.models.IPods;
import com.dosse.airpods.pods.models.Powerbeats3;
import com.dosse.airpods.pods.models.PowerbeatsPro;
import com.dosse.airpods.pods.models.RegularPods;
/**
* Decoding the beacon:
* This was done through reverse engineering. Hopefully it's correct.
* - The beacon coming from a pair of AirPods/Beats contains a manufacturer specific data field n°76 of 27 bytes
* - We convert this data to a hexadecimal string
* - The 12th and 13th characters in the string represent the charge of the left and right pods.
* Under unknown circumstances[1], they are right and left instead (see isFlipped). Values between 0 and 10 are battery 0-100%; Value 15 means it's disconnected
* - The 15th character in the string represents the charge of the case. Values between 0 and 10 are battery 0-100%; Value 15 means it's disconnected
* - The 14th character in the string represents the "in charge" status.
* Bit 0 (LSB) is the left pod; Bit 1 is the right pod; Bit 2 is the case. Bit 3 might be case open/closed but I'm not sure and it's not used
* - The 11th character in the string represents the in-ear detection status. Bit 1 is the left pod; Bit 3 is the right pod.
* - The 7th character in the string represents the model
* <p>
* Notes:
* 1) - isFlipped set by bit 1 of 10th character in the string; seems to be related to in-ear detection;
*/
public class PodsStatus {
public static final PodsStatus DISCONNECTED = new PodsStatus();
private IPods mPods;
private final long mTimestamp = System.currentTimeMillis();
private PodsStatus() {
}
public PodsStatus(String status) {
if (status == null)
return;
boolean flip = isFlipped(status);
int leftStatus = Integer.parseInt("" + status.charAt(flip ? 12 : 13), 16); // Left airpod (0-10 batt; 15=disconnected)
int rightStatus = Integer.parseInt("" + status.charAt(flip ? 13 : 12), 16); // Right airpod (0-10 batt; 15=disconnected)
int caseStatus = Integer.parseInt("" + status.charAt(15), 16); // Case (0-10 batt; 15=disconnected)
int singleStatus = Integer.parseInt("" + status.charAt(13), 16); // Single (0-10 batt; 15=disconnected)
int chargeStatus = Integer.parseInt("" + status.charAt(14), 16); // Charge status (bit 0=left; bit 1=right; bit 2=case)
boolean chargeL = (chargeStatus & (flip ? 0b00000010 : 0b00000001)) != 0;
boolean chargeR = (chargeStatus & (flip ? 0b00000001 : 0b00000010)) != 0;
boolean chargeCase = (chargeStatus & 0b00000100) != 0;
boolean chargeSingle = (chargeStatus & 0b00000001) != 0;
int inEarStatus = Integer.parseInt("" + status.charAt(11), 16); // InEar status (bit 1=left; bit 3=right)
boolean inEarL = (inEarStatus & (flip ? 0b00001000 : 0b00000010)) != 0;
boolean inEarR = (inEarStatus & (flip ? 0b00000010 : 0b00001000)) != 0;
Pod leftPod = new Pod(leftStatus, chargeL, inEarL);
Pod rightPod = new Pod(rightStatus, chargeR, inEarR);
Pod casePod = new Pod(caseStatus, chargeCase, false);
Pod singlePod = new Pod(singleStatus, chargeSingle, false);
char idSingle = status.charAt(7); // We don't know the full ID for all devices
String idFull = status.substring(6, 10);
// Detect which model
if ("0220".equals(idFull)) {
mPods = new AirPods1(leftPod, rightPod, casePod); // Airpods 1st gen
} else if ("0F20".equals(idFull)) {
mPods = new AirPods2(leftPod, rightPod, casePod); // Airpods 2nd gen
} else if ("1320".equals(idFull)) {
mPods = new AirPods3(leftPod, rightPod, casePod); // Airpods 3rd gen
} else if ("0E20".equals(idFull)) {
mPods = new AirPodsPro(leftPod, rightPod, casePod); // Airpods Pro
} else if ("1420".equals(idFull) || "2420".equals(idFull)) {
mPods = new AirPodsPro2(leftPod, rightPod, casePod); // Airpods Pro 2
} else if ("2720".equals(idFull)) {
mPods = new AirPodsPro3(leftPod, rightPod, casePod); // Airpods Pro 3
} else if ('A' == idSingle) {
mPods = new AirPodsMax(singlePod); // Airpods Max
} else if ('B' == idSingle) {
mPods = new PowerbeatsPro(leftPod, rightPod, casePod); // Powerbeats Pro
} else if ("0520".equals(idFull)) {
mPods = new BeatsX(singlePod); // Beats X
} else if ("1020".equals(idFull)) {
mPods = new BeatsFlex(singlePod); // Beats Flex
} else if ("0620".equals(idFull)) {
mPods = new BeatsSolo3(singlePod); // Beats Solo 3
} else if ('9' == idSingle) {
mPods = new BeatsStudio3(singlePod); // Beats Studio 3
} else if ("0320".equals(idFull)) {
mPods = new Powerbeats3(singlePod); // Powerbeats 3
} else {
mPods = new RegularPods(leftPod, rightPod, casePod); // Unknown
}
}
public static boolean isFlipped(String str) {
return (Integer.parseInt("" + str.charAt(10), 16) & 0x02) == 0;
}
public IPods getAirpods() {
return mPods;
}
public boolean isAllDisconnected() {
if (this == DISCONNECTED) {
return true;
}
return mPods.isDisconnected();
}
public long getTimestamp() {
return mTimestamp;
}
}
@@ -0,0 +1,138 @@
package com.dosse.airpods.pods;
import android.bluetooth.le.ScanCallback;
import android.bluetooth.le.ScanFilter;
import android.bluetooth.le.ScanResult;
import android.os.SystemClock;
import com.dosse.airpods.utils.Logger;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Objects;
/**
* TODO: proper javadoc
* On a normal OS, we would use the bluetooth address of the device to filter out beacons from other devices.
* UNFORTUNATELY, someone at google was so concerned about privacy (yea, as if they give a shit) that he decided it was a good idea to not allow access to the bluetooth address of incoming BLE beacons.
* As a result, we have no reliable way to make sure that the beacon comes from YOUR airpods and not the guy sitting next to you on the bus.
* What we did to workaround this issue is this:
* - When a beacon arrives that looks like a pair of AirPods, look at the other beacons received in the last 10 seconds and get the strongest one
* - If the strongest beacon's fake address is the same as this, use this beacon; otherwise use the strongest beacon
* - Filter for signals stronger than -60db
* - Decode...
*/
public abstract class PodsStatusScanCallback extends ScanCallback {
private static final long RECENT_BEACONS_MAX_T_NS = 10000000000L; //10s
private static final int AIRPODS_MANUFACTURER = 76;
private static final int AIRPODS_DATA_LENGTH = 27;
private static final int MIN_RSSI = -60;
private final List<ScanResult> mRecentBeacons = new ArrayList<>();
public abstract void onStatus(PodsStatus status);
public static List<ScanFilter> getScanFilters() {
byte[] manufacturerData = new byte[AIRPODS_DATA_LENGTH];
byte[] manufacturerDataMask = new byte[AIRPODS_DATA_LENGTH];
manufacturerData[0] = 7;
manufacturerData[1] = 25;
manufacturerDataMask[0] = -1;
manufacturerDataMask[1] = -1;
ScanFilter.Builder builder = new ScanFilter.Builder();
builder.setManufacturerData(AIRPODS_MANUFACTURER, manufacturerData, manufacturerDataMask);
return Collections.singletonList(builder.build());
}
@Override
public void onBatchScanResults(List<ScanResult> scanResults) {
for (ScanResult result : scanResults) {
onScanResult(-1, result);
}
super.onBatchScanResults(scanResults);
}
@Override
public void onScanResult(int callbackType, ScanResult result) {
try {
if (!isAirpodsResult(result)) {
return;
}
result.getDevice().getAddress();
Logger.debug(result.getRssi() + "db");
Logger.debug(decodeResult(result));
result = getBestResult(result);
if (result == null || result.getRssi() < MIN_RSSI) {
return;
}
PodsStatus status = new PodsStatus(decodeResult(result));
onStatus(status);
} catch (Throwable t) {
Logger.error(t);
}
}
private ScanResult getBestResult(ScanResult result) {
mRecentBeacons.add(result);
ScanResult strongestBeacon = null;
for (int i = 0; i < mRecentBeacons.size(); i++) {
if (SystemClock.elapsedRealtimeNanos() - mRecentBeacons.get(i).getTimestampNanos() > RECENT_BEACONS_MAX_T_NS) {
mRecentBeacons.remove(i--);
continue;
}
if (strongestBeacon == null || strongestBeacon.getRssi() < mRecentBeacons.get(i).getRssi()) {
strongestBeacon = mRecentBeacons.get(i);
}
}
if (strongestBeacon != null && Objects.equals(strongestBeacon.getDevice().getAddress(), result.getDevice().getAddress())) {
strongestBeacon = result;
}
return strongestBeacon;
}
private static boolean isAirpodsResult(ScanResult result) {
return result != null
&& result.getScanRecord() != null
&& isDataValid(result.getScanRecord().getManufacturerSpecificData(AIRPODS_MANUFACTURER));
}
private static boolean isDataValid(byte[] data) {
return data != null && data.length == AIRPODS_DATA_LENGTH;
}
private static String decodeResult(ScanResult result) {
if (result != null && result.getScanRecord() != null) {
byte[] data = result.getScanRecord().getManufacturerSpecificData(AIRPODS_MANUFACTURER);
if (isDataValid(data)) {
return decodeHex(data);
}
}
return null;
}
private static String decodeHex(byte[] byteArray) {
StringBuilder ret = new StringBuilder();
for (byte b : byteArray) {
ret.append(String.format("%02X", b));
}
return ret.toString();
}
}
@@ -0,0 +1,14 @@
package com.dosse.airpods.pods.models;
import com.dosse.airpods.pods.Pod;
public class AirPods1 extends RegularPods {
public AirPods1(Pod leftPod, Pod rightPod, Pod casePod) {
super(leftPod, rightPod, casePod);
}
@Override
public String getModel() {
return Constants.MODEL_AIRPODS_GEN1;
}
}
@@ -0,0 +1,14 @@
package com.dosse.airpods.pods.models;
import com.dosse.airpods.pods.Pod;
public class AirPods2 extends RegularPods {
public AirPods2(Pod leftPod, Pod rightPod, Pod casePod) {
super(leftPod, rightPod, casePod);
}
@Override
public String getModel() {
return Constants.MODEL_AIRPODS_GEN2;
}
}
@@ -0,0 +1,14 @@
package com.dosse.airpods.pods.models;
import com.dosse.airpods.pods.Pod;
public class AirPods3 extends RegularPods {
public AirPods3(Pod leftPod, Pod rightPod, Pod casePod) {
super(leftPod, rightPod, casePod);
}
@Override
public String getModel() {
return Constants.MODEL_AIRPODS_GEN3;
}
}
@@ -0,0 +1,20 @@
package com.dosse.airpods.pods.models;
import com.dosse.airpods.R;
import com.dosse.airpods.pods.Pod;
public class AirPodsMax extends SinglePods {
public AirPodsMax(Pod singlePod) {
super(singlePod);
}
@Override
public int getDrawable() {
return getPod().isConnected() ? R.drawable.podmax : R.drawable.podmax_disconnected;
}
@Override
public String getModel() {
return Constants.MODEL_AIRPODS_MAX;
}
}
@@ -0,0 +1,30 @@
package com.dosse.airpods.pods.models;
import com.dosse.airpods.R;
import com.dosse.airpods.pods.Pod;
public class AirPodsPro extends RegularPods {
public AirPodsPro(Pod leftPod, Pod rightPod, Pod casePod) {
super(leftPod, rightPod, casePod);
}
@Override
public int getLeftDrawable() {
return getPod(LEFT).isConnected() ? R.drawable.podpro : R.drawable.podpro_disconnected;
}
@Override
public int getRightDrawable() {
return getPod(RIGHT).isConnected() ? R.drawable.podpro : R.drawable.podpro_disconnected;
}
@Override
public int getCaseDrawable() {
return getPod(CASE).isConnected() ? R.drawable.podpro_case : R.drawable.podpro_case_disconnected;
}
@Override
public String getModel() {
return Constants.MODEL_AIRPODS_PRO;
}
}
@@ -0,0 +1,14 @@
package com.dosse.airpods.pods.models;
import com.dosse.airpods.pods.Pod;
public class AirPodsPro2 extends AirPodsPro {
public AirPodsPro2(Pod leftPod, Pod rightPod, Pod casePod) {
super(leftPod, rightPod, casePod);
}
@Override
public String getModel() {
return Constants.MODEL_AIRPODS_PRO_2;
}
}
@@ -0,0 +1,25 @@
package com.dosse.airpods.pods.models;
import com.dosse.airpods.R;
import com.dosse.airpods.pods.Pod;
public class AirPodsPro3 extends AirPodsPro {
public AirPodsPro3(Pod leftPod, Pod rightPod, Pod casePod) {
super(leftPod, rightPod, casePod);
}
@Override
public int getLeftDrawable() {
return getPod(LEFT).isConnected() ? R.drawable.podpro3 : R.drawable.podpro3_disconnected;
}
@Override
public int getRightDrawable() {
return getPod(RIGHT).isConnected() ? R.drawable.podpro3 : R.drawable.podpro3_disconnected;
}
@Override
public String getModel() {
return Constants.MODEL_AIRPODS_PRO_3;
}
}
@@ -0,0 +1,20 @@
package com.dosse.airpods.pods.models;
import com.dosse.airpods.R;
import com.dosse.airpods.pods.Pod;
public class BeatsFlex extends SinglePods {
public BeatsFlex(Pod singlePod) {
super(singlePod);
}
@Override
public int getDrawable() {
return getPod().isConnected() ? R.drawable.beatsflex : R.drawable.beatsflex_disconnected;
}
@Override
public String getModel() {
return Constants.MODEL_BEATS_FLEX;
}
}
@@ -0,0 +1,20 @@
package com.dosse.airpods.pods.models;
import com.dosse.airpods.R;
import com.dosse.airpods.pods.Pod;
public class BeatsSolo3 extends SinglePods {
public BeatsSolo3(Pod singlePod) {
super(singlePod);
}
@Override
public int getDrawable() {
return getPod().isConnected() ? R.drawable.beatssolo3 : R.drawable.beatssolo3_disconnected;
}
@Override
public String getModel() {
return Constants.MODEL_BEATS_SOLO_3;
}
}
@@ -0,0 +1,20 @@
package com.dosse.airpods.pods.models;
import com.dosse.airpods.R;
import com.dosse.airpods.pods.Pod;
public class BeatsStudio3 extends SinglePods {
public BeatsStudio3(Pod singlePod) {
super(singlePod);
}
@Override
public int getDrawable() {
return getPod().isConnected() ? R.drawable.beatsstudio3 : R.drawable.beatsstudio3_disconnected;
}
@Override
public String getModel() {
return Constants.MODEL_BEATS_STUDIO_3;
}
}
@@ -0,0 +1,20 @@
package com.dosse.airpods.pods.models;
import com.dosse.airpods.R;
import com.dosse.airpods.pods.Pod;
public class BeatsX extends SinglePods {
public BeatsX(Pod singlePod) {
super(singlePod);
}
@Override
public int getDrawable() {
return getPod().isConnected() ? R.drawable.beatsx : R.drawable.beatsx_disconnected;
}
@Override
public String getModel() {
return Constants.MODEL_BEATS_X;
}
}
@@ -0,0 +1,18 @@
package com.dosse.airpods.pods.models;
public final class Constants {
static final String MODEL_AIRPODS_GEN1 = "airpods1";
static final String MODEL_AIRPODS_GEN2 = "airpods2";
static final String MODEL_AIRPODS_GEN3 = "airpods3";
static final String MODEL_AIRPODS_PRO = "airpodspro";
static final String MODEL_AIRPODS_PRO_2 = "airpodspro2";
static final String MODEL_AIRPODS_PRO_3 = "airpodspro3";
static final String MODEL_AIRPODS_MAX = "airpodsmax";
static final String MODEL_BEATS_X = "beatsx";
static final String MODEL_BEATS_FLEX = "beatsflex";
static final String MODEL_BEATS_SOLO_3 = "beatssolo3";
static final String MODEL_BEATS_STUDIO_3 = "beatsstudio3";
static final String MODEL_POWERBEATS_3 = "powerbeats3";
static final String MODEL_POWERBEATS_PRO = "powerbeatspro";
static final String MODEL_UNKNOWN = "unknown";
}
@@ -0,0 +1,11 @@
package com.dosse.airpods.pods.models;
public interface IPods {
String getModel();
boolean isSingle();
boolean isDisconnected();
String parseStatusForLogger();
}
@@ -0,0 +1,20 @@
package com.dosse.airpods.pods.models;
import com.dosse.airpods.R;
import com.dosse.airpods.pods.Pod;
public class Powerbeats3 extends SinglePods {
public Powerbeats3(Pod singlePod) {
super(singlePod);
}
@Override
public int getDrawable() {
return getPod().isConnected() ? R.drawable.powerbeats3 : R.drawable.powerbeats3_disconnected;
}
@Override
public String getModel() {
return Constants.MODEL_POWERBEATS_3;
}
}
@@ -0,0 +1,30 @@
package com.dosse.airpods.pods.models;
import com.dosse.airpods.R;
import com.dosse.airpods.pods.Pod;
public class PowerbeatsPro extends RegularPods {
public PowerbeatsPro(Pod leftPod, Pod rightPod, Pod casePod) {
super(leftPod, rightPod, casePod);
}
@Override
public int getLeftDrawable() {
return getPod(LEFT).isConnected() ? R.drawable.powerbeatspro : R.drawable.powerbeatspro_disconnected;
}
@Override
public int getRightDrawable() {
return getPod(RIGHT).isConnected() ? R.drawable.powerbeatspro : R.drawable.powerbeatspro_disconnected;
}
@Override
public int getCaseDrawable() {
return getPod(CASE).isConnected() ? R.drawable.powerbeatspro_case : R.drawable.powerbeatspro_case_disconnected;
}
@Override
public String getModel() {
return Constants.MODEL_POWERBEATS_PRO;
}
}
@@ -0,0 +1,73 @@
package com.dosse.airpods.pods.models;
import com.dosse.airpods.R;
import com.dosse.airpods.pods.Pod;
import java.util.Locale;
public class RegularPods implements IPods {
public static final int LEFT = 0, RIGHT = 1, CASE = 2;
private final Pod[] pods;
public RegularPods(Pod leftPod, Pod rightPod, Pod casePod) {
this.pods = new Pod[] {leftPod, rightPod, casePod};
}
public Pod getPod(int pos) {
return pods[pos];
}
public String getParsedStatus(int pos) {
return pods[pos].parseStatus();
}
public int getInEarVisibility(int pos) {
return pods[pos].inEarVisibility();
}
public int getBatImgVisibility(int pos) {
return pods[pos].batImgVisibility();
}
public int getBatImgSrcId(int pos) {
return pods[pos].batImgSrcId();
}
public int getLeftDrawable() {
return getPod(LEFT).isConnected() ? R.drawable.pod : R.drawable.pod_disconnected;
}
public int getRightDrawable() {
return getPod(RIGHT).isConnected() ? R.drawable.pod : R.drawable.pod_disconnected;
}
public int getCaseDrawable() {
return getPod(CASE).isConnected() ? R.drawable.pod_case : R.drawable.pod_case_disconnected;
}
@Override
public String getModel() {
return Constants.MODEL_UNKNOWN;
}
@Override
public boolean isSingle() {
return false;
}
@Override
public boolean isDisconnected() {
return pods[LEFT].isDisconnected() &&
pods[RIGHT].isDisconnected() &&
pods[CASE].isDisconnected();
}
@Override
public String parseStatusForLogger() {
return String.format(Locale.getDefault(), "Left: %d%s%s Right: %d%s%s Case: %d%s Model: %s",
pods[LEFT].getStatus(), pods[LEFT].isCharging() ? "+" : "", pods[LEFT].isInEar() ? "$" : "",
pods[RIGHT].getStatus(), pods[RIGHT].isCharging() ? "+" : "", pods[RIGHT].isInEar() ? "$" : "",
pods[CASE].getStatus(), pods[CASE].isCharging() ? "+" : "", getModel());
}
}
@@ -0,0 +1,46 @@
package com.dosse.airpods.pods.models;
import com.dosse.airpods.pods.Pod;
import java.util.Locale;
public abstract class SinglePods implements IPods {
public abstract int getDrawable();
private final Pod pod;
public SinglePods(Pod pod) {
this.pod = pod;
}
public Pod getPod() {
return pod;
}
public String getParsedStatus() {
return pod.parseStatus();
}
public int getBatImgVisibility() {
return pod.batImgVisibility();
}
public int getBatImgSrcId() {
return pod.batImgSrcId();
}
@Override
public boolean isSingle() {
return true;
}
@Override
public boolean isDisconnected() {
return pod.isDisconnected();
}
@Override
public String parseStatusForLogger() {
return String.format(Locale.getDefault(), "Battery: %d%s Model: %s", pod.getStatus(), pod.isCharging() ? "+" : "", getModel());
}
}
@@ -0,0 +1,30 @@
package com.dosse.airpods.receivers;
import android.bluetooth.BluetoothDevice;
import android.bluetooth.BluetoothProfile;
public abstract class BluetoothListener implements BluetoothProfile.ServiceListener {
public abstract boolean onConnect(BluetoothDevice bluetoothDevice);
public abstract void onDisconnect();
@Override
public void onServiceConnected(int profile, BluetoothProfile bluetoothProfile) {
if (profile != BluetoothProfile.HEADSET) {
return;
}
for (BluetoothDevice device : bluetoothProfile.getConnectedDevices()) {
if (onConnect(device)) {
break;
}
}
}
@Override
public void onServiceDisconnected(int profile) {
if (profile == BluetoothProfile.HEADSET) {
onDisconnect();
}
}
}
@@ -0,0 +1,72 @@
package com.dosse.airpods.receivers;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
public abstract class BluetoothReceiver extends BroadcastReceiver {
public abstract void onStart();
public abstract void onStop();
public abstract void onConnect(BluetoothDevice bluetoothDevice);
public abstract void onDisconnect(BluetoothDevice bluetoothDevice);
/**
* When the service is created, we register to get as many bluetooth and airpods related events as possible.
* ACL_CONNECTED and ACL_DISCONNECTED should have been enough, but you never know with android these days.
*/
public static IntentFilter buildFilter() {
IntentFilter intentFilter = new IntentFilter();
intentFilter.addAction("android.bluetooth.device.action.ACL_CONNECTED");
intentFilter.addAction("android.bluetooth.device.action.ACL_DISCONNECTED");
intentFilter.addAction("android.bluetooth.device.action.BOND_STATE_CHANGED");
intentFilter.addAction("android.bluetooth.device.action.NAME_CHANGED");
intentFilter.addAction("android.bluetooth.adapter.action.CONNECTION_STATE_CHANGED");
intentFilter.addAction("android.bluetooth.adapter.action.STATE_CHANGED");
intentFilter.addAction("android.bluetooth.headset.profile.action.CONNECTION_STATE_CHANGED");
intentFilter.addAction("android.bluetooth.headset.action.VENDOR_SPECIFIC_HEADSET_EVENT");
intentFilter.addAction("android.bluetooth.a2dp.profile.action.CONNECTION_STATE_CHANGED");
intentFilter.addAction("android.bluetooth.a2dp.profile.action.PLAYING_STATE_CHANGED");
intentFilter.addCategory("android.bluetooth.headset.intent.category.companyid.76");
return intentFilter;
}
@Override
public void onReceive(Context context, Intent intent) {
BluetoothDevice bluetoothDevice = intent.getParcelableExtra("android.bluetooth.device.extra.DEVICE");
String action = intent.getAction();
if (BluetoothAdapter.ACTION_STATE_CHANGED.equals(action)) {
int state = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.ERROR);
// Bluetooth turned off, stop scanner and remove notification.
if (state == BluetoothAdapter.STATE_OFF || state == BluetoothAdapter.STATE_TURNING_OFF) {
onStop();
}
// Bluetooth turned on, start/restart scanner.
if (state == BluetoothAdapter.STATE_ON) {
onStart();
}
}
// Airpods filter
if (bluetoothDevice != null && action != null && !action.isEmpty()) {
// Airpods connected, show notification.
if (BluetoothDevice.ACTION_ACL_CONNECTED.equals(action)) {
onConnect(bluetoothDevice);
}
// Airpods disconnected, remove notification but leave the scanner going.
if (BluetoothDevice.ACTION_ACL_DISCONNECTED.equals(action)
|| BluetoothDevice.ACTION_ACL_DISCONNECT_REQUESTED.equals(action)) {
onDisconnect(bluetoothDevice);
}
}
}
}
@@ -0,0 +1,35 @@
package com.dosse.airpods.receivers;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import java.util.Objects;
public abstract class ScreenReceiver extends BroadcastReceiver {
public abstract void onStart();
public abstract void onStop();
public static IntentFilter buildFilter() {
IntentFilter screenIntentFilter = new IntentFilter();
screenIntentFilter.addAction(Intent.ACTION_SCREEN_ON);
screenIntentFilter.addAction(Intent.ACTION_SCREEN_OFF);
return screenIntentFilter;
}
@Override
public void onReceive(Context context, Intent intent) {
switch (Objects.requireNonNull(intent.getAction())) {
case Intent.ACTION_SCREEN_OFF:
onStop();
break;
case Intent.ACTION_SCREEN_ON:
onStart();
break;
}
}
}
@@ -0,0 +1,37 @@
package com.dosse.airpods.receivers;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import com.dosse.airpods.pods.PodsService;
import java.util.Objects;
/**
* A simple startup class that starts the service when the device is booted, or after an update
*/
public class StartupReceiver extends BroadcastReceiver {
@Override
public void onReceive(Context context, Intent intent) {
switch (Objects.requireNonNull(intent.getAction())) {
case Intent.ACTION_MY_PACKAGE_REPLACED:
case Intent.ACTION_BOOT_COMPLETED:
startPodsService(context);
break;
}
}
public static void startPodsService(Context context) {
context.startForegroundService(new Intent(context, PodsService.class));
}
public static void restartPodsService(Context context) {
context.stopService(new Intent(context, PodsService.class));
try {
Thread.sleep(500);
} catch (Throwable ignored) {
}
startPodsService(context);
}
}
@@ -0,0 +1,44 @@
package com.dosse.airpods.ui;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.webkit.WebView;
import android.widget.Toast;
import androidx.appcompat.app.AppCompatActivity;
import com.dosse.airpods.R;
public class AboutActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_about);
// --------------- LEGAL DANGER ZONE! --------------- //
/*
* The following actions are a violation of the GNU GPLv3 License:
* - Removing, hiding or altering the license or the code that displays it
* - Removing or changing the link to the original source code or the code that displays it
* - Removing or changing the donation link of the original project or the code that displays it
*
* If you're forking the application, it MUST be made clear that your version is a fork,
* who the original author is, and all references to the original project and license must not be removed.
* You are free to add links to your project, donations, whatever to this activity.
*
* I am constantly monitoring all major Android app stores for violations. You have been warned.
*/
((WebView)(findViewById(R.id.license))).loadUrl("file:///android_asset/license.html");
findViewById(R.id.website).setOnClickListener(v -> startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(getString(R.string.website_url)))));
findViewById(R.id.github).setOnClickListener(v -> startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(getString(R.string.github_url)))));
findViewById(R.id.donate).setOnClickListener(v -> {
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(getString(R.string.donate_url))));
Toast.makeText(AboutActivity.this, "❤️", Toast.LENGTH_SHORT).show();
});
// ------------ END OF LEGAL DANGER ZONE ------------ //
}
}
@@ -0,0 +1,194 @@
package com.dosse.airpods.ui;
import android.Manifest;
import android.annotation.SuppressLint;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.net.Uri;
import android.os.Build;
import android.os.Bundle;
import android.provider.Settings;
import android.widget.Button;
import android.widget.TextView;
import android.widget.Toast;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import com.dosse.airpods.R;
import com.dosse.airpods.utils.PermissionUtils;
import java.util.Locale;
import java.util.Timer;
import java.util.TimerTask;
public class IntroActivity extends AppCompatActivity {
private static final int STEP_PERMISSION_BLUETOOTH = 1;
private static final int STEP_PERMISSION_BATTERY_OPTIMIZATION = 2;
private static final int STEP_PERMISSION_LOCATION = 3;
private static final int STEP_PERMISSION_BACKGROUND_LOCATION = 4;
private static final int STEP_PERMISSION_NOTIFICATION = 5;
private static final int BLUETOOTH_REQUEST_CODE = 101;
private static final int LOCATION_REQUEST_CODE = 102;
private static final int BACKGROUND_LOCATION_REQUEST_CODE = 103;
private static final int NOTIFICATION_REQUEST_CODE = 104;
private Timer mTimer;
private TextView mPermissionsMessage;
private Button mPermissionsButton;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_intro);
mPermissionsMessage = findViewById(R.id.permsMsg);
mPermissionsButton = findViewById(R.id.permsBtn);
// Wait for permissions to be granted.
// When they are granted, go to MainActivity.
mTimer = new Timer();
mTimer.scheduleAtFixedRate(new TimerTask() {
@Override
public void run() {
initScreen();
if (PermissionUtils.checkAllPermissions(IntroActivity.this)) {
mTimer.cancel();
startActivity(new Intent(IntroActivity.this, MainActivity.class));
finish();
}
}
}, 0, 100);
}
// Activity destroyed (or screen rotated). destroy the timer too
@Override
protected void onDestroy() {
super.onDestroy();
if (mTimer != null)
mTimer.cancel();
}
private int getPermissionState() {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.S && !PermissionUtils.getBluetoothPermissions(this)) {
return STEP_PERMISSION_BLUETOOTH;
}
if (!PermissionUtils.getBatteryOptimizationsPermission(this)) {
return STEP_PERMISSION_BATTERY_OPTIMIZATION;
}
if (!PermissionUtils.getFineLocationPermission(this)) {
return STEP_PERMISSION_LOCATION;
}
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q && !PermissionUtils.getBackgroundLocationPermission(this)) {
return STEP_PERMISSION_BACKGROUND_LOCATION;
}
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.TIRAMISU && !PermissionUtils.getNotificationPermissions(this)) {
return STEP_PERMISSION_NOTIFICATION;
}
return 0;
}
@SuppressLint("BatteryLife")
private void initScreen() {
int currentStep = getPermissionState() - ((Build.VERSION.SDK_INT >= Build.VERSION_CODES.S) ? 0 : 1);
runOnUiThread(() -> {
switch (getPermissionState()) {
case STEP_PERMISSION_BLUETOOTH:
mPermissionsMessage.setText(String.format(Locale.getDefault(), "%s %d/%d: %s", getString(R.string.intro_step), currentStep, getNumberOfSteps(), getString(R.string.intro_bt_perm)));
mPermissionsButton.setOnClickListener(view -> {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.S) {
requestPermissions(new String[] {Manifest.permission.BLUETOOTH_SCAN, Manifest.permission.BLUETOOTH_CONNECT}, BLUETOOTH_REQUEST_CODE);
}
});
break;
case STEP_PERMISSION_BATTERY_OPTIMIZATION:
mPermissionsMessage.setText(String.format(Locale.getDefault(), "%s %d/%d: %s", getString(R.string.intro_step), currentStep, getNumberOfSteps(), getString(R.string.intro_bat_perm)));
mPermissionsButton.setOnClickListener(view -> {
Intent intent = new Intent();
getSystemService(Context.POWER_SERVICE);
intent.setAction(Settings.ACTION_REQUEST_IGNORE_BATTERY_OPTIMIZATIONS);
intent.setData(Uri.parse("package:" + getPackageName()));
startActivity(intent);
});
break;
case STEP_PERMISSION_LOCATION:
mPermissionsMessage.setText(String.format(Locale.getDefault(), "%s %d/%d: %s", getString(R.string.intro_step), currentStep, getNumberOfSteps(), getString(R.string.intro_loc1_perm)));
mPermissionsButton.setOnClickListener(view -> requestPermissions(new String[] {Manifest.permission.ACCESS_FINE_LOCATION}, LOCATION_REQUEST_CODE)); // Location (for BLE)
break;
case STEP_PERMISSION_BACKGROUND_LOCATION:
mPermissionsMessage.setText(String.format(Locale.getDefault(), "%s %d/%d: %s", getString(R.string.intro_step), currentStep, getNumberOfSteps(), getString(R.string.intro_loc2_perm)));
mPermissionsButton.setOnClickListener(view -> {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) {
requestPermissions(new String[] {Manifest.permission.ACCESS_BACKGROUND_LOCATION}, BACKGROUND_LOCATION_REQUEST_CODE);
}
});
break;
case STEP_PERMISSION_NOTIFICATION:
mPermissionsMessage.setText(String.format(Locale.getDefault(), "%s %d/%d: %s", getString(R.string.intro_step), currentStep, getNumberOfSteps(), getString(R.string.intro_notif_perm)));
mPermissionsButton.setOnClickListener(view -> {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.TIRAMISU) {
requestPermissions(new String[] {Manifest.permission.POST_NOTIFICATIONS}, NOTIFICATION_REQUEST_CODE);
}
});
}
mPermissionsButton.setText(String.format(Locale.getDefault(), "%s (%d/%d)", getString(R.string.intro_allow), currentStep, getNumberOfSteps()));
});
}
private int getNumberOfSteps() {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.TIRAMISU) {
return 5;
}
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.S) {
return 4;
}
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) {
return 3;
}
return 2;
}
@Override
public void onRequestPermissionsResult(int requestCode, @NonNull String[] permissions, @NonNull int[] grantResults) {
super.onRequestPermissionsResult(requestCode, permissions, grantResults);
switch (requestCode) {
case BLUETOOTH_REQUEST_CODE:
if (!hasAllPermissionsGranted(grantResults)) {
Toast.makeText(this, getString(R.string.msg_bt_perm), Toast.LENGTH_LONG).show();
}
break;
case LOCATION_REQUEST_CODE:
if (!hasAllPermissionsGranted(grantResults)) {
Toast.makeText(this, getString(R.string.msg_loc1_perm), Toast.LENGTH_LONG).show();
}
break;
case BACKGROUND_LOCATION_REQUEST_CODE:
if (!hasAllPermissionsGranted(grantResults)) {
Toast.makeText(this, getString(R.string.msg_loc2_perm), Toast.LENGTH_LONG).show();
}
break;
case NOTIFICATION_REQUEST_CODE:
if (!hasAllPermissionsGranted(grantResults)) {
Toast.makeText(this, getString(R.string.msg_notif_perm), Toast.LENGTH_LONG).show();
}
break;
}
}
@SuppressWarnings("BooleanMethodIsAlwaysInverted")
public boolean hasAllPermissionsGranted(@NonNull int[] grantResults) {
for (int grantResult : grantResults) {
if (grantResult == PackageManager.PERMISSION_DENIED) {
return false;
}
}
return true;
}
}
@@ -0,0 +1,61 @@
package com.dosse.airpods.ui;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothManager;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import com.dosse.airpods.R;
import com.dosse.airpods.receivers.StartupReceiver;
import com.dosse.airpods.utils.MIUIWarning;
import com.dosse.airpods.utils.PermissionUtils;
import java.util.Objects;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
// Check if Bluetooth LE is available on this device. If not, show an error
BluetoothAdapter btAdapter = ((BluetoothManager)Objects.requireNonNull(getSystemService(Context.BLUETOOTH_SERVICE))).getAdapter();
if (btAdapter == null || (btAdapter.isEnabled() && btAdapter.getBluetoothLeScanner() == null) || (!getPackageManager().hasSystemFeature(PackageManager.FEATURE_BLUETOOTH_LE))) {
startActivity(new Intent(MainActivity.this, NoBTActivity.class));
finish();
return;
}
if (!PermissionUtils.checkAllPermissions(this)) {
startActivity(new Intent(MainActivity.this, IntroActivity.class));
finish();
} else {
StartupReceiver.startPodsService(getApplicationContext());
//Warn MIUI users that their rom has known issues
MIUIWarning.show(this);
}
}
@Override
public boolean onCreateOptionsMenu(Menu menu) {
getMenuInflater().inflate(R.menu.menu_main, menu);
return true;
}
@Override
public boolean onOptionsItemSelected(@NonNull MenuItem item) {
if (item.getItemId() == R.id.menu_ab_settings) {
startActivity(new Intent(this, SettingsActivity.class)); // Settings icon clicked
return true;
}
return false;
}
}
@@ -1,10 +1,11 @@
package com.dosse.airpods;
package com.dosse.airpods.ui;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import androidx.appcompat.app.AppCompatActivity;
import com.dosse.airpods.R;
public class NoBTActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
@@ -0,0 +1,51 @@
package com.dosse.airpods.ui;
import android.os.Bundle;
import android.widget.Toast;
import androidx.appcompat.app.AppCompatActivity;
import androidx.preference.Preference;
import androidx.preference.PreferenceFragmentCompat;
import com.dosse.airpods.BuildConfig;
import com.dosse.airpods.R;
import com.dosse.airpods.receivers.StartupReceiver;
public class SettingsActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_settings);
getSupportFragmentManager()
.beginTransaction()
.replace(R.id.settings_container, new SettingsFragment())
.commit();
}
public static class SettingsFragment extends PreferenceFragmentCompat {
@Override
public void onCreatePreferences(Bundle savedInstanceState, String rootKey) {
setPreferencesFromResource(R.xml.preference_screen, rootKey);
getPreference("batterySaver").setOnPreferenceClickListener(preference -> {
StartupReceiver.restartPodsService(requireContext());
return true;
});
getPreference("restartService").setOnPreferenceClickListener(preference -> {
StartupReceiver.restartPodsService(requireContext());
return true;
});
getPreference("about").setSummary(String.format("%s v%s", getString(R.string.app_name), BuildConfig.VERSION_NAME));
getPreference("donate").setOnPreferenceClickListener(preference -> {
Toast.makeText(requireContext(), "❤️", Toast.LENGTH_SHORT).show();
return false;
});
}
private Preference getPreference(String key) {
return getPreferenceManager().findPreference(key);
}
}
}
@@ -0,0 +1,23 @@
package com.dosse.airpods.utils;
import android.util.Log;
import com.dosse.airpods.BuildConfig;
public class Logger {
// Log is only displayed if this is a debug build, not release
private static final boolean ENABLE_LOGGING = BuildConfig.DEBUG;
public static final String TAG = "AirPods";
public static void debug(String msg) {
if (ENABLE_LOGGING) {
Log.d(TAG, msg);
}
}
public static void error(Throwable t) {
if (ENABLE_LOGGING) {
Log.e(TAG, "ERROR", t);
}
}
}
@@ -0,0 +1,52 @@
package com.dosse.airpods.utils;
import android.annotation.SuppressLint;
import android.content.Context;
import androidx.appcompat.app.AlertDialog;
import com.dosse.airpods.R;
import java.lang.reflect.Method;
public class MIUIWarning {
public static void show(Context context) {
Context appContext = context.getApplicationContext();
try {
String miuiVersion = getMiuiVersion();
if (miuiVersion == null || miuiVersion.isEmpty()) {
return;
}
try {
appContext.openFileInput("miuiwarn").close();
} catch (Throwable ignored) {
showAlertDialog(appContext);
}
} catch (Throwable ignored) {
}
}
@SuppressLint("PrivateApi")
private static String getMiuiVersion() throws ReflectiveOperationException {
Class<?> systemPropertiesClazz = Class.forName("android.os.SystemProperties");
Method systemPropertiesGet = systemPropertiesClazz.getMethod("get", String.class);
systemPropertiesGet.setAccessible(true);
return (String)systemPropertiesGet.invoke(null, "ro.miui.ui.version.code");
}
private static void showAlertDialog(Context context) {
AlertDialog.Builder builder = new AlertDialog.Builder(context);
builder.setTitle(R.string.miui_warning);
builder.setMessage(R.string.miui_warning_desc);
builder.setNeutralButton(R.string.miui_warning_continue, (dialog, which) -> dialog.dismiss());
builder.setOnDismissListener(dialog -> {
try {
context.openFileOutput("miuiwarn", Context.MODE_PRIVATE).close();
} catch (Throwable ignored2) {
}
});
builder.show();
}
}
@@ -0,0 +1,56 @@
package com.dosse.airpods.utils;
import android.Manifest;
import android.content.Context;
import android.content.pm.PackageManager;
import android.os.Build;
import android.os.PowerManager;
import androidx.annotation.RequiresApi;
import static androidx.core.content.ContextCompat.checkSelfPermission;
public class PermissionUtils {
public static boolean getBatteryOptimizationsPermission(Context context) {
return context.getSystemService(PowerManager.class).isIgnoringBatteryOptimizations(context.getPackageName());
}
@RequiresApi(api = Build.VERSION_CODES.TIRAMISU)
public static boolean getNotificationPermissions(Context context) {
return checkSelfPermission(context, Manifest.permission.POST_NOTIFICATIONS) == PackageManager.PERMISSION_GRANTED;
}
@RequiresApi(api = Build.VERSION_CODES.S)
public static boolean getBluetoothPermissions(Context context) {
return checkSelfPermission(context, Manifest.permission.BLUETOOTH_SCAN) == PackageManager.PERMISSION_GRANTED
&& checkSelfPermission(context, Manifest.permission.BLUETOOTH_CONNECT) == PackageManager.PERMISSION_GRANTED;
}
public static boolean getFineLocationPermission(Context context) {
return checkSelfPermission(context, Manifest.permission.ACCESS_FINE_LOCATION) == PackageManager.PERMISSION_GRANTED;
}
@RequiresApi(api = Build.VERSION_CODES.Q)
public static boolean getBackgroundLocationPermission(Context context) {
return checkSelfPermission(context, Manifest.permission.ACCESS_BACKGROUND_LOCATION) == PackageManager.PERMISSION_GRANTED;
}
public static boolean getLocationPermissions(Context context) {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) {
return getFineLocationPermission(context) && getBackgroundLocationPermission(context);
}
return getFineLocationPermission(context);
}
public static boolean checkAllPermissions(Context context) {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.TIRAMISU) {
return getNotificationPermissions(context) && getBatteryOptimizationsPermission(context) && getLocationPermissions(context) && getBluetoothPermissions(context);
}
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.S) {
return getBatteryOptimizationsPermission(context) && getLocationPermissions(context);
}
return getBatteryOptimizationsPermission(context) && getLocationPermissions(context) && getBluetoothPermissions(context);
}
}
@@ -0,0 +1,12 @@
package com.dosse.airpods.utils;
import android.content.Context;
import android.content.SharedPreferences;
import androidx.preference.PreferenceManager;
public class SharedPreferencesUtils {
public static boolean isSavingBattery(Context context) {
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
return prefs.getBoolean("batterySaver", false);
}
}

Some files were not shown because too many files have changed in this diff Show More