Android Auto features are not available in the Play store version

pull/209/head
M66B 3 years ago
parent d2c40e8468
commit cd72d860a3

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

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

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

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

Loading…
Cancel
Save