|
| 1 | +## 12.1.0 |
| 2 | + |
| 3 | +- Updates the package to correctly support Flutter 3.29. |
| 4 | +- Migrates away from deprecated imperative Gradle plugins. |
| 5 | + |
1 | 6 | ## 12.0.13
|
2 | 7 |
|
3 |
| -* Updates the Android min SDK to 19 (from 16). |
4 |
| -* Migrates example app away from deprecated imperative apply in gradle (see: https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply). |
| 8 | +- Updates the Android min SDK to 19 (from 16). |
| 9 | +- Migrates example app away from deprecated imperative apply in gradle (see: https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply). |
5 | 10 |
|
6 | 11 | ## 12.0.12
|
7 | 12 |
|
8 |
| -* Fixes permission status returned from `Permission.photos.request()` or `Permission.videos.request()` when limited access selected |
| 13 | +- Fixes permission status returned from `Permission.photos.request()` or `Permission.videos.request()` when limited access selected |
9 | 14 |
|
10 | 15 | ## 12.0.11
|
11 | 16 |
|
12 |
| -* Adds `TargetApi` annotation to `getManifestNames` method in `PermissionUtils.java`. |
| 17 | +- Adds `TargetApi` annotation to `getManifestNames` method in `PermissionUtils.java`. |
13 | 18 |
|
14 | 19 | ## 12.0.10
|
15 | 20 |
|
16 |
| -* Fixes a bug that causes a `NullPointerException` when the application is restarted after being killed by Android during the request of special permissions (like, `Permission.ignoreBatteryOptimizations`, `Permission.systemAlertWindow`, `Permission.accessNotificationPolicy`, `Permission.scheduleExactAlarm` and `Permission.manageExternalStorage`). |
| 21 | +- Fixes a bug that causes a `NullPointerException` when the application is restarted after being killed by Android during the request of special permissions (like, `Permission.ignoreBatteryOptimizations`, `Permission.systemAlertWindow`, `Permission.accessNotificationPolicy`, `Permission.scheduleExactAlarm` and `Permission.manageExternalStorage`). |
17 | 22 |
|
18 | 23 | ## 12.0.9
|
19 | 24 |
|
20 |
| -* Makes the status returned when requesting the READ_MEDIA_VISUAL_USER_SELECTED permission more accurate. |
| 25 | +- Makes the status returned when requesting the READ_MEDIA_VISUAL_USER_SELECTED permission more accurate. |
21 | 26 |
|
22 | 27 | ## 12.0.8
|
23 | 28 |
|
24 |
| -* Adds support for limited photo and video permission on Android. |
| 29 | +- Adds support for limited photo and video permission on Android. |
25 | 30 |
|
26 | 31 | ## 12.0.7
|
27 | 32 |
|
28 |
| -* Removes additional Android v1 embedding class reference. |
| 33 | +- Removes additional Android v1 embedding class reference. |
29 | 34 |
|
30 | 35 | ## 12.0.6
|
31 | 36 |
|
32 |
| -* Removes deprecated support for Android V1 embedding as support will be removed from Flutter (see [flutter/flutter#144726](https://github.com/flutter/flutter/pull/144726)). |
| 37 | +- Removes deprecated support for Android V1 embedding as support will be removed from Flutter (see [flutter/flutter#144726](https://github.com/flutter/flutter/pull/144726)). |
33 | 38 |
|
34 | 39 | ## 12.0.5
|
35 | 40 |
|
36 |
| -* Upgrades Gradle and Android Gradle plugin. |
| 41 | +- Upgrades Gradle and Android Gradle plugin. |
37 | 42 |
|
38 | 43 | ## 12.0.4
|
39 | 44 |
|
40 |
| -* Returns `granted` on permission `Permission.scheduleExactAlarm` for devices running lower than Android S (API 31), before this change the default return was `denied`. |
41 |
| -* Updates `minSdkVersion` version to `flutter.minSdkVersion`. |
| 45 | +- Returns `granted` on permission `Permission.scheduleExactAlarm` for devices running lower than Android S (API 31), before this change the default return was `denied`. |
| 46 | +- Updates `minSdkVersion` version to `flutter.minSdkVersion`. |
42 | 47 |
|
43 | 48 | ## 12.0.3
|
44 | 49 |
|
45 |
| -* Updates the dependency on `permission_handler_platform_interface` to version 4.1.0 (SiriKit support is only available for iOS or macOS). |
| 50 | +- Updates the dependency on `permission_handler_platform_interface` to version 4.1.0 (SiriKit support is only available for iOS or macOS). |
46 | 51 |
|
47 | 52 | ## 12.0.2
|
48 | 53 |
|
49 |
| -* Fixes bug where Android activity is leaked when embedded in native Android application. |
| 54 | +- Fixes bug where Android activity is leaked when embedded in native Android application. |
50 | 55 |
|
51 | 56 | ## 12.0.1
|
52 | 57 |
|
53 |
| -* Fixes a bug where the `ignoreBatteryOptimizations` permission didn't report the correct status when the permission is requested and granted. |
| 58 | +- Fixes a bug where the `ignoreBatteryOptimizations` permission didn't report the correct status when the permission is requested and granted. |
54 | 59 |
|
55 | 60 | ## 12.0.0
|
56 | 61 |
|
57 |
| -* **BREAKING CHANGES:** |
58 |
| - * Adds `Permission.calendarWriteOnly`. |
59 |
| - * Removes `Permission.calendarReadOnly`. |
| 62 | +- **BREAKING CHANGES:** |
| 63 | + - Adds `Permission.calendarWriteOnly`. |
| 64 | + - Removes `Permission.calendarReadOnly`. |
60 | 65 |
|
61 | 66 | ## 11.1.0
|
62 | 67 |
|
63 |
| -* Implements the `Permission.calendarReadOnly` and `PermissionCalendarFullAccess` permissions. |
| 68 | +- Implements the `Permission.calendarReadOnly` and `PermissionCalendarFullAccess` permissions. |
64 | 69 |
|
65 | 70 | ## 11.0.5
|
66 | 71 |
|
67 |
| -* Removes the obsolete `updatePermissionShouldShowStatus` method from the Java code base. |
68 |
| -* Fixes some analysis warnings in the Java code base. |
| 72 | +- Removes the obsolete `updatePermissionShouldShowStatus` method from the Java code base. |
| 73 | +- Fixes some analysis warnings in the Java code base. |
69 | 74 |
|
70 | 75 | ## 11.0.4
|
71 | 76 |
|
72 |
| -* Fixes a bug where the status of special permissions would incorrectly be reported as `denied`. |
| 77 | +- Fixes a bug where the status of special permissions would incorrectly be reported as `denied`. |
73 | 78 |
|
74 | 79 | ## 11.0.3
|
75 | 80 |
|
76 |
| -* Fixes a bug where `Permission.notification.status` would never return `permanentlyDenied` on Android. |
| 81 | +- Fixes a bug where `Permission.notification.status` would never return `permanentlyDenied` on Android. |
77 | 82 |
|
78 | 83 | ## 11.0.2
|
79 | 84 |
|
80 |
| -* Fixes a bug where `Permission.Phone` would always return 'denied' when requesting the permission status. |
81 |
| -* Fixes a bug where Flutter permissions that require multiple Android permissions would base their status on the status of the first Android permission, as opposed to the result of all relevant Android permissions. |
| 85 | +- Fixes a bug where `Permission.Phone` would always return 'denied' when requesting the permission status. |
| 86 | +- Fixes a bug where Flutter permissions that require multiple Android permissions would base their status on the status of the first Android permission, as opposed to the result of all relevant Android permissions. |
82 | 87 |
|
83 | 88 | ## 11.0.1
|
84 | 89 |
|
85 |
| -* Fixes `java.lang.IllegalStateException: Reply already submitted` when requesting post notification permission. |
| 90 | +- Fixes `java.lang.IllegalStateException: Reply already submitted` when requesting post notification permission. |
86 | 91 |
|
87 | 92 | ## 11.0.0
|
88 | 93 |
|
89 |
| -* **BREAKING CHANGE:** Fixes a bug where the permission status would return 'denied' regardless of whether the status was 'denied' or 'permanently denied'. |
| 94 | +- **BREAKING CHANGE:** Fixes a bug where the permission status would return 'denied' regardless of whether the status was 'denied' or 'permanently denied'. |
90 | 95 |
|
91 | 96 | ## 10.3.6
|
92 | 97 |
|
93 |
| -* Fixes a bug where requesting multiple permissions would crash the app if at least one of the permissions was a [special permission](https://developer.android.com/guide/topics/permissions/overview#special). |
| 98 | +- Fixes a bug where requesting multiple permissions would crash the app if at least one of the permissions was a [special permission](https://developer.android.com/guide/topics/permissions/overview#special). |
94 | 99 |
|
95 | 100 | ## 10.3.5
|
96 | 101 |
|
97 |
| -* Fixes a bug where `Permission.ScheduleExactAlarm` was not opening the settings |
| 102 | +- Fixes a bug where `Permission.ScheduleExactAlarm` was not opening the settings |
98 | 103 | screen.
|
99 | 104 |
|
100 | 105 | ## 10.3.4
|
101 | 106 |
|
102 |
| -* Fixes a bug where the permission status would return 'permanently denied' |
| 107 | +- Fixes a bug where the permission status would return 'permanently denied' |
103 | 108 | instead of 'denied' when the user dismisses the permission dialog.
|
104 | 109 |
|
105 | 110 | ## 10.3.3
|
106 | 111 |
|
107 |
| -* Migrates the Gradle compile arguments to the example app, so they are not enforced upon consumers of the plugin. |
| 112 | +- Migrates the Gradle compile arguments to the example app, so they are not enforced upon consumers of the plugin. |
108 | 113 |
|
109 | 114 | ## 10.3.2
|
110 | 115 |
|
111 |
| -* Updates example app to show `Permission.photos` and hide `Permission.bluetooth`. |
| 116 | +- Updates example app to show `Permission.photos` and hide `Permission.bluetooth`. |
112 | 117 |
|
113 | 118 | ## 10.3.1
|
114 | 119 |
|
115 |
| -* Fixes `java.lang.IllegalStateException: Reply already submitted` when checking the status of Bluetooth service. |
| 120 | +- Fixes `java.lang.IllegalStateException: Reply already submitted` when checking the status of Bluetooth service. |
116 | 121 |
|
117 | 122 | ## 10.3.0
|
118 | 123 |
|
119 |
| -* Adds support for the new Android 13 permission: BODY_SENSORS_BACKGROUND. |
| 124 | +- Adds support for the new Android 13 permission: BODY_SENSORS_BACKGROUND. |
120 | 125 |
|
121 | 126 | ## 10.2.3
|
122 | 127 |
|
123 |
| -* Fix missing POST_NOTIFICATIONS permission in the Android example project. |
| 128 | +- Fix missing POST_NOTIFICATIONS permission in the Android example project. |
124 | 129 |
|
125 | 130 | ## 10.2.2
|
126 | 131 |
|
127 |
| -* Fixes the SCHEDULE_EXACT_ALARM status check on Android 12 and 13. |
| 132 | +- Fixes the SCHEDULE_EXACT_ALARM status check on Android 12 and 13. |
128 | 133 |
|
129 | 134 | ## 10.2.1
|
130 | 135 |
|
131 |
| -* Adds compatibility with Android Gradle Plugin 8.0. |
| 136 | +- Adds compatibility with Android Gradle Plugin 8.0. |
132 | 137 |
|
133 | 138 | ## 10.2.0
|
134 | 139 |
|
135 |
| -* Adds support for the new Android 13 permissions: SCHEDULE_EXACT_ALARM, READ_MEDIA_IMAGES, READ_MEDIA_VIDEO and READ_MEDIA_AUDIO |
| 140 | +- Adds support for the new Android 13 permissions: SCHEDULE_EXACT_ALARM, READ_MEDIA_IMAGES, READ_MEDIA_VIDEO and READ_MEDIA_AUDIO |
136 | 141 |
|
137 | 142 | ## 10.1.0
|
138 | 143 |
|
139 |
| -* Adds support for the new Android 13 permission: NEARBY_WIFI_DEVICES. |
| 144 | +- Adds support for the new Android 13 permission: NEARBY_WIFI_DEVICES. |
140 | 145 |
|
141 | 146 | ## 10.0.0
|
142 | 147 |
|
143 |
| -* **BREAKING CHANGE**: Updates Android `compileSdkVersion` to `33` to handle the new `POST_NOTIFICATIONS` permission. |
| 148 | +- **BREAKING CHANGE**: Updates Android `compileSdkVersion` to `33` to handle the new `POST_NOTIFICATIONS` permission. |
144 | 149 | > When updating to version 10.0.0 make sure to update the `android/app/build.gradle` file and set the `compileSdkVersion` to `33`.
|
145 | 150 |
|
146 | 151 | ## 9.0.2+1
|
147 | 152 |
|
148 |
| -* Undoes PR [#765](https://github.com/baseflow/flutter-permission-handler/pull/765) which by mistake requests write_external_storage permission based on the target SDK instead of the actual SDK of the Android device. |
| 153 | +- Undoes PR [#765](https://github.com/baseflow/flutter-permission-handler/pull/765) which by mistake requests write_external_storage permission based on the target SDK instead of the actual SDK of the Android device. |
149 | 154 |
|
150 | 155 | ## 9.0.2
|
151 | 156 |
|
152 |
| -* Moves Android implementation into its own package. |
| 157 | +- Moves Android implementation into its own package. |
0 commit comments