-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: at_follows_flutter updated to 3.0.13 #892
Merged
CurtlyCritchlow
merged 3 commits into
trunk
from
865-publish-new-versions-of-the-at_widget-packages
Aug 15, 2024
Merged
Changes from 2 commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
d4ee2a0
chore: packages updated and android issues resolved in at_follows_flu…
CurtlyCritchlow 3d12e5f
Merge branch 'trunk' into 865-publish-new-versions-of-the-at_widget-p…
CurtlyCritchlow b941751
chore: change log updated in at_follows_flutter.
CurtlyCritchlow File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you forgot a
:
after**FIX**
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(You had colons on the other lines)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I did. Fixed