aboutsummaryrefslogtreecommitdiff
path: root/app (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-07Prepare to add composing private message feature.Alex Ning13-5/+327
2020-07-06Show a preview image before autoplaying video is loaded.Alex Ning3-2/+28
2020-07-06Set color of received and sent messages, and send message button.Alex Ning5-25/+37
2020-07-06Fixed some default colors.Alex Ning4-31/+31
2020-07-06Add two more comments in theme preview.Alex Ning5-6/+356
2020-07-06Remove ParseAndSaveAccountInfo and move the code to FetchMyInfo. Move some cl...Alex Ning51-201/+169
2020-07-06Fix notification interval not properly set for 15 and 30 mins.Alex Ning3-16/+17
2020-07-05Fix link color not change in MessageRecyclerViewAdapter and PrivateMessagesDe...Alex Ning2-1/+13
2020-07-05Fix themeing problems for recently-added features.Alex Ning4-17/+36
2020-07-03Add more themeing options for links, private messages, etc. Restructure class...Alex Ning41-283/+568
2020-07-03Fully collapsing comments is now available (barebone).Alex Ning7-18/+216
2020-07-02Add an option to change time format. Properly show message time in ViewPrivat...Alex Ning20-127/+243
2020-07-02Open message tab in InboxActivity when opening a message notification.Alex Ning7-18/+21
2020-07-02Maintain RecyclerView position when showing and hiding the keyboard in ViewPr...Alex Ning2-14/+14
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 I...Alex Ning6-14/+97
2020-07-01Replying to messages is now available. Remove CollapsingToolbarLayout in View...Alex Ning10-130/+326
2020-07-01Add an EditText and a send button in ViewPrivateMessagesActivity. Rewrite the...Alex Ning5-61/+124
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 getDefaultSha...Alex Ning44-102/+394
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 FollowedUsers...Alex Ning7-12/+16
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
2020-06-18Fix "See Removed" icon dark on dark mode.Hermes Junior1-0/+9
2020-06-18Exclude transitive dependency from Google GMS.Hermes Junior1-1/+3
2020-06-18Enable EventBus Index, avoids reflection, and better performance.Hermes Junior2-1/+12
2020-06-17Fix swipe on two missed activities.Hermes Junior2-12/+46
2020-06-17Add preferences label and divider in nav drawer.Hermes Junior2-5/+8
2020-06-17Add icons to sort bottom sheets.Hermes Junior14-153/+294
2020-06-17Fix themeing issues in ViewImageOrGifActivity and ViewImgurMediaActivity.Alex Ning2-0/+4
2020-06-17Allow sliding back on all activities.Hermes Junior33-104/+291
2020-06-17Add some padding between markdown paragraghs. Delete Caveat font.Alex Ning12-45/+5
2020-06-17Probably fix duplicate posts problem.Alex Ning2-2/+5
2020-06-17Fix text color in SetAsWallpaperBottomSheet.Alex Ning5-7/+5
2020-06-17Add FontPreviewFragment. Add some fonts and delete some.Alex Ning33-89/+219
2020-06-16Implement "see removed" for other types of posts. Improve removed thing detec...Hermes Junior5-6/+50
2020-06-16Fix crash for non selftext posts.Hermes Junior2-2/+2
2020-06-16Implement option to see removed post.Hermes Junior8-3/+149
2020-06-16Refactor menu setup.Hermes Junior1-189/+71