aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-03Display a splash screen when the app starts.Alex Ning1-1/+1
2019-08-28Receiving images, videos and texts to directly submitting different kinds of ↵Alex Ning1-15/+32
posts. Fixed video was not shown after selected from picker in PostVideoActivity. Handle some cases that the posts cannot be submitted. Minor bugs fixed.
2019-08-26Changing lazy mode interval in Settings is now available.Alex Ning1-1/+2
2019-08-21Fixed getting same notifications for different accounts (for real this ↵Alex Ning1-1/+6
time). Add a settings acivity but with no use now. Minor bugs fixed. Minor UI tweaks.
2019-08-20Handle sending comment fails. Fixed snackbar hidden by keyboard in some ↵Alex Ning1-0/+1
activities. Minor bugs fixed.
2019-08-18View messages in ViewMessageActivity. Use LinkResolverActivity to handle ↵Alex Ning1-1/+7
link clicking in CustomMarkwonView. Fixed cannot load user profile image after the post is deleted.
2019-08-14Sorting gilded posts in AccountPostsActivity is available. Refreshing in ↵Alex Ning1-1/+1
AccountPostsActivity is available.
2019-08-14Current user's upvoted, downvoted, hidden, saved, gilded posts are now ↵Alex Ning1-0/+3
available to see.
2019-08-13Set NSFW and spoiler are now available.Alex Ning1-0/+2
2019-08-13Editing and deleting comments are now available.Alex Ning1-0/+5
2019-08-12Deleting and editing posts are now available.Alex Ning1-0/+5
2019-08-12Fixed nav bar icon color in dark theme. Transparent nav bar in ↵Alex Ning1-1/+2
SubredditSelectionActivity for Android version >= 8.1.
2019-08-08Log in other reddit accounts are available. Add an account switcher in the ↵Alex Ning1-2/+2
navigation drawer in MainActivity.
2019-08-06Bugs fixed related to submitting link and text posts.Alex Ning1-1/+1
2019-08-06Create PostMediaService to submit video and image posts.Alex Ning1-3/+13
2019-08-05Minor bugs related to Custom Tabs fixed. Support more reddit domains.Alex Ning1-0/+9
2019-08-05Filtering posts to specific type when the type chip is clicked in posts. ↵Alex Ning1-2/+6
Minor bugs fixed related to PostDataSource to continue loading posts.
2019-08-05Searching subreddits to post is available. Use Toolbar instead of ActionBar ↵Alex Ning1-5/+12
in various activities. Minor bugs fixed.
2019-08-02Create LinkResolverActivity to resolve the reddit links instead of resolving ↵Alex Ning1-32/+17
them in different activities. Deep link error handling is still broken.
2019-08-01Implement Deep Link to open reddit links directly in this app.Alex Ning1-4/+30
2019-07-24Capture images and videos from camera when click capture fab in ↵Alex Ning1-0/+11
PostImageActivity and PostVideoActivity. Go to user's profile after sending image post.
2019-07-18Add a search button in ViewSubredditDetailActivity and ↵Alex Ning1-1/+6
ViewUserDetailActivity. Search posts in a specific subreddit is available. Rename SearchActivity to SearchResultActivity. Add SearchActivity for searching instead of searching in MainActivity.
2019-07-18Viewing rules after pressing rules button in PostXXXActivity is available. ↵Alex Ning1-0/+4
Extend MarkwonView to support opening reddit subreddit and user links.
2019-07-14Sumbitting gif and video posts is now available.Alex Ning1-0/+5
2019-07-12Preparing to submit image posts.Alex Ning1-0/+5
2019-07-12Submitting link posts is available. Fixed force stop when a user has no post ↵Alex Ning1-0/+5
in ViewUserDetailActivity.
2019-07-11Submitting posts to subreddit is available now. Fixed User's posts cannot be ↵Alex Ning1-2/+4
all loaded.
2019-07-10Place all the subscribed subreddits and users to ↵Alex Ning1-2/+11
SubscribedThingListingActivity instead of the navigation drawer in MainActivity.
2019-07-09Minor UI tweaks. Preparing for submitting text posts.Alex Ning1-2/+5
2019-06-13Add CommentActivity for sending comments (not implemented yet). Minor UI tweaks.Alex Ning1-4/+11
2019-06-09Pause lazy mode if the user is swiping posts.Alex Ning1-2/+2
2019-02-22Add a search view in MainActivity and add a SearchActivity.Alex Ning1-5/+9
2019-01-11View user details in ViewUserDetailActivity. Follow or unfollow user is not ↵Alex Ning1-2/+2
properly implemented right now. Change users and subscribed_users databases' schemes. Press Profile in navigation drawer to view my reddit info. Press the username in the post to view that account's info.
2019-01-07New feature: Subscribe or unsubscribe to a subreddit. Allow clear text ↵Alex Ning1-1/+2
traffic in Android Pie. Rewrite some code in lambda.
2018-10-12Use Dagger 2 to inject the Retrofit singleton to classes. Minor bugs fixed.Alex Ning1-0/+1
2018-09-21Click the subreddit icon or the subreddit name to view the subreddit's ↵Alex Ning1-2/+6
details in PostFragment. Make the status bar in ViewSubredditDetailActivity translucent. Prepare to view the user's details in ViewUserDetailActivity. Minor bugs fixed.
2018-08-05Cancel loading the user's info when there is nobody logging in. Delete a ↵Alex Ning1-1/+0
line which access a deleted string resource in manifest.
2018-07-30Add the ViewSubredditActivity. Add a OnClickListener in the subscribed ↵Alex Ning1-1/+9
subreddits RecyclerView to lauch the ViewSubredditActivity.