Ammar Githam
d7621e3d82
Merge branch 'master' into feature/multistack-navigation
2021-07-11 02:56:24 +09:00
Ammar Githam
74434aa3b3
Fix re-init of fragments on tab change
2021-07-11 02:37:29 +09:00
Austin Huang
429549412a
fix notifications
2021-07-09 18:54:16 -04:00
Austin Huang
b1400e8e6f
change ratelimited info link
...
https://twitter.com/aldonogueira/status/1411390944595828738
2021-07-07 19:51:13 -04:00
Austin Huang
f0a2feeaa8
Merge branch 'master' into pr/1542
2021-07-06 17:05:01 -04:00
Austin Huang
7522b5f083
finish up stories viewer UI
...
close #537 , close #1554
2021-07-06 11:26:24 -04:00
Austin Huang
bb5244665b
story viewmodel (wip)
...
hiding the storylist doesn't work yet but everything else should be good
2021-07-05 20:11:58 -04:00
Ammar Githam
606fb986a2
Handle ActivityNotFoundException for OPEN_DOCUMENT_TREE. Fixes austinhuang0131/barinsta#1467
2021-07-06 07:48:12 +09:00
Ammar Githam
383485abec
Handle invalid custom date time format. Fixes austinhuang0131/barinsta#1499
2021-07-06 07:40:25 +09:00
Ammar Githam
97490d5c0b
Add back screen transitions with option to disable them
2021-07-04 02:40:38 +09:00
Ammar Githam
05f8b1b8e3
Migrate Navigation to 2.4.0-alpha4
...
1. 2.4.0 introduces multistack navigation. Which removes the need for NavigationExtensions
2. Organised all nav graphs into a single graph to remove global action redundancy.
2021-07-03 21:36:34 +09:00
Austin Huang
4984db4c5c
remove some unused resources
2021-07-01 20:38:14 -04:00
Austin Huang
0e788c9889
improve downloading (creating files)
...
* creating files is offloaded to task thread so it doesn't hang the ui
* add notification to inform the above happening
2021-07-01 20:26:34 -04:00
Austin Huang
8dc128563a
close #517
2021-06-30 18:13:51 -04:00
Ammar Githam
16f0a34f55
Merge branch 'master' of https://github.com/austinhuang0131/instagrabber
2021-06-30 00:43:30 +09:00
Ammar Githam
27d919e6b2
Migrate ProfileFragment to kotlin and use viewmodel
2021-06-30 00:21:10 +09:00
Austin Huang
786c567cca
allow replying to replies
2021-06-28 12:02:34 -04:00
Austin Huang
9c811a6291
show documentprovider error details
2021-06-26 13:56:47 -04:00
Austin Huang
d031998123
show proper error for download category
2021-06-22 12:11:16 -04:00
Austin Huang
ad69f7d382
saf cleanup, close #1439
2021-06-20 14:30:08 -04:00
Austin Huang
dcd00ce60b
restore stories autoplay; close #1409 (main)
2021-06-19 12:39:58 -04:00
Austin Huang
f340ab3d4c
add arabic, cc. @rex07
2021-06-18 17:59:28 -04:00
Austin Huang
f33e371ee0
chore: strings
2021-06-18 17:51:01 -04:00
Austin Huang
7345ecefd0
option to disable auto backup; close #1433
2021-06-18 16:08:32 -04:00
Austin Huang
553ca7bb68
close #1338
2021-06-17 23:57:39 -04:00
Austin Huang
f961c422ca
Merge branch 'master' into pr/934
2021-06-13 12:02:51 -04:00
Ammar Githam
742b696d17
Share posts via DM. Resolves part of austinhuang0131/barinsta#537
2021-05-23 15:57:01 +09:00
Ammar Githam
09306049d5
Add reddit post to rate limit dialog
2021-05-23 10:35:42 +09:00
Austin Huang
1c93a99533
add new languages
2021-05-21 14:54:12 -04:00
Austin Huang
608f1ca41e
unconfuse string
2021-05-21 13:34:45 -04:00
Austin Huang
ec9e28bc09
close #1267 and also simplify FriendshipService
2021-05-21 12:23:24 -04:00
Austin Huang
a462f1e6b2
Merge pull request #1190 from raniapl/stamatiap/development
...
add an alert dialog for swipe up link - fix issue #1101
2021-05-18 17:15:33 -04:00
Austin Huang
256a2ae88d
option to show keyboard immediately on search, close #1261
2021-05-18 15:48:28 -04:00
Austin Huang
85ac7478eb
fix string grammar
2021-05-18 14:48:23 -04:00
Stamatia Papageorgiou
cdb566a160
Merge branch 'austinhuang0131:master' into stamatiap/development
2021-05-16 10:09:08 +03:00
Ammar Githam
2f44255584
Some refactoring
2021-05-15 11:47:43 +09:00
Stamatia Papageorgiou
d9248d2fb9
Merge branch 'master' into stamatiap/development
2021-05-10 22:25:07 +03:00
stamatiap
13b747fc87
add string for swipe up link confirmation
2021-05-10 21:54:06 +03:00
Ammar Githam
3cc4f7b7bc
Check null url. Fixes austinhuang0131/barinsta#1192
2021-05-10 21:22:35 +09:00
Ammar Githam
3dde61d91a
Show tooltip to make user aware of expandable count. Fix FormattedNumberTextView animation.
2021-05-08 20:22:26 +09:00
Ammar Githam
2f4eff741e
Update post view layout and a height related bug. Use exo's internal layout for controls.
2021-05-08 15:49:20 +09:00
Ammar Githam
96da16ff84
Convert Post view to a regular fragment instead of dialog.
...
Added global fragment animations too
2021-05-07 20:34:31 +09:00
Ammar Githam
d8f476ea66
Fix build
2021-05-02 20:02:03 +09:00
Ammar Githam
074ee18c9d
Improve comments viewer ui and ux. Update ui for likes viewer and follows viewer.
2021-05-02 18:16:25 +09:00
Ammar Githam
1a57c4c813
Handle no map app. Fixes austinhuang0131/barinsta#1175
2021-04-29 00:22:13 +09:00
Ammar Githam
c0fb6e3a50
Fix comments input color in dark black theme. Fixes austinhuang0131/barinsta#1062
2021-04-29 00:14:12 +09:00
Ammar Githam
81a55151c1
Fix styles
2021-04-15 23:33:00 +09:00
Ammar Githam
1ee12f71f4
Merge branch 'master' into feature/search-history
2021-04-15 22:35:31 +09:00
Ammar Githam
548582a6d2
Fix options menu item background in dark black theme. Fixes https://github.com/austinhuang0131/barinsta/issues/1076
2021-04-14 01:02:42 +09:00
Ammar Githam
e69fc28ab2
Merge branch 'master' into feature/search-history
2021-04-14 00:18:25 +09:00