Skip to content

Commit

Permalink
foramt changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Jul 10, 2023
1 parent 5165086 commit 51efa65
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 109 deletions.
156 changes: 85 additions & 71 deletions packages/location/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,82 +1,82 @@
## 4.4.0

- **FEAT**: support android 12 in example app.
- **FEAT**: support android 12 in example app.

## 4.3.0

- **FIX**: fix location package test.
- **FEAT**: improve coverage.
- **FIX**: fix location package test.
- **FEAT**: improve coverage.

## 4.2.3

- **FIX**: fix macos build, fixing #544.
- **FIX**: fix macos build, fixing #544.

## 4.2.2

- **FIX**: fix android crash on Android API 27, #579.
- **FIX**: fix android crash on Android API 27, #579.

## 4.2.1

- **FIX**: add compatibility version to target Java 8.
- **FIX**: add compatibility version to target Java 8.

## 4.2.0

- **REFACTOR**: remove Android strings.
- **REFACTOR**: extract background notification logic to separate class.
- **FIX**: wait 2 location updates to make sure that the last knwown position isn't returned instantly #549.
- **FIX**: fix the depreciation warning on android #550.
- **FIX**: improve changeSettings to be applied immediatly.
- **FEAT**: add several information to resolve #552.
- **FEAT**: add several information to resolve #552.
- **FEAT**: better listen example to prevent infinite location request.
- **FEAT**: fix typos.
- **FEAT**: add ios requirements.
- **FEAT**: improve example app.
- **FEAT**: separate result variables to prevent result override.
- **FEAT**: add isMock information on LocationData.
- **FEAT**: add fallback for LocationAccuracy.reduced on Android.
- **FEAT**: add option to reopen app from notification.
- **FEAT**: allow for customizing Android notification text, subtext and color.
- **FEAT**: update example app to showcase Android notification options.
- **FEAT**: allow for customizing Android background notification from dart.
- **FEAT**: handle notification changes in Android MethodCallHandler.
- **FEAT**: return notification and channel id when changing options.
- **DOCS**: update readme web.
- **CHORE**: publish packages.
- **CHORE**: publish packages.
- **CHORE**: publish packages.
- **CHORE**: publish packages.
- **CHORE**: publish packages.
- **REFACTOR**: remove Android strings.
- **REFACTOR**: extract background notification logic to separate class.
- **FIX**: wait 2 location updates to make sure that the last knwown position
isn't returned instantly #549.
- **FIX**: fix the depreciation warning on android #550.
- **FIX**: improve changeSettings to be applied immediatly.
- **FEAT**: add several information to resolve #552.
- **FEAT**: add several information to resolve #552.
- **FEAT**: better listen example to prevent infinite location request.
- **FEAT**: fix typos.
- **FEAT**: add ios requirements.
- **FEAT**: improve example app.
- **FEAT**: separate result variables to prevent result override.
- **FEAT**: add isMock information on LocationData.
- **FEAT**: add fallback for LocationAccuracy.reduced on Android.
- **FEAT**: add option to reopen app from notification.
- **FEAT**: allow for customizing Android notification text, subtext and color.
- **FEAT**: update example app to showcase Android notification options.
- **FEAT**: allow for customizing Android background notification from dart.
- **FEAT**: handle notification changes in Android MethodCallHandler.
- **FEAT**: return notification and channel id when changing options.
- **DOCS**: update readme web.
- **CHORE**: publish packages.
- **CHORE**: publish packages.
- **CHORE**: publish packages.
- **CHORE**: publish packages.
- **CHORE**: publish packages.

## 4.1.1

- **FIX**: fix crash on build.

- **FIX**: fix crash on build.

## 4.1.0

- **REFACTOR**: remove Android strings.
- **REFACTOR**: extract background notification logic to separate class.
- **FEAT**: add option to reopen app from notification.
- **FEAT**: allow for customizing Android notification text, subtext and color.
- **FEAT**: update example app to showcase Android notification options.
- **FEAT**: allow for customizing Android background notification from dart.
- **FEAT**: handle notification changes in Android MethodCallHandler.
- **FEAT**: return notification and channel id when changing options.
- **DOCS**: update readme web.
- **CHORE**: publish packages.
- **CHORE**: publish packages.
- **CHORE**: publish packages.
- **CHORE**: publish packages.
- **REFACTOR**: remove Android strings.
- **REFACTOR**: extract background notification logic to separate class.
- **FEAT**: add option to reopen app from notification.
- **FEAT**: allow for customizing Android notification text, subtext and color.
- **FEAT**: update example app to showcase Android notification options.
- **FEAT**: allow for customizing Android background notification from dart.
- **FEAT**: handle notification changes in Android MethodCallHandler.
- **FEAT**: return notification and channel id when changing options.
- **DOCS**: update readme web.
- **CHORE**: publish packages.
- **CHORE**: publish packages.
- **CHORE**: publish packages.
- **CHORE**: publish packages.

## 4.0.2

- Bump "location" to `4.0.2`.
- Bump "location" to `4.0.2`.

## 4.0.1

- **DOCS**: update readme web.
- **CHORE**: publish packages.
- **DOCS**: update readme web.
- **CHORE**: publish packages.

## 4.0.0

Expand All @@ -98,19 +98,23 @@

## [3.2.0] 23rd December 2020

- Add the ability to launch location notifications when application is in background
- on iOS implemented with native background location support by adding required permissions and permission checks
- on Android by providing a custom service that wraps existing native location API calls in a foreground service
- Add the ability to launch location notifications when application is in
background
- on iOS implemented with native background location support by adding
required permissions and permission checks
- on Android by providing a custom service that wraps existing native location
API calls in a foreground service
- Update Android SDK to Android 10/Q (API level 29)
- Updated sample application to include the background mode
- Various bug fixing

## [3.1.0] 09 October 2020

- Do not throw errors from methods that do not need an activity.
- [BREAKING] The error thrown is now ActivityNotFoundException which changes the error code
returned when activity is not found. It used to be NO_ACTIVITY, now it is just error. We
anticipate this error to be rarely experienced in the wild.
- [BREAKING] The error thrown is now ActivityNotFoundException which changes the
error code returned when activity is not found. It used to be NO_ACTIVITY, now
it is just error. We anticipate this error to be rarely experienced in the
wild.

## [3.0.3] 25th August 2020

Expand Down Expand Up @@ -152,8 +156,11 @@

## [2.5.0] 23rd February 2020

- [BREAKING] The `requestPermission` and `hasPermission` are now returning PermissionStatus enum.
- Upgrade to Android Embedding V2 (follow https://github.com/flutter/flutter/wiki/Upgrading-pre-1.12-Android-projects if the plugin isn't working after upgrade)
- [BREAKING] The `requestPermission` and `hasPermission` are now returning
PermissionStatus enum.
- Upgrade to Android Embedding V2 (follow
https://github.com/flutter/flutter/wiki/Upgrading-pre-1.12-Android-projects if
the plugin isn't working after upgrade)
- Resolve getLocation when service is disabled thanks to nicowernli
- Update example app
- Fix bugs leading to non returning code
Expand All @@ -162,15 +169,18 @@

## [2.4.0] 14th February 2020

- Align timestamp in Android and iOS, previously the iOS timestamp was in seconds instead of milliseconds. Thanks to 781flyingdutchman.
- Align timestamp in Android and iOS, previously the iOS timestamp was in
seconds instead of milliseconds. Thanks to 781flyingdutchman.

## [2.3.7] 08th January 2020

- Fix bug where requestPermission is called after the user has already denied the system location dialog, then this method call would never return.
- Fix bug where requestPermission is called after the user has already denied
the system location dialog, then this method call would never return.

## [2.3.6] 07th January 2020

- Fix ClassCastException errors on some Android phones when requesting Location status.
- Fix ClassCastException errors on some Android phones when requesting Location
status.

## [2.3.5] 10th April 2019

Expand Down Expand Up @@ -199,20 +209,23 @@
## [2.3.0] 22nd March 2019

- Update example App with proper cancel
- Add possibility to set accuracy, interval and minimum notification ditance of the requests.
- Add possibility to set accuracy, interval and minimum notification ditance of
the requests.
- Add LocationAccuracy object

## [2.2.0] 19th March 2019

- Actually updating locatino when using getLocation (not only relying on LastLocation)
- Actually updating locatino when using getLocation (not only relying on
LastLocation)
- Add timestamp to LocationData
- Add serviceEnabled method to check whether Location Service is enabled.
- Add requestService method to ask the user to activate the location service.
- Fix continuous callback heading

## [2.1.0] 16th Match 2019

- iOS permission should be closer to Android permission behaviour thanks to PerrchicK
- iOS permission should be closer to Android permission behaviour thanks to
PerrchicK
- Adding requestPermission(), to manually request permission
- Several feature fixed for less crash when using the plugin
- Code Cleanup
Expand All @@ -236,17 +249,18 @@

## [1.3.3] 30th May 2018

- Correct implementation of iOS plugin to match Android behaviour. No need to call getLocation
to get permissions for location callbacks.
- Correct implementation of iOS plugin to match Android behaviour. No need to
call getLocation to get permissions for location callbacks.

## [1.3.2] 30th May 2018

- Change implementation to api in build.gradle in order to solve incompatibilities between
GMS versions thanks to luccascorrea
- Change implementation to api in build.gradle in order to solve
incompatibilities between GMS versions thanks to luccascorrea

## [1.3.1] 29th May 2018

- Added speed and speed_accuracy (only Android truly discover speed accuracy, so its always 0 for now on iOS)
- Added speed and speed_accuracy (only Android truly discover speed accuracy, so
its always 0 for now on iOS)
- Solved a crash

## [1.3.0] 27th May 2018
Expand All @@ -270,8 +284,8 @@

## [1.1.0] - 17th July 2017.

- Added permission check for Android 6+ (thanks netdur). Still no callback when permissions granted
so aiming SDK 21 is safer.
- Added permission check for Android 6+ (thanks netdur). Still no callback when
permissions granted so aiming SDK 21 is safer.

## [1.0.0] - 7th July 2017.

Expand Down
51 changes: 27 additions & 24 deletions packages/location_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
## 2.3.0

- **FIX**: add platform tests.
- **FIX**: fix tests.
- **FEAT**: improve coverage.
- **FIX**: add platform tests.
- **FIX**: fix tests.
- **FEAT**: improve coverage.

## 2.2.0

- **FIX**: fix the depreciation warning on android #550.
- **FEAT**: add several information to resolve #552.
- **FEAT**: improve LocationData doc.
- **FEAT**: improve example app.
- **FEAT**: add isMock information on LocationData.
- **FEAT**: add fallback for LocationAccuracy.reduced on Android.
- **FEAT**: add option to reopen app from notification.
- **FEAT**: allow for customizing Android notification text, subtext and color.
- **FEAT**: allow for customizing Android background notification from dart.
- **DOCS**: update readme web.
- **CHORE**: publish packages.
- **CHORE**: publish packages.
- **CHORE**: publish packages.
- **FIX**: fix the depreciation warning on android #550.
- **FEAT**: add several information to resolve #552.
- **FEAT**: improve LocationData doc.
- **FEAT**: improve example app.
- **FEAT**: add isMock information on LocationData.
- **FEAT**: add fallback for LocationAccuracy.reduced on Android.
- **FEAT**: add option to reopen app from notification.
- **FEAT**: allow for customizing Android notification text, subtext and color.
- **FEAT**: allow for customizing Android background notification from dart.
- **DOCS**: update readme web.
- **CHORE**: publish packages.
- **CHORE**: publish packages.
- **CHORE**: publish packages.

## 2.1.0

- **FEAT**: add option to reopen app from notification.
- **FEAT**: allow for customizing Android notification text, subtext and color.
- **FEAT**: allow for customizing Android background notification from dart.
- **FEAT**: add option to reopen app from notification.
- **FEAT**: allow for customizing Android notification text, subtext and color.
- **FEAT**: allow for customizing Android background notification from dart.

## 2.0.1

- **DOCS**: update readme web.
- **CHORE**: publish packages.
- **DOCS**: update readme web.
- **CHORE**: publish packages.

## 2.0.0

Expand All @@ -38,12 +38,15 @@

## [1.1.0] - 07th December 2020

- Add new interface method enableBackgroundMode(boolean) to control weather plugin should work in the background or not.
- Add new interface method enableBackgroundMode(boolean) to control weather
plugin should work in the background or not.

## [1.0.1] - 24th August 2020

- Add grantedLimited enum value to PermissionStatus to capture the new limited range authorization that iOS 14 is offering.
- Add grantedLimited enum value to PermissionStatus to capture the new limited
range authorization that iOS 14 is offering.

## [1.0.0] - 26th March 2020

- Created the platform interface of the Location plugin in order to support Web and macOS (huge thanks to long1eu)
- Created the platform interface of the Location plugin in order to support Web
and macOS (huge thanks to long1eu)
31 changes: 17 additions & 14 deletions packages/location_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,34 @@
## 3.1.1

- Update a dependency to the latest release.
- Update a dependency to the latest release.

## 3.1.0

- **FEAT**: add several information to resolve #552.
- **FEAT**: add several information to resolve #552.

## 3.0.0

> Note: This release has breaking changes.
- **FEAT**: add option to reopen app from notification.
- **FEAT**: allow for customizing Android notification text, subtext and color.
- **FEAT**: allow for customizing Android background notification from dart.
- **DOCS**: update readme web.
- **CHORE**: publish packages.
- **CHORE**: publish packages.
- **CHORE**: publish packages.
- **BREAKING** **REFACTOR**: update the location_web flutter dependency to >=1.20.0 in order to remove placeholder folders.
- **FEAT**: add option to reopen app from notification.
- **FEAT**: allow for customizing Android notification text, subtext and color.
- **FEAT**: allow for customizing Android background notification from dart.
- **DOCS**: update readme web.
- **CHORE**: publish packages.
- **CHORE**: publish packages.
- **CHORE**: publish packages.
- **BREAKING** **REFACTOR**: update the location_web flutter dependency to
> =1.20.0 in order to remove placeholder folders.
## 2.0.2

- **FIX**: Update Flutter SDK constraint to >=1.20.0 in order to remove placeholder folders
- **FIX**: Update Flutter SDK constraint to >=1.20.0 in order to remove
placeholder folders

## 2.0.1

- **DOCS**: update readme web.
- **CHORE**: publish packages.
- **DOCS**: update readme web.
- **CHORE**: publish packages.

## 2.0.0

Expand All @@ -39,4 +41,5 @@

## [1.0.0] 26th March 2020

- First release of the Web platform of the Location plugin (huge thanks to long1eu)
- First release of the Web platform of the Location plugin (huge thanks to
long1eu)

0 comments on commit 51efa65

Please sign in to comment.