Commit Graph
286 Commits
Author SHA1 Message Date
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 1.10 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 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 1.9 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 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