Commit 85cd94e
committed
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2025-10-24)
* feat!: Fallback for no network or Play Services ([#7](#7)) ([e820114](e820114)), closes [IONGLOCLocationOptions#useLocationManagerFallback](https://github.com/IONGLOCLocationOptions/issues/useLocationManagerFallback)
### Bug Fixes
* fix subtitle in README.md ([afc0bb4](afc0bb4))
* fix subtitles in README.md ([148471a](148471a))
* fix subtitles in README.md ([d778351](d778351))
* fix typo in yml file ([765b75d](765b75d))
* fixing typo in README ([7b5fa41](7b5fa41))
* LICENSE file directory in publish-module.gradle file ([3340682](3340682))
* publish library under `io.ionic.libs` instead of `com.capacitorjs` ([1bf7cd8](1bf7cd8))
* Publishing Migration To Central Portal ([#6](#6)) ([60228ff](60228ff))
### Features
* add publish-android workflow to publish Android lib in Maven ([7d33cbe](7d33cbe))
* bring full implementation of library from outsystems-geolocation repo ([0b1362c](0b1362c))
* set workflow_dispatch to manual trigger, avoiding the GitHub action to run when pushing to a branch ([8a1b7be](8a1b7be))
* use semantic-release for library ([53f775e](53f775e))
### BREAKING CHANGES
* The constructor and some methods of `IONGLOCController` have changed signatures. Updating the library will require changes to fix compilation errors.
* refactor: Rename new fallback attribute
References: https://outsystemsrd.atlassian.net/browse/RMET-2991
* refactor: Extract code to separate methods
* fix: Improve `getCurrentLocation` fallback and fix fallback condition
References: https://outsystemsrd.atlassian.net/browse/RMET-2991
* chore: update Gradle, AGP, and Android SDK
* fix: Fallback Quality based on network connectivity
* fix: Use maximumAge in addWatch fallback
* fix: Improve use of providers in fallback
References: https://outsystemsrd.atlassian.net/browse/RMET-2991
* refactor: Extract methods and classes to separate files
References: https://outsystemsrd.atlassian.net/browse/RMET-2991
* chore: Return specific error on no network+location
* docs: Document the IONGLOCLocationOptions properties
* chore: Prepare to release 2.0.0
1.0.0->2.0.0 because it includes breaking changes
References: https://outsystemsrd.atlassian.net/browse/RMET-2991
* chore: remove outdate doc
References: https://outsystemsrd.atlassian.net/browse/RMET-2991
* chore: remove irrelevant portion of PR template
References: https://outsystemsrd.atlassian.net/browse/RMET-2991
* refactor: minor changes from PR comments
References: https://outsystemsrd.atlassian.net/browse/RMET-29911 parent 53f775e commit 85cd94e
2 files changed
+77
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
1 | 77 | | |
2 | 78 | | |
3 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
0 commit comments