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
2021-09-01 17:25:13 +03:00
2022-09-29 22:05:54 +03:00
2021-09-01 15:29:20 +03:00
2022-10-30 11:13:23 +01:00
2021-09-01 15:24:27 +03:00
2021-09-01 15:24:27 +03:00
2020-08-06 16:06:34 +03:00
2022-09-29 22:22:41 +03:00
2021-09-01 15:24:27 +03:00

OpenPods

The Free and Open Source app for monitoring your AirPods on Android

GitHub release License: GPLv3 Minimum SDK

Get it on F-Droid Get it on OpenPods

Screenshots

Big notification Small notification Setup screen Home screen

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 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.
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.

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

License

GNU GPLv3 Image

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.

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.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

   

Copyright (C) 2019-2022 Federico Dossena

AirPods is a trademark of Apple inc.

Languages
Java 100%