Skip to content

Commit cb12554

Browse files
committed
🔖 Release android v1.0.7
1 parent 607d03c commit cb12554

File tree

3 files changed

+48
-45
lines changed

3 files changed

+48
-45
lines changed

CHANGELOG.md

+46-44
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,66 @@
1-
## [1.0.7] Coming soon
2-
* Open tweet detail when clicked on push notification if user tag available
3-
* Display in-app notification on user follow
4-
* Added pinch to zoom on profile and Tweet.
5-
* Retweet post without adding adding comment.
6-
* User can update profile banner.
7-
* Share tweet link to other social media apps.
8-
* Share user profile link to other social media apps.
9-
* Enable copy tweet link to clipboard.
10-
* Share tweet link on other social media apps.
11-
* Capture tweet as image and share on other social media apps with tweet link and description.
12-
* Added user profile qr code generator and scanner.
13-
* New comment will be displayed on top.
14-
* Added link preview in tweet.
15-
* Bug fixed and performance improvements.
16-
* Display suggested users list to follow
17-
* Follow/Un-follow user from follower/following users list
1+
## [1.0.7] - 06 Feb 2022
2+
3+
- Open tweet detail when clicked on push notification if user tag available
4+
- Display in-app notification on user follow
5+
- Added pinch to zoom on profile and Tweet.
6+
- Retweet post without adding adding comment.
7+
- User can update profile banner.
8+
- Share tweet link to other social media apps.
9+
- Share user profile link to other social media apps.
10+
- Enable copy tweet link to clipboard.
11+
- Share tweet link on other social media apps.
12+
- Capture tweet as image and share on other social media apps with tweet link and description.
13+
- Added user profile qr code generator and scanner.
14+
- New comment will be displayed on top.
15+
- Added link preview in tweet.
16+
- Bug fixed and performance improvements.
17+
- Display suggested users list to follow
18+
- Follow/Un-follow user from follower/following users list
19+
1820
## [1.0.6] - 17 Jul 2020
1921

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

3032
## [1.0.5] - 15 Apr 2020
3133

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

3840
## [1.0.4] - 04 Apr 2020
3941

40-
* User sort feature added on user search page.
41-
* Added pull to refresh on search page.
42-
* Newest Tweet will show first in Tweet list.
43-
* Newest comment tweet will show first in comment Tweet list.
42+
- User sort feature added on user search page.
43+
- Added pull to refresh on search page.
44+
- Newest Tweet will show first in Tweet list.
45+
- Newest comment tweet will show first in comment Tweet list.
4446

4547
## [1.0.3] - 31 Mar 2020
4648

47-
* Google login failed bug fix
48-
* Email login at first time bug fix.
49+
- Google login failed bug fix
50+
- Email login at first time bug fix.
4951

5052
## [1.0.2] - 30 Mar 2020
5153

52-
* Added users list who liked tweet.
53-
* User can view nested profile view.
54-
* User can view their following and follower's profile.
55-
* Bug fix and performance improvement.
54+
- Added users list who liked tweet.
55+
- User can view nested profile view.
56+
- User can view their following and follower's profile.
57+
- Bug fix and performance improvement.
5658

5759
## [1.0.1] - 27 Mar 2020
5860

59-
* Added Retweet functionality.
60-
* Show Retweet count on tweet.
61+
- Added Retweet functionality.
62+
- Show Retweet count on tweet.
6163

6264
## [1.0.0] - 22 Mar 2020
6365

64-
* Initials Launch
66+
- Initials Launch

android/app/src/main/AndroidManifest.xml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
additional functionality it is fine to subclass or reimplement
88
FlutterApplication and put your custom class here. -->
99
<uses-permission android:name="android.permission.INTERNET"/>
10+
<uses-permission android:name="android.permission.CAMERA"/>
1011
<application
1112
android:name="io.flutter.app.FlutterApplication"
1213
android:label="Fwitter"

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: A new Flutter project.
1111
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1212
# Read more about iOS versioning at
1313
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
14-
version: 1.0.6+11
14+
version: 1.0.7+12
1515

1616
environment:
1717
sdk: ">=2.12.0 <3.0.0"

0 commit comments

Comments
 (0)