aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/nav_header_main.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2018-07-29 12:25:55 +0000
committerAlex Ning <chineseperson5@gmail.com>2018-07-29 12:25:55 +0000
commitddc7b36e72dee19b87204beacc8322ca221b5524 (patch)
treed3e6475c0e135d732b0d2591142113c88898a491 /app/src/main/res/layout/nav_header_main.xml
parente3653eb503f4396903bcdd1423510f7c4893dde9 (diff)
downloadinfinity-for-reddit-ddc7b36e72dee19b87204beacc8322ca221b5524.tar
infinity-for-reddit-ddc7b36e72dee19b87204beacc8322ca221b5524.tar.gz
infinity-for-reddit-ddc7b36e72dee19b87204beacc8322ca221b5524.tar.bz2
infinity-for-reddit-ddc7b36e72dee19b87204beacc8322ca221b5524.tar.lz
infinity-for-reddit-ddc7b36e72dee19b87204beacc8322ca221b5524.tar.xz
infinity-for-reddit-ddc7b36e72dee19b87204beacc8322ca221b5524.tar.zst
infinity-for-reddit-ddc7b36e72dee19b87204beacc8322ca221b5524.zip
Save subscribed subreddits and users to the SQLite database by using Room Persistence Library. Add a following section in the navigation drawer to display all the followed users. Add a NestedScrollView in the navigation drawer to wrap all the elements. Disable nested scrolling feature in all the RecyclerViews in the navigation drawer.
Diffstat (limited to 'app/src/main/res/layout/nav_header_main.xml')
0 files changed, 0 insertions, 0 deletions
en showing and hiding the keyboard in ↵Alex Ning2-14/+14 ViewPrivateMessagesActivity. 2020-07-02Changing ost layout in AccountSavedThingActivity is available.Alex Ning2-1/+33 2020-07-01Read all the replies when replying a message. Update the replied message in ↵Alex Ning6-14/+97 InboxFragment. 2020-07-01Replying to messages is now available. Remove CollapsingToolbarLayout in ↵Alex Ning10-130/+326 ViewPrivateMessagesActivity. Scroll to bottom when entering ViewPrivateMessagesActivity. 2020-07-01Add an EditText and a send button in ViewPrivateMessagesActivity. Rewrite ↵Alex Ning5-61/+124 the code of fetchUserAvatar in ViewPrivateMessagesActivity. 2020-06-30Implemente a chat UI for private messages.Alex Ning7-67/+308 2020-06-29Show all the messages in ViewPrivateMessagesActivity.Alex Ning7-15/+211 2020-06-29Add ViewPrivateMessagesActivity. Rename getSharedPreferences to ↵Alex Ning44-102/+394 getDefaultSharedPreferences in BaseActivity. 2020-06-29Test WorkManager. Still implementing PM.Alex Ning4-17/+66 2020-06-27Add another tab for PM in ViewMessageActivity.Alex Ning7-158/+190 2020-06-23Hide actionbar on imgur images too.Hermes Junior2-3/+20 2020-06-23For F-Droid release.Alex Ning1-5/+5 2020-06-23Prepare to support PM.Alex Ning5-10/+203 2020-06-23Fix flair cannot be applied when submitting posts. Fix crash in ↵Alex Ning7-12/+16 FollowedUsersRecyclerViewAdapter. 2020-06-22Remove unnecessary maven repositories.Hermes Junior1-3/+0 2020-06-21Add Fastlane file structure for app metadata.Hermes Junior12-0/+37 2020-06-21Improve removed thing not found detection.Hermes Junior2-25/+33 2020-06-20Probably fix blurred images this time.Hermes Junior2-12/+12 2020-06-20Try another possible solution for blurry image problem.Alex Ning2-15/+16 2020-06-20Add 2 options for notification interval: 15 minutes and 30 minutes.Alex Ning2-8/+13 2020-06-20Add an option to automatically try loading removed gfycat videos on Redgifs.Alex Ning8-55/+85 2020-06-20Add an option: Mute Autoplaying Videos.Alex Ning12-15/+60 2020-06-19Add version info to about section.Hermes Junior4-1/+30