-
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 #895 from atsign-foundation/865-publish-new-versio…
…ns-of-the-at_widget-packages chore: updated at_events_flutter to 3.1.14
- Loading branch information
Showing
9 changed files
with
72 additions
and
66 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,85 +1,117 @@ | ||
## 3.1.14: | ||
|
||
- **CHORE**: Bumped up all dependency versions | ||
- **CHORE**: Major version increase of flutter_lints from ^3.0.55 to ^4.0.1 | ||
- **CHORE**: Major version increase of mocktail from ^0.3.0 to ^1.0.4 | ||
- **CHORE**: Kotlin version increased from 1.7.10 to 1.8.20 | ||
- **CHORE**: Android experted set to true | ||
- **CHORE**: fixed dangling doc comment | ||
|
||
## 3.1.13: | ||
|
||
- **CHORE**: Bumped up all dependency versions | ||
- **CHORE**: Major version increase of at_commons from ^3.0.55 to ^4.0.1 | ||
- **CHORE**: Major version increase of at_commons from ^2.0.3 to ^4.0.0 | ||
|
||
## 3.1.12 | ||
|
||
- **CHORE**: Bumped all dependency versions | ||
|
||
## 3.1.11 | ||
|
||
- **CHORE**: Upgraded dependencies | ||
|
||
## 3.1.10 | ||
|
||
- **CHORE**: Improved pub score | ||
|
||
## 3.1.9 | ||
|
||
- **CHORE**: Updated dependencies and android gradle versions | ||
- **CHORE**: Package description updated | ||
|
||
## 3.1.8 | ||
|
||
- **FEAT**: Updated text | ||
- **CHORE**: Updated dependency | ||
|
||
## 3.1.7 | ||
|
||
- **CHORE**: Applied shouldDecrypt for decryption | ||
|
||
## 3.1.6 | ||
|
||
- **CHORE**: Updated dependencies | ||
|
||
## 3.1.5 | ||
|
||
- **FIX**: Lint Fixes according to flutter 3.0 | ||
|
||
## 3.1.4 | ||
|
||
- **CHORE**: Updated dependencies | ||
- **DOCS**: Updated documentation | ||
|
||
## 3.1.3 | ||
|
||
- **FEAT**: Removed key, atKey, atValue from EventKeyLocationModel | ||
|
||
## 3.1.2 | ||
|
||
- **FEAT**: Added alert message for not in contacts atsigns. | ||
- **FEAT**: Made notification dialogs non-dismissible. | ||
- **UPDATE**: Moved events from bottomSheet to full screen. | ||
- **FEAT**: Made venues re-usable. | ||
- **FEAT**: Added detailed discription in participants list. | ||
|
||
## 3.1.1 | ||
|
||
- **UPDATE**: Changed order of storing notifications | ||
- **CHORE**: Updated at_location_flutter reference | ||
|
||
## 3.1.0 | ||
|
||
- **UPDATE**: Changed event sharing logic | ||
- **UPDATE**: Replaced put calls with a combination of put & notify | ||
|
||
## 3.0.2 | ||
|
||
- **FIX**: Fixed at client dependency issue. Removed reference to SyncStrategy which is deprecated | ||
- **CHORE**: Updated dependencies | ||
|
||
## 3.0.1 | ||
|
||
- **FIX**: Bug fixes | ||
|
||
## 3.0.0 | ||
|
||
- **UPDATE**: Resilient SDK changes for notification improvements | ||
|
||
## 2.0.3 | ||
|
||
- **FIX**: Bug fixes | ||
|
||
## 2.0.2 | ||
|
||
- **CHORE**: Updated repository link and description | ||
- **CHORE**: Updated packages | ||
|
||
## 2.0.1 | ||
|
||
- **DOCS**: Updated documentation | ||
|
||
## 2.0.0 | ||
|
||
- **UPDATE**: Null safe version | ||
|
||
## 1.0.2 | ||
|
||
- **CHORE**: Updated dependent packages | ||
- **UPDATE**: Improved notification handling | ||
|
||
## 1.0.1 | ||
|
||
- **CHORE**: Resolved static analysis issues | ||
|
||
## 1.0.0 | ||
|
||
- The initial release consists of two functionalities - create a new event and view a list of already created events |
51 changes: 17 additions & 34 deletions
51
packages/at_events_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_events_flutter_example"> | ||
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> | ||
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> | ||
<application | ||
android:label="at_events_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_events_flutter_example"> | ||
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> | ||
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> | ||
<application android:label="at_events_flutter_example" android:icon="@mipmap/ic_launcher"> | ||
<activity android:name=".MainActivity" android:exported="true"> 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 | ||
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
2 changes: 1 addition & 1 deletion
2
packages/at_events_flutter/example/ios/Runner/AppDelegate.swift
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
17 changes: 5 additions & 12 deletions
17
packages/at_events_flutter/lib/common_components/contacts_initials.dart
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