1
0
mirror of https://github.com/KokaKiwi/BarInsta synced 2024-09-28 13:47:30 +00:00
Commit Graph

249 Commits

Author SHA1 Message Date
Austin Huang
75213738ab
colour fixes and whatnot 2021-07-10 21:26:14 -04:00
Austin Huang
96a377156d
Merge branch 'feature/multistack-navigation' of https://github.com/ammargitham/barinsta into pr/1542 2021-07-10 17:29:22 -04:00
Austin Huang
3dcb8c5c7d
Merge branch 'master' into pr/1542 2021-07-10 17:27:10 -04:00
Austin Huang
e78135f85a
change waterfall layout
location is bugged, does affect visually but should not affect use
2021-07-10 17:15:46 -04:00
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
036edbea10
greatly fix all the follower/ing stuff
closes #1334 (assuming)
closes #1340 (by implementing API search)
closes #1342
closes #1472
closes #1473
2021-07-07 17:14:45 -04:00
Austin Huang
f0a2feeaa8
Merge branch 'master' into pr/1542 2021-07-06 17:05:01 -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
383485abec Handle invalid custom date time format. Fixes austinhuang0131/barinsta#1499 2021-07-06 07:40:25 +09:00
Ammar Githam
55e9b17563 Remove 'Disable animation' from Posts layout preferences as it is not used 2021-07-04 02:57:42 +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
Ammar Githam
4b22489f5f Fix profile details layout sometimes broken. Fixes austinhuang0131/barinsta#1495 2021-06-30 20:37:02 +09: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
187f6c2d95
partially revert 817a1687 on layout 2021-06-28 23:01:46 -04:00
Austin Huang
817a16873c
convert FeedStoryModel to Story and Broadcast response data classes
there seems to be a toolbar problem with live stories, will check tomorrow
2021-06-28 22:34:02 -04:00
Austin Huang
37663ced30
make media shares look better 2021-06-28 17:04:20 -04:00
Austin Huang
5e016e3210
close #1447 2021-06-26 15:30:20 -04:00
Austin Huang
553ca7bb68
close #1338 2021-06-17 23:57:39 -04:00
Austin Huang
d4a20510ec
close #1339 2021-06-17 23:39:13 -04:00
Austin Huang
f961c422ca
Merge branch 'master' into pr/934 2021-06-13 12:02:51 -04:00
Austin Huang
39ddfac03b
close #1211 2021-06-12 18:41:59 -04:00
Austin Huang
118fffc074
close #1333 2021-06-06 22:24:37 -04:00
Austin Huang
5e631749b3
close #1384 2021-06-06 14:49:04 -04:00
Ammar Githam
30257a953f Further fixes for post view layout problem for some posts 2021-05-23 11:39:16 +09:00
Ammar Githam
b3680584bf Fix fullscreen mode showing bottom nav bar and fix austinhuang0131/barinsta#1292 2021-05-23 08:07:49 +09:00
Austin Huang
4a9bf1119e
show bottom navigation in pvv2 2021-05-21 16:00:40 -04:00
Austin Huang
397829942f
fix notification layout that cuts off at the bottom 2021-05-21 13:49:22 -04:00
Austin Huang
55624dbdce
Merge pull request #1219 from raniapl/raniapl/development
Disable scrolling on empty profiles - Fix issues #1093, #1135, #1061
2021-05-19 12:57:46 -04:00
Austin Huang
af4aaf6e2a
remove direct download function 2021-05-19 12:06:59 -04:00
Rania Pilioura
89139618a5 Add margin between chat bubble and bottom controls in DM
Similar previous commmit was reverted
Fix #1135
2021-05-17 05:44:19 +03:00
Rania Pilioura
3ca326d520 Merge remote-tracking branch 'upstream/master' into raniapl/development 2021-05-17 03:14:53 +03:00
Ammar Githam
e4c4f099e5 Make location single line with ellipsis. Fixes austinhuang0131/barinsta#1212 2021-05-15 12:47:22 +09:00
Ammar Githam
988033f5fd Fix verified, private icons in profile details shifting when scrolling 2021-05-15 07:07:27 +09:00
Austin Huang
429bcc4e91
fix #1255 2021-05-14 15:00:31 -04:00
Rania Pilioura
e8a4477cbc Merge branch 'master' into raniapl/development 2021-05-14 14:51:50 +03:00
Ammar Githam
cf71ca682e Update keyboard/emojipicker visiblity logic. Fixes austinhuang0131/barinsta#1181. Also check description.
This commits adds some special handling for Android 11+ users regarding keyboard visibility. Check https://github.com/android/user-interface-samples/tree/master/WindowInsetsAnimation.
2021-05-14 00:53:23 +09:00
Ammar Githam
1ede8ad4bf Fix some bottom nav bar related issues. Check description.
1. Fixed inconsistent bottom bar hiding. Since currently bottom bar cannot hide with motionlayout, keep bottom bar visible.
2. Remove unnecessary padding in location and hashtag fragment.
3. Fix the last item in more preference screen hidden under bottom bar.
2021-05-11 20:07:10 +09:00
Ammar Githam
79fe697167 Include textview left padding while calculating last line width in text messages. For austinhuang0131/barinsta#1222 2021-05-10 23:03:37 +09:00
Ammar Githam
5744a1a687 Add fullscreen mode to post view 2021-05-09 02:14:36 +09:00
Ammar Githam
fb1f3c2cd8 Due to MotionLayout, the bottom nav bar won't hide on scroll. Instead give recyclerview bottom padding to avoid last row/item being partly hidden. 2021-05-08 16:42:57 +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
Rania Pilioura
247a2b4bf5 Increase profile picture download button margin
Fix #1061
2021-05-08 06:58:43 +03:00
Rania Pilioura
798d646674 Add margin between chat bubble and bottom controls in DM
Fix #1135
2021-05-08 06:45:10 +03:00
Ammar Githam
59c8a325fe Fix collapsing toolbar with covers 2021-05-07 21:19:16 +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
a6e9a34024 Switch to use exo controls 2021-05-03 03:16:40 +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