Skip to content

Commit

Permalink
🔖 Release android v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlphamerc committed Feb 6, 2022
1 parent 607d03c commit cb12554
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 45 deletions.
90 changes: 46 additions & 44 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,64 +1,66 @@
## [1.0.7] Coming soon
* Open tweet detail when clicked on push notification if user tag available
* Display in-app notification on user follow
* Added pinch to zoom on profile and Tweet.
* Retweet post without adding adding comment.
* User can update profile banner.
* Share tweet link to other social media apps.
* Share user profile link to other social media apps.
* Enable copy tweet link to clipboard.
* Share tweet link on other social media apps.
* Capture tweet as image and share on other social media apps with tweet link and description.
* Added user profile qr code generator and scanner.
* New comment will be displayed on top.
* Added link preview in tweet.
* Bug fixed and performance improvements.
* Display suggested users list to follow
* Follow/Un-follow user from follower/following users list
## [1.0.7] - 06 Feb 2022

- Open tweet detail when clicked on push notification if user tag available
- Display in-app notification on user follow
- Added pinch to zoom on profile and Tweet.
- Retweet post without adding adding comment.
- User can update profile banner.
- Share tweet link to other social media apps.
- Share user profile link to other social media apps.
- Enable copy tweet link to clipboard.
- Share tweet link on other social media apps.
- Capture tweet as image and share on other social media apps with tweet link and description.
- Added user profile qr code generator and scanner.
- New comment will be displayed on top.
- Added link preview in tweet.
- Bug fixed and performance improvements.
- Display suggested users list to follow
- Follow/Un-follow user from follower/following users list

## [1.0.6] - 17 Jul 2020

* In user profile page three tabs are added to filter tweet and comment tweet and tweet with media.
* User profile pic view added to view user profile picture.
* User can tag other users in tweet, comment and in retweet.
* A notification will send to you if someone tag you in a tweet.
* After tapping on notification from system notification tray, you will redirect to user profile who tagged you.
* You can check the tweet on his profile.
* Chat list sorted by last message.
* Last message and message time is added on chat userlist page.
* Performance improved
- In user profile page three tabs are added to filter tweet and comment tweet and tweet with media.
- User profile pic view added to view user profile picture.
- User can tag other users in tweet, comment and in retweet.
- A notification will send to you if someone tag you in a tweet.
- After tapping on notification from system notification tray, you will redirect to user profile who tagged you.
- You can check the tweet on his profile.
- Chat list sorted by last message.
- Last message and message time is added on chat userlist page.
- Performance improved

## [1.0.5] - 15 Apr 2020

* Notification on chat message in system tray.
* Now if user click on comment Tweet it's parent tweet will visible in detail.
* Google login button added on signup page.
* Null value alert issue on forgot password fixed
* Hash tags font weight and size issue fixed.
- Notification on chat message in system tray.
- Now if user click on comment Tweet it's parent tweet will visible in detail.
- Google login button added on signup page.
- Null value alert issue on forgot password fixed
- Hash tags font weight and size issue fixed.

## [1.0.4] - 04 Apr 2020

* User sort feature added on user search page.
* Added pull to refresh on search page.
* Newest Tweet will show first in Tweet list.
* Newest comment tweet will show first in comment Tweet list.
- User sort feature added on user search page.
- Added pull to refresh on search page.
- Newest Tweet will show first in Tweet list.
- Newest comment tweet will show first in comment Tweet list.

## [1.0.3] - 31 Mar 2020

* Google login failed bug fix
* Email login at first time bug fix.
- Google login failed bug fix
- Email login at first time bug fix.

## [1.0.2] - 30 Mar 2020

* Added users list who liked tweet.
* User can view nested profile view.
* User can view their following and follower's profile.
* Bug fix and performance improvement.
- Added users list who liked tweet.
- User can view nested profile view.
- User can view their following and follower's profile.
- Bug fix and performance improvement.

## [1.0.1] - 27 Mar 2020

* Added Retweet functionality.
* Show Retweet count on tweet.
- Added Retweet functionality.
- Show Retweet count on tweet.

## [1.0.0] - 22 Mar 2020

* Initials Launch
- Initials Launch
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
additional functionality it is fine to subclass or reimplement
FlutterApplication and put your custom class here. -->
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.CAMERA"/>
<application
android:name="io.flutter.app.FlutterApplication"
android:label="Fwitter"
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: A new Flutter project.
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.6+11
version: 1.0.7+12

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down

0 comments on commit cb12554

Please sign in to comment.