aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fragment_post.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix cannot tap to retry in PostFragment. Show correct title in ↵Alex Ning2021-04-101-13/+13
| | | | AdvancedPreferenceFragment.
* Anonymous subreddit subscription is available.Alex Ning2021-03-041-14/+13
|
* Lowercase package names.Alex Ning2020-11-181-2/+2
|
* Prepare to add different font support.Alex Ning2020-06-101-1/+2
|
* Add an option for video autoplay. Rewrite some viewholders in ↵Alex Ning2020-04-301-6/+0
| | | | PostRecyclerViewAdapter.
* Move onClickListeners to ViewHolders in PostRecyclerViewAdapter. Pause video ↵Alex Ning2020-04-301-1/+1
| | | | after fragment pause.
* Buggy video and Gif autoplay.Alex Ning2020-04-291-1/+7
|
* Swipe down to refresh is available in other activities.Alex Ning2019-11-191-2/+1
|
* Swiping to refresh posts is now available.Alex Ning2019-11-151-14/+11
|
* AMOLED dark theme is now available.Alex Ning2019-10-031-1/+1
|
* Change project structures.Alex Ning2019-09-291-1/+1
|
* Changing font size is available. Delete duplicate Edit menu in comments.Alex Ning2019-09-201-1/+2
|
* Fixed controller position and margin in ViewVideoActivity. Minor UI tweaks.Alex Ning2019-08-291-0/+1
|
* Set item offset in Postfragment when using StaggeredGridLayoutManager. Minor ↵Alex Ning2019-08-291-0/+1
| | | | UI tweaks.
* Fixed getting same notifications for different accounts (for real this ↵Alex Ning2019-08-211-1/+0
| | | | time). Add a settings acivity but with no use now. Minor bugs fixed. Minor UI tweaks.
* Make navigation bar and status bar transparent to display posts, comments, ↵Alex Ning2019-08-101-1/+2
| | | | subreddits and users under them. Minor UI tweaks for bottom sheet fragments.
* Refactored all the other classes to support multi user. Clearing the app ↵Alex Ning2019-08-071-1/+1
| | | | data is required before launching the app.
* Dark theme support.Alex Ning2019-05-071-0/+1
|
* Hide Toolbar when scrolling content up.Alex Ning2019-04-231-8/+0
|
* Migrate to AndroidXAlex Ning2019-02-211-3/+3
|
* Fixed the user's posts cannot be loaded. Refreshing in MainActivity also ↵Alex Ning2019-01-221-4/+4
| | | | refreshes user info, subscribed users and subreddits. Enlarge the area which contains subreddit or user name and icon for easier touching.
* Display a MaterialLoadingProgressBar instead of a ProgressBar when loading ↵Alex Ning2018-12-271-2/+4
| | | | posts. Correctly handle the visibility of the MaterialLoadingProgressBar when loading posts.
* Display a custom error view when there is something wrong when loading best ↵Alex Ning2018-08-301-0/+22
| | | | posts. Probably fix a bug that holder.getAdapterPosition() returns -1 when loading subreddit icons in the RecyclerView of PostFragment. Subreddit banners are parsed correctly in ParseSubscribedThing. Check if the api call is successful in onResponse. Rewrite some methods.
* Rename some classes and layout resources. Feature added: view posts in ↵Alex Ning2018-08-201-0/+30
ViewSubredditDetailActivity.