aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_account_posts.xml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start utilizing view binding (#1013)Taco2022-09-211-6/+6
* Use FragmentContainerViewTacoTheDank2021-09-251-1/+1
* Lowercase package names.Alex Ning2020-11-181-1/+1
* Changing font is available. Fix subtitle on toolbar being cut if the font is ...Alex Ning2020-06-101-1/+2
* Remove unused attributes. Fix loading images using GlideImageGetter after the...Alex Ning2020-04-181-2/+0
* Implement custom multiple themes (Buggy).Alex Ning2020-03-151-0/+1
* AMOLED dark theme is now available.Alex Ning2019-10-031-0/+2
* Change project structures.Alex Ning2019-09-291-1/+1
* Lazy mode is available in AccountPostsActivity. Minor bugs fixed.Alex Ning2019-08-161-0/+1
* Current user's upvoted, downvoted, hidden, saved, gilded posts are now availa...Alex Ning2019-08-141-0/+39
ain/java/ml/docilealligator/infinityforreddit/VoteThing.java?id=3233ca6471af3f966b3f6dee5497421442893ff7&follow=1'>Move util classes to Utils package.Alex Ning68-43/+84 2019-11-12Showing elapsed time in posts and comments is available.Alex Ning18-77/+187 2019-11-12Show low-resolution images in compact layout. Send notifications of messages ↵Alex Ning7-48/+83 that are received after the last notification. 2019-11-11Set post layout for subreddit and user posts individually.Alex Ning10-22/+30 2019-11-11Changing post layout in other activities is available. Show username in card ↵Alex Ning11-17/+151 layout posts. 2019-11-11Changing post layout in ViewSubredditDetailActivity is available. Tweak the ↵Alex Ning7-15/+55 compact post UI. Minor bugs fixed. 2019-11-09Update README.mdDocile-Alligator1-2/+3 2019-11-08Compact post layout is available. Fixed WebView cannot be inflated on ↵Alex Ning16-213/+1454 Android Lollipop. Tweak the comment item UI. 2019-11-05Fixed IllegalStateException in SubredditSelectionActivity. Downgrade ↵Alex Ning3-67/+71 material library to fix the bugs introduced in the last update. 2019-10-29Minor UI issue fixed.Alex Ning1-1/+1 2019-10-29Fixed UI issues in posts and comments. Version 1.4.0.Alex Ning14-322/+171 2019-10-29Placing vote buttons on the right for comments is now available.Alex Ning7-24/+210 2019-10-29Make Placing vote buttons on the right an option.Alex Ning42-196/+334