Android Auto features are not available in the Play store version

This commit is contained in:
M66B 2022-07-07 08:06:53 +02:00
parent d2c40e8468
commit cd72d860a3
4 changed files with 10 additions and 7 deletions

View File

@ -6,13 +6,14 @@
### Next version
* Added option to delay notifications while connected to Android auto (Android 6+)
* Added option to delay notifications while connected to Android auto (*)
* Added option to show number of listed messages in the top action bar
* Added configurable button to save raw message files
* Small improvements and minor bug fixes
* Updated translations
(*) [Due to Play store policies](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq165) this feature is not available in the Play store version; Android version 6 or later is required
### 1.1930 - 2022-07-04
* Small improvements and minor bug fixes

View File

@ -6,13 +6,14 @@
### Next version
* Added option to delay notifications while connected to Android auto (Android 6+)
* Added option to delay notifications while connected to Android auto (*)
* Added option to show number of listed messages in the top action bar
* Added configurable button to save raw message files
* Small improvements and minor bug fixes
* Updated translations
(*) [Due to Play store policies](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq165) this feature is not available in the Play store version; Android version 6 or later is required
### 1.1930 - 2022-07-04
* Small improvements and minor bug fixes

View File

@ -482,7 +482,7 @@ public class FragmentOptionsNotifications extends FragmentBase implements Shared
});
swNotifySuppressInCar.setVisibility(
Build.VERSION.SDK_INT < Build.VERSION_CODES.M
Build.VERSION.SDK_INT < Build.VERSION_CODES.M || BuildConfig.PLAY_STORE_RELEASE
? View.GONE : View.VISIBLE);
swNotifySuppressInCar.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
@Override

View File

@ -6,13 +6,14 @@ Kinnareemimus
Next version
* Added option to delay notifications while connected to Android auto (Android 6+)
* Added option to delay notifications while connected to Android auto (*)
* Added option to show number of listed messages in the top action bar
* Added configurable button to save raw message files
* Small improvements and minor bug fixes
* Updated translations
(*) Due to Play store policies this feature is not available in the Play store version; Android version 6 or later is required
1.1930 - 2022-07-04
* Small improvements and minor bug fixes