-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #890 from atsign-foundation/865-publish-new-versio…
…ns-of-the-at_widget-packages chore: Updated at_location_flutter to version 3.1.13
- Loading branch information
Showing
24 changed files
with
745 additions
and
746 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,96 +1,132 @@ | ||
## 3.1.13: | ||
|
||
- **CHORE**: Major version increase of flutter_lints from ^1.0.4 to ^4.0.0 | ||
- **CHORE**: Major version increase of geolocator from ^10.0.1 to ^12.0.0 | ||
- **CHORE**: Dangling doc comments resolved | ||
- **CHORE**: Kotlin version updated from ^1.7.10 to 1.8.20 | ||
- **CHORE**: Android exported set to true in AndroidManifest.xml | ||
|
||
## 3.1.12: | ||
|
||
- **CHORE**: Major version increase of at_commons from ^3.0.55 to ^4.0.1 | ||
|
||
# 3.1.11 | ||
|
||
- **CHORE**: Lint fixes | ||
|
||
# 3.1.10 | ||
|
||
- **CHORE**: Bumped all dependency versions | ||
- Major version increase of geolocator from ^9.0.2 to ^10.0.1 | ||
|
||
# 3.1.9 | ||
|
||
- **CHORE**: Improved pub score of package | ||
|
||
## 3.1.8 | ||
|
||
- **CHORE**: Updated dependencies and android gradle versions | ||
- **CHORE**: Package description updated | ||
|
||
## 3.1.7 | ||
|
||
- **FEAT**: Updated text | ||
- **CHORE**: Updated dependency | ||
|
||
## 3.1.6 | ||
|
||
- **CHORE**: Applied shouldDecrypt for decryption | ||
|
||
## 3.1.5 | ||
|
||
- **CHORE**: Updated dependencies | ||
|
||
## 3.1.4 | ||
|
||
- **FIX**: Lint Fixes according to flutter 3.0 | ||
|
||
## 3.1.3 | ||
|
||
- **CHORE**: Updated dependencies | ||
- **DOCS**: Updated documentation | ||
|
||
## 3.1.2 | ||
|
||
- **FEAT**: Added alert message for not in contacts atsigns. | ||
- **FEAT**: Made notification dialogs non-dismissible. | ||
|
||
## 3.1.1 | ||
|
||
- **FEAT**: Changed order of storing notifications | ||
- **FEAT**: Moved location sharing functionality to background | ||
- **UPDATE**: Changed location search api | ||
|
||
## 3.1.0 | ||
|
||
- **UPDATE**: Changed location sharing logic | ||
- **UPDATE**: Replaced put calls with a combination of put & notify | ||
|
||
## 3.0.2 | ||
|
||
- **FIX**: Fixed at client dependency issue | ||
- **CHORE**: Updated dependencies | ||
|
||
## 3.0.1 | ||
|
||
- **FIX**: Bug fixes | ||
|
||
## 3.0.0 | ||
|
||
- **UPDATE**: Resilient SDK changes for notification improvements | ||
|
||
## 2.0.4 | ||
|
||
- **FIX**: Bug fixes | ||
- **FEAT**: Added send location to group | ||
|
||
## 2.0.3 | ||
|
||
- **CHORE**: Updated repository link and description | ||
- **CHORE**: Updated packages | ||
- **FEAT**: Added zoom parameter to returned position | ||
|
||
## 2.0.2 | ||
|
||
- **CHORE**: Null safe code changes | ||
- **DOCS**: Updated documentation | ||
|
||
## 2.0.1 | ||
|
||
- **CHORE**: Updated packages | ||
|
||
## 2.0.0 | ||
|
||
- **CHORE**: Null safe support | ||
|
||
## 1.0.3 | ||
|
||
- **UPDATE**: Improved notification handling | ||
|
||
## 1.0.2 | ||
|
||
- **CHORE**: Updated dependent packages | ||
|
||
## 1.0.1 | ||
|
||
- **UPDATE**: Resolved static analysis issues | ||
|
||
## 1.0.0 | ||
|
||
- **CHORE**: Updated dependent packages | ||
|
||
## 0.0.3 | ||
|
||
- **UPDATE**: Updated example app | ||
|
||
## 0.0.2 | ||
|
||
- **FIX**: Bug fixes and updated dependent packages. | ||
|
||
## 0.0.1 | ||
|
||
- The initial release consists of sharing and requesting for location between two atsigns |
51 changes: 17 additions & 34 deletions
51
packages/at_location_flutter/example/android/app/src/main/AndroidManifest.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,26 @@ | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="com.example.at_location_flutter_example"> | ||
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> | ||
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> | ||
<application | ||
android:label="at_location_flutter_example" | ||
android:icon="@mipmap/ic_launcher"> | ||
<activity | ||
android:name=".MainActivity" | ||
android:launchMode="singleTop" | ||
android:theme="@style/LaunchTheme" | ||
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" | ||
android:hardwareAccelerated="true" | ||
android:windowSoftInputMode="adjustResize"> | ||
<!-- Specifies an Android theme to apply to this Activity as soon as | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.at_location_flutter_example"> | ||
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> | ||
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> | ||
<application android:label="at_location_flutter_example" android:icon="@mipmap/ic_launcher"> | ||
<activity android:name=".MainActivity" android:launchMode="singleTop" android:theme="@style/LaunchTheme" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android:hardwareAccelerated="true" android:windowSoftInputMode="adjustResize" android:exported="true"> | ||
<!-- Specifies an Android theme to apply to this Activity as soon as | ||
the Android process has started. This theme is visible to the user | ||
while the Flutter UI initializes. After that, this theme continues | ||
to determine the Window background behind the Flutter UI. --> | ||
<meta-data | ||
android:name="io.flutter.embedding.android.NormalTheme" | ||
android:resource="@style/NormalTheme" | ||
/> | ||
<!-- Displays an Android View that continues showing the launch screen | ||
<meta-data android:name="io.flutter.embedding.android.NormalTheme" android:resource="@style/NormalTheme" /> | ||
<!-- Displays an Android View that continues showing the launch screen | ||
Drawable until Flutter paints its first frame, then this splash | ||
screen fades out. A splash screen is useful to avoid any visual | ||
gap between the end of Android's launch screen and the painting of | ||
Flutter's first frame. --> | ||
<meta-data | ||
android:name="io.flutter.embedding.android.SplashScreenDrawable" | ||
android:resource="@drawable/launch_background" | ||
/> | ||
<intent-filter> | ||
<action android:name="android.intent.action.MAIN"/> | ||
<category android:name="android.intent.category.LAUNCHER"/> | ||
</intent-filter> | ||
</activity> | ||
<!-- Don't delete the meta-data below. | ||
<meta-data android:name="io.flutter.embedding.android.SplashScreenDrawable" android:resource="@drawable/launch_background" /> | ||
<intent-filter> | ||
<action android:name="android.intent.action.MAIN"/> | ||
<category android:name="android.intent.category.LAUNCHER"/> | ||
</intent-filter> | ||
</activity> | ||
<!-- Don't delete the meta-data below. | ||
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java --> | ||
<meta-data | ||
android:name="flutterEmbedding" | ||
android:value="2" /> | ||
</application> | ||
<meta-data android:name="flutterEmbedding" android:value="2" /> | ||
</application> | ||
</manifest> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,73 +1,85 @@ | ||
PODS: | ||
- at_file_saver (0.0.1): | ||
- FlutterMacOS | ||
- biometric_storage (0.0.1): | ||
- FlutterMacOS | ||
- file_saver (0.0.1): | ||
- device_info_plus (0.0.1): | ||
- FlutterMacOS | ||
- file_selector_macos (0.0.1): | ||
- FlutterMacOS | ||
- FlutterMacOS (1.0.0) | ||
- FMDB (2.7.5): | ||
- FMDB/standard (= 2.7.5) | ||
- FMDB/standard (2.7.5) | ||
- geolocator_apple (1.2.0): | ||
- FlutterMacOS | ||
- path_provider_macos (0.0.1): | ||
- package_info_plus (0.0.1): | ||
- FlutterMacOS | ||
- path_provider_foundation (0.0.1): | ||
- Flutter | ||
- FlutterMacOS | ||
- share_plus_macos (0.0.1): | ||
- share_plus (0.0.1): | ||
- FlutterMacOS | ||
- sqflite (0.0.2): | ||
- shared_preferences_foundation (0.0.1): | ||
- Flutter | ||
- FlutterMacOS | ||
- sqflite (0.0.3): | ||
- Flutter | ||
- FlutterMacOS | ||
- FMDB (>= 2.7.5) | ||
- url_launcher_macos (0.0.1): | ||
- FlutterMacOS | ||
|
||
DEPENDENCIES: | ||
- at_file_saver (from `Flutter/ephemeral/.symlinks/plugins/at_file_saver/macos`) | ||
- biometric_storage (from `Flutter/ephemeral/.symlinks/plugins/biometric_storage/macos`) | ||
- file_saver (from `Flutter/ephemeral/.symlinks/plugins/file_saver/macos`) | ||
- device_info_plus (from `Flutter/ephemeral/.symlinks/plugins/device_info_plus/macos`) | ||
- file_selector_macos (from `Flutter/ephemeral/.symlinks/plugins/file_selector_macos/macos`) | ||
- FlutterMacOS (from `Flutter/ephemeral`) | ||
- geolocator_apple (from `Flutter/ephemeral/.symlinks/plugins/geolocator_apple/macos`) | ||
- path_provider_macos (from `Flutter/ephemeral/.symlinks/plugins/path_provider_macos/macos`) | ||
- share_plus_macos (from `Flutter/ephemeral/.symlinks/plugins/share_plus_macos/macos`) | ||
- sqflite (from `Flutter/ephemeral/.symlinks/plugins/sqflite/macos`) | ||
- package_info_plus (from `Flutter/ephemeral/.symlinks/plugins/package_info_plus/macos`) | ||
- path_provider_foundation (from `Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin`) | ||
- share_plus (from `Flutter/ephemeral/.symlinks/plugins/share_plus/macos`) | ||
- shared_preferences_foundation (from `Flutter/ephemeral/.symlinks/plugins/shared_preferences_foundation/darwin`) | ||
- sqflite (from `Flutter/ephemeral/.symlinks/plugins/sqflite/darwin`) | ||
- url_launcher_macos (from `Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos`) | ||
|
||
SPEC REPOS: | ||
trunk: | ||
- FMDB | ||
|
||
EXTERNAL SOURCES: | ||
at_file_saver: | ||
:path: Flutter/ephemeral/.symlinks/plugins/at_file_saver/macos | ||
biometric_storage: | ||
:path: Flutter/ephemeral/.symlinks/plugins/biometric_storage/macos | ||
file_saver: | ||
:path: Flutter/ephemeral/.symlinks/plugins/file_saver/macos | ||
device_info_plus: | ||
:path: Flutter/ephemeral/.symlinks/plugins/device_info_plus/macos | ||
file_selector_macos: | ||
:path: Flutter/ephemeral/.symlinks/plugins/file_selector_macos/macos | ||
FlutterMacOS: | ||
:path: Flutter/ephemeral | ||
geolocator_apple: | ||
:path: Flutter/ephemeral/.symlinks/plugins/geolocator_apple/macos | ||
path_provider_macos: | ||
:path: Flutter/ephemeral/.symlinks/plugins/path_provider_macos/macos | ||
share_plus_macos: | ||
:path: Flutter/ephemeral/.symlinks/plugins/share_plus_macos/macos | ||
package_info_plus: | ||
:path: Flutter/ephemeral/.symlinks/plugins/package_info_plus/macos | ||
path_provider_foundation: | ||
:path: Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin | ||
share_plus: | ||
:path: Flutter/ephemeral/.symlinks/plugins/share_plus/macos | ||
shared_preferences_foundation: | ||
:path: Flutter/ephemeral/.symlinks/plugins/shared_preferences_foundation/darwin | ||
sqflite: | ||
:path: Flutter/ephemeral/.symlinks/plugins/sqflite/macos | ||
:path: Flutter/ephemeral/.symlinks/plugins/sqflite/darwin | ||
url_launcher_macos: | ||
:path: Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos | ||
|
||
SPEC CHECKSUMS: | ||
at_file_saver: 1fc6ed722f17c7a20ce79cce168d1100fcad4b95 | ||
biometric_storage: 43caa6e7ef00e8e19c074216e7e1786dacda9e76 | ||
file_saver: 44e6fbf666677faf097302460e214e977fdd977b | ||
file_selector_macos: ff6dc948d4ddd34e8602a1f60b7d0b4cc6051a47 | ||
FlutterMacOS: 57701585bf7de1b3fc2bb61f6378d73bbdea8424 | ||
FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a | ||
device_info_plus: ce1b7762849d3ec103d0e0517299f2db7ad60720 | ||
file_selector_macos: 54fdab7caa3ac3fc43c9fac4d7d8d231277f8cf2 | ||
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24 | ||
geolocator_apple: 72a78ae3f3e4ec0db62117bd93e34523f5011d58 | ||
path_provider_macos: 160cab0d5461f0c0e02995469a98f24bdb9a3f1f | ||
share_plus_macos: 853ee48e7dce06b633998ca0735d482dd671ade4 | ||
sqflite: a5789cceda41d54d23f31d6de539d65bb14100ea | ||
url_launcher_macos: 45af3d61de06997666568a7149c1be98b41c95d4 | ||
package_info_plus: fa739dd842b393193c5ca93c26798dff6e3d0e0c | ||
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46 | ||
share_plus: 36537c04ce0c3e3f5bd297ce4318b6d5ee5fd6cf | ||
shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78 | ||
sqflite: 673a0e54cc04b7d6dba8d24fb8095b31c3a99eec | ||
url_launcher_macos: 5f437abeda8c85500ceb03f5c1938a8c5a705399 | ||
|
||
PODFILE CHECKSUM: 6eac6b3292e5142cfc23bdeb71848a40ec51c14c | ||
PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7 | ||
|
||
COCOAPODS: 1.11.3 | ||
COCOAPODS: 1.14.3 |
Oops, something went wrong.