-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathCHANGELOG
More file actions
30 lines (14 loc) · 715 Bytes
/
CHANGELOG
File metadata and controls
30 lines (14 loc) · 715 Bytes
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
Version 0.5 (2018-12-07)
* Added a new interface IPermissionRequestResult2 with method OnPermissionDeniedAndDontAskAgainAction()
Version 0.4.1 (2017-10-24)
* Fixed crash on Android Marshmallow when the Fragment is recreated
Version 0.4 (2017-08-28)
* Fixed issues with Android Oreo (IllegalStateException)
Version 0.3 (2017-08-24)
* Moved the plugin code to utilize delegates instead of having to override the callback methods
* Added sample script
* Big thanks to @Briksins for his contribution
Version 0.2 (2017-07-07)
* There's no more need to override the main manifest - the plugin's manifest contains the necessary SkipPermissionsDialog metadata flag
Version 0.1 (2017-07-04)
* Initial version