-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
v2.2/36, 2020-03-14: | ||
- add troubleshooting steps (#54) | ||
|
||
v2.1/35, 2020-02-29: | ||
- show in-app update message if new version released | ||
- new git tags are prefixed with v | ||
|
||
v2.0/34, 2020-02-10: | ||
- add option to choose which detectors are active (#50) | ||
- add option to delay unmute for a few seconds (#39) | ||
- add option for always-on notification to prevent ad-free from being killed by | ||
OS. needed for devices such as MIUI. this includes a boot_completed | ||
receiver, alarmservice timer and runs the | ||
notification listener service in foreground (#51) | ||
- overhaul of music plugin, use system own ACTION_OPEN_DOCUMENT_TREE | ||
dialog to choose music directory (#44) | ||
- add option to loop local music plugin until end of ad (#48) | ||
- change how audio is muted. use setStreamVolume instead of | ||
adjustStreamVolume (#41) | ||
- increase minSdkVersion to 23/ Android 6.0 (#19) | ||
- UI optimized for tablets |