1
0
mirror of https://github.com/KokaKiwi/BarInsta synced 2024-09-28 05:37:29 +00:00
Commit Graph

205 Commits

Author SHA1 Message Date
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
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
Austin Huang
e4f224763a
oops 2021-04-30 11:36:37 -04:00
Austin Huang
a352ca6bf2
removing redundant element 2021-04-30 11:35:11 -04: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
c859669ac1 Add search fragment with recent searches 2021-04-14 00:17:23 +09:00
Ammar Githam
122f9b2381 Fix highlights overlapping counts 2021-04-03 23:49:54 +09:00
Austin Huang
dc1119c604
Merge branch 'master' into pr/850 2021-03-26 22:27:47 -04:00
Austin Huang
0dc33d0b35
fix private page layout/refresh issue, plus close #799 2021-03-26 22:24:00 -04:00
Austin Huang
1d73a0cde1
close #846 2021-03-26 21:00:33 -04:00
Ammar Githam
926ebca9e9 Set dm colors for Light themes. Also some dm fixes. 2021-03-25 21:07:16 +09:00
Ammar Githam
b9d75af03c Merge branch 'master' into bottombar_redesign 2021-03-24 23:40:31 +09:00
Ammar Githam
9fe896bc65 Customise screen/tab order 2021-03-24 22:24:36 +09:00
Austin Huang
fa1f5d2b72
retire LocationFetcher and enforce consistency 2021-03-22 18:04:45 -04:00
Ammar Githam
71e1b9c03c
Merge branch 'bottombar_redesign' into bottombar_redesign 2021-03-23 00:16:58 +09:00
Austin Huang
72e99aeff8
various improvements
see the following comment on #814
2021-03-21 20:11:35 -04:00
Austin Huang
700711f5f3
Merge branch 'master' into master 2021-03-20 11:30:59 -04:00
Ammar Githam
0903804523 Remove icu4j dependency 2021-03-20 10:32:13 +09:00
zerrium
10f5d91a42 Fixed Edit Keyword Filters dialog settings 2021-03-19 18:26:44 +07:00
zerrium
a4c99568ef Added settings for KeywordFilter 2021-03-19 16:19:27 +07:00
Austin Huang
e3783ffcee
oops 2021-03-17 16:52:07 -04:00
Austin Huang
046ea3de40
Merge branch 'master' into pr/753 2021-03-16 15:59:58 -04:00
Ammar Githam
6d73528387 Send stickers and gifs in DM 2021-03-16 01:48:39 +09:00
Ammar Githam
faee351a11 Updating profile details count divider to use item_pref_divider, for consistency 2021-03-15 21:20:04 +09:00
Ammar Githam
b32cd66d9e Fix Toolbar color, and semi-transparent window bg. 2021-03-15 21:16:37 +09:00
Austin Huang
96d93a70f7
close #782, close #787 2021-03-14 23:34:46 -04:00
Ammar Githam
a6d8de87ea Merge remote-tracking branch 'origin/dm-notifications-enhancements' into dm-notifications-enhancements 2021-03-14 00:22:09 +09:00
Ammar Githam
df5a96e035 DM sync service 2021-03-14 00:21:31 +09:00
Austin Huang
d6539bddc5
Merge branch 'master' into dm-notifications-enhancements 2021-03-05 14:21:24 -05:00
Austin Huang
8105462acb
add suggestion chaining 2021-03-05 14:06:27 -05:00
Austin Huang
508a80be53
changing profile layout... again 2021-03-05 11:44:42 -05:00
Ammar Githam
605f15ee3a Merge branch 'master' into dm-notifications-enhancements 2021-03-03 20:06:51 +09:00
Austin Huang
de86668caf
regular maintenance
1. fix notification can't open post + remove duplicate code
2. optimize bio (long)click mechanism
3. remove the old deprecated RamboTextView and its MentionClickListener
2021-03-02 21:37:26 -05:00
Ammar Githam
a7a595f8d4 Centralised syncing of inbox. 2021-02-28 00:59:55 +09:00
Ammar Githam
5e3aed38b9 Add pending inbox 2021-01-24 23:39:46 +09:00
Vojtěch Hořánek
187ef83eca BottomNavigationView: show labels when selected only when logged in (more than or equal to 4 items) and always shown when logged out (less than 4 items) 2021-01-20 01:14:35 +01:00
Vojtěch Hořánek
0d9db83dc3 Redesigned the BottomNavigationView for better clarity + to match the Material Guidelines 2021-01-20 00:09:20 +01:00
Ammar Githam
6aee7ea863 Allow ending a group chat 2021-01-20 02:25:22 +09:00
Ammar Githam
10c6902c83 Merge remote-tracking branch 'origin/dm-notifications-enhancements' into dm-notifications-enhancements 2021-01-19 21:47:17 +09:00
Ammar Githam
7addb16e5c Approve/Deny new users 2021-01-19 21:46:39 +09:00
Austin Huang
117b1c1629
viewing saved collections, so half of #545 2021-01-17 14:11:15 -05:00