-
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.
chore: packages updated and android issues resolved in at_follows_flu…
…tter.
- Loading branch information
1 parent
cffc66a
commit d4ee2a0
Showing
7 changed files
with
63 additions
and
47 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,65 +1,100 @@ | ||
## 3.0.13: | ||
|
||
- **FIX** Depreciated AtClientService methods replaced with AtAuthService methods | ||
- **CHORE**: Major version increase of flutter_local_notifications from ^14.1.1 to ^17.2.2 | ||
- **CHORE**: Kotlin version updated from ^1.7.10 to 1.8.20 | ||
- **CHORE**: Android exported set to true in AndroidManifest.xml | ||
|
||
## 3.0.12: | ||
|
||
- **CHORE**: Major version increase of at_commons from ^3.0.55 to ^4.0.1 | ||
|
||
## 3.0.11 | ||
|
||
- **CHORE**: Updated dependencies | ||
- **CHORE**: Lint fixes | ||
|
||
## 3.0.10 | ||
|
||
- **CHORE**: Bumped all dependency versions | ||
- Major version increase of permission_handler from ^9.2.0 to ^11.0.0 | ||
|
||
## 3.0.9 | ||
|
||
- **CHORE**: Replaced file_saver with at_file_saver | ||
|
||
## 3.0.8 | ||
|
||
- **CHORE**: Updated dependencies and android gradle versions | ||
- **CHORE**: Package description updated | ||
- **FIX**: Removed flutter_qr_reader usage | ||
|
||
## 3.0.7 | ||
|
||
- **FIX**: Solved dependency conflict | ||
|
||
## 3.0.6 | ||
|
||
- **FIX**: Fixed getting details of following/follower list | ||
- **FIX**: Fixed QR Scanner not working. | ||
|
||
## 3.0.5 | ||
|
||
- Fix for at client dependency issue. Removed reference to deprecated SyncStrategy | ||
- updated dependencies | ||
|
||
## 3.0.4 | ||
|
||
- updated dependencies and documentation | ||
|
||
## 3.0.3 | ||
- upgraded to latest dependencies | ||
|
||
- upgraded to latest dependencies | ||
- Fixes for follows screen bugs | ||
|
||
## 3.0.2 | ||
|
||
- Upgraded to latest version of at_client | ||
- Fixes for follows screen bugs | ||
|
||
## 3.0.1 | ||
|
||
- Upgraded to latest version of at_client | ||
- Fixes for follows screen bugs | ||
|
||
## 3.0.0 | ||
|
||
- Resilient SDK changes uptake for monitor, notification and sync improvements | ||
|
||
## 2.0.4 | ||
|
||
- ConnectionsService and ConnectionProvider instance exposed to app side | ||
|
||
## 2.0.3 | ||
|
||
- Support for namespace migration changes | ||
|
||
## 2.0.2 | ||
|
||
- Fix for setstate issue in init | ||
|
||
## 2.0.1 | ||
|
||
- Fix sync related issues in follows list | ||
|
||
## 2.0.0 | ||
|
||
- support for .wavi keys and minor bug fixes | ||
- null-safety migration | ||
## 1.0.0+2 | ||
- upgraded some packages to resolve dependency issues | ||
## 1.0.0+1 | ||
- Notifications fix | ||
## 1.0.0 | ||
- Initial version | ||
|
||
## 1.0.0+2 | ||
|
||
- upgraded some packages to resolve dependency issues | ||
|
||
## 1.0.0+1 | ||
|
||
- Notifications fix | ||
|
||
## 1.0.0 | ||
|
||
- Initial version |
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
44 changes: 12 additions & 32 deletions
44
packages/at_follows_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
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,5 +1,5 @@ | ||
buildscript { | ||
ext.kotlin_version = '1.7.10' | ||
ext.kotlin_version = '1.8.20' | ||
repositories { | ||
google() | ||
jcenter() | ||
|
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