-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathCHANGELOG.txt
129 lines (106 loc) · 4.54 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
Changelog 4.1.0 - 26/05/2020
--------------------------------------
- Adjusted for compatibility with Android 10
Changelog 4.0.0 - 11/03/2019
--------------------------------------
- Adjusted for compatibility with Android Pie
Changelog 3.6.1 - 23/11/2018
--------------------------------------
- Added Turkish translations (thanks to Fatih Firinci)
Changelog 3.6 - 19/01/2018
--------------------------------------
- Fixed crash on pre-Nougat devices
Changelog 3.5 - 19/01/2018
--------------------------------------
- Updated for Android Oreo
- Added support for devices using File Based Encryption
--- will cause settings reset on devices running Android 7+
Changelog 3.4 - 19/10/2017
--------------------------------------
- Fixed progress bar not showing for apps targeting ancient versions of Android
Changelog 3.3 - 11/10/2017
--------------------------------------
- Simplify progress bar detection and extraction logic on SDK 18+
Changelog 3.2 - 09/10/2017
--------------------------------------
- Adjusted for Nougat compatibility
Changelog 3.1 - 18/03/2017
--------------------------------------
- Added info about Download Progress++ alternate app (Android 4.3+ only)
Changelog 3.0 - 10/02/2017
--------------------------------------
- Added support for multiple concurrent progress bar notifications:
--- keeps track of all available progress bar notifications and switches between them
- Added support for clearable notifications
- Added logic for auto-hiding progress of idle notifications (those not updated for certain time period)
- Other improvements for reliability and performance
Changelog 2.3 - 22/01/2017
--------------------------------------
- Fixed clock-based coloring on Samsung ROMs
Changelog 2.2 - 29/10/2016
--------------------------------------
- Improved compatibility with various devices/ROMs
Changelog 2.1 - 22/10/2016
--------------------------------------
- Improved compatibility of clock-based coloring
- Added option for playing sound only when screen is off
- Updated Polish translations (thanks to pantinPL)
Changelog 2.0 - 16/10/2016
--------------------------------------
- Added option for sound notification
- Added option for using current status bar's clock color as progress bar color
- Added Polish translations (thanks to Marcin Glowacki)
Changelog 1.9 - 15/11/2015
--------------------------------------
- Adjusted for Marshmallow compatibility
- Added implicit support for various Firefox pre-releases (thanks to buttercookie42)
Changelog 1.8 - 15/09/2015
--------------------------------------
- Improved compatibility with some Motorola Lollipop devices
- Fixed null pointer exceptions appearing in xposed error log
Changelog 1.7 - 25/06/2015
--------------------------------------
- Fixed crash on devices that don't use Google Apps
- Color: allows specifying transparency level
- Color: allows HEX value input
- Adjusted for compatibility with MIUI v6 (kitkat)
- Added Serbian translations (thanks to pejakm)
Changelog 1.6 - 28/05/2015
--------------------------------------
- Implemented Preview button
- Fixed progress bar staying visible after download is finished on HTC Sense devices
- Updated French translations (thanks to Micks29)
- Updated Russian translations (thanks to GromozavrStas)
- Updated Chinese translations (thanks to Hiapk-Angel)
Changelog 1.5 - 14/02/2015
--------------------------------------
- Adjusted for Lollipop compatibility
- Fixed crash on devices that don't use Google Apps
- Updated Russian translations (thanks to GromozavrStas)
Changelog 1.4 - 12/02/2015
--------------------------------------
- Added option for progress bar thickness
- Added option for progress bar animation
- Added option for centered progress bar
- Updated Russian translations (thanks to GromozavrStas)
- Updated Slovak and Czech translations
Changelog 1.3 - 19/12/2014
--------------------------------------
- Added option for God mode:
--- attempts to show progress bar for any app having ongoing notification that contains progress bar
Changelog 1.2 - 03/12/2014
--------------------------------------
- Added support for Bluetooth transfers
- Added support for Firefox browser
- Added support for Chrome's "Save link"
- Added Russian translations (thanks to GromozavrStas)
Changelog 1.1 - 15/11/2014
--------------------------------------
- Fixed compatibility on Android 4.1 and 4.2
- Added option for choosing progress bar color
- Added option for hiding module icon from launcher
- Added French translations (thanks to Rom,Micks29)
- Added Slovak and Czech translations
Changelog 1.0 - 09/11/2014
--------------------------------------
- Initial version