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.
4 years ago
Ammar Githam
96da16ff84
Convert Post view to a regular fragment instead of dialog.
Added global fragment animations too
4 years ago
Austin Huang
0dc33d0b35
fix private page layout/refresh issue, plus close #799
4 years ago
Austin Huang
b2e784deb8
close #306 and close #310
4 years ago
Ammar Githam
6bfb6e1bf3
Put collapsing toolbar layout views in the main layout to improve scroll behaviour.
This removes the spaghetti required to make scroll behaviours work.
4 years ago
Ammar Githam
a83664d6d9
Fix hanging follow and DM buttons in private profile view
5 years ago
Ammar Githam
cc9cab9c15
Migrate Profile bio and url views to RamboTextViewV2
5 years ago
Austin Huang
f3c50e87c4
small fixes and general maintenance (see desc)
* post view:
1. show username in bold, and full_name on the side
2. fix comment & control button hide timing
* layout: show username instead of full_name in grids
* profile: fix whitespace on avatar
* dm: add FELIX_SHARE as a message type
* general maintenance
5 years ago
Ammar Githam
efd9a9c29d
Update Discover tab
5 years ago
Ammar Githam
0a67e859e0
Add PostsRecyclerView to ProfileFragment
5 years ago
Ammar Githam
6bf59e83ad
Initial commit for new posts layout
5 years ago
Austin Huang
03f52d5058
highlight fix, also better verified badge
5 years ago
Austin Huang
a0b43ce388
restore copy bio
5 years ago
Austin Huang
ab37c2d72b
dm button on profile?! (quick & dirty warning)
5 years ago
Ammar Githam
cf974a74f3
Add favorites, also fixes the hashtag follow, and some theming
5 years ago
Ammar Githam
5c0ba88210
Make profile view appbar non elevated, and better scrolling effect
5 years ago
Ammar Githam
01fe50fa7d
Convert profile view top from nested layout to flat constraint view
5 years ago
Ammar Githam
4efd2cb6ac
Add highlights back to ProfileFragment
5 years ago
Austin Huang
7807fe7f59
eye candy and settings compatibility
5 years ago
Ammar Githam
3f6c74d671
Tabs! Fragments! WIP!
5 years ago
Ammar Githam
da98cff507
Update Feed view, check description
Changes:
1. Separate out view holders for feed post types.
2. Improve performance for binding.
4. Initiating migration from Glide to Fresco, as performance of Fresco is way better.
3. Prefetch feed view thumbnails to get aspect ratio, to improve layout performance.
4. If auto play is off, the videos in feed are not loaded until play is pressed.
5. Lots of optimizations here and there.
5 years ago
Austin Huang
7ddf356de9
layout finalization
5 years ago
Ammar Githam
31d02b3e12
Make Appbar in profile view scrollable
5 years ago
Ammar Githam
c1b113e275
Add AMOLED dark theme
5 years ago
Ammar Githam
53e4c4807b
extract profile view and feed view in separate layout files
5 years ago