merge from upstream
This commit is contained in:
Electric1447
2021-09-01 17:26:32 +03:00
17 changed files with 52 additions and 0 deletions
@@ -0,0 +1,6 @@
* Implemented battery saving mode
* Added Settings and About pages
* Changed handling of battery status (5-15-25-...-100 instead of 10-20-30-...-100)
* Removed unnecessary permission
* Minor changes
* Updated project to latest Gradle, Android studio
@@ -0,0 +1,2 @@
* Updated translations
* Updated to latest Gradle, Android Studio, etc.
@@ -0,0 +1,2 @@
* AirPods Pro added to list of supported devices
* Minor changes and fixes
@@ -0,0 +1 @@
* Added images for AirPods Pro
@@ -0,0 +1,5 @@
* Implemented dark mode
* Redesigned notification
* UI improvements
* Changed target SDK to 29
* Minor changes
@@ -0,0 +1,4 @@
* Ask for confirmation before hiding the app.
* Added Fix for Notification Visibility on locked Screens.
* Added warning for MIUI users.
* Smaller APK size.
@@ -0,0 +1,2 @@
* Compatibility improvements
* Minor changes
@@ -0,0 +1,3 @@
* Fixed Android 11 compatibility issues
* Improved setup screen
* Minor changes and improvements
@@ -0,0 +1,5 @@
* Added support for AirPods Max, Beats X, Beats Flex, Beats Solo 3, Beats Studio 3, Powerbeats 3, Powerbeats Pro
* Android 12 support
* Improved service
* Fixed a minor issue with battery optimization
* Removed hide app option (useless on newer android versions)
@@ -0,0 +1,4 @@
* Improved BLE scanner
* Improved permission and BLE detection
* App now starts at boot as intended
* Minor changes
@@ -0,0 +1,3 @@
* Improved notification behavior
* Added notification if location is disabled
* Minor changes
@@ -0,0 +1,3 @@
* Improved BLE scanner, event detection, decoding
* Fixed huge notification icon bug
* Added Spanish translation
@@ -0,0 +1,2 @@
* Improved BLE scanner and filtering
* Improved Bluetooth event handling
@@ -0,0 +1,3 @@
* Introduced workaround for notification occasionally getting stuck
* Added German translation
* Added Chinese translation
@@ -0,0 +1,2 @@
* New notification icon
* Fixed incorrect notification colors on Android Q
@@ -0,0 +1 @@
* Added support for 2nd gen Airpods (still needs some testing)
@@ -0,0 +1,4 @@
* Fixed a bug where the app would think that location was disabled but was actually set to device only
* Fixed rare bug where the app wouldn't start on boot
* Made it harder for people to maliciously reupload the app to Google Play
* Updated project to latest Gradle and Android Studio