Commit Graph

40 Commits

Author SHA1 Message Date
c43ced8b00 Merge Reproducible Builds
This commit makes release builds reproducible. This will help folks update the app from F-Droid when it's released there.
2023-10-20 09:31:53 +02:00
8c05b6e1ea Revert gradle related changes 2023-08-21 10:09:07 +02:00
3c65bfcf1b Better sidebar for community pages 2023-08-20 21:31:40 +02:00
9872e6e806 Linkify community and user names
This commit makes user and community names clickable in post/comments. Closes #71?
2023-08-07 13:49:18 +02:00
fd499edccf Change package name 2023-07-15 13:06:40 +02:00
f2e1ffe52e Update gradle wrapper (#1006)
* Update gradle wrapper

* Update AGP, fix gradle deprecations
2022-09-09 23:24:18 +08:00
0f4ced5669 Update AGP, reorganize libraries 2021-09-24 21:07:26 -04:00
94202097b7 Reorganize and remove unused libraries 2020-12-23 17:35:41 -05:00
6284de74fe Remove test notifications. 2020-10-14 23:33:09 +08:00
7742a19abd Remove font: Bad Script. Add some bold fonts. 2020-07-15 21:40:26 +08:00
14c42ee56f Remove unnecessary maven repositories. 2020-06-22 17:28:35 +02:00
bb42cb713d Downloading videos and images is now available. 2020-06-04 00:28:05 +08:00
bac83aa1c7 Rearrange dependencies and update some 2020-04-22 12:09:10 -04:00
d6dd171ac4 Editing multireddits is now available. 2020-04-04 16:10:25 +08:00
3d9d98467a Fix post card has empty space under vote buttons once again by upgrading google's material library. Add an Okhttp3 interceptor for debug usage. 2020-02-21 17:50:49 +08:00
805ce260a2 Creating multireddit without specifying subreddits is available. 2020-02-12 18:11:03 +08:00
b9893c6d14 Show MultiReddits list. 2019-12-13 18:08:47 +08:00
a0aae589d7 Showing elapsed time in posts and comments is available. 2019-11-12 19:31:28 +08:00
2b92b48cb5 Changing post layout in ViewSubredditDetailActivity is available. Tweak the compact post UI. Minor bugs fixed. 2019-11-11 11:42:04 +08:00
75452b764d Disable clicking comment icon in a post to submit a comment. Enlarge the icons in comments. Fix regex used to linkify subreddits and users. 2019-10-25 21:16:09 +08:00
fdca23fa14 Add a time option to some sort types. Remember the last sort type. 2019-10-14 00:08:21 +08:00
de8076539d Change gitignore file. 2019-09-30 00:25:21 +08:00
cf84a6d431 Delete something related to downloading videos. 2019-09-19 21:58:40 +08:00
a5a77fca04 View crosspost parent in ViewPostDetailActivity when clicking the crosspost icon or select Crosspost parent menu item in toolbar. Filter NSFW posts in FilteredThingActivity is now available. 2019-08-30 11:35:44 +08:00
4d4e6165f0 Add an acknowledgement page in settings. 2019-08-24 16:27:34 +08:00
eaef58037c Editing flair is now available. 2019-08-14 13:53:08 +08:00
fcc34b45d4 Use a modal bottom sheet to display post selection instead of an alert dialog. Fixed some icons. 2019-07-12 11:31:28 +08:00
ef8daed571 Minor layout tweaks. Fixed action bar color in ViewPostDetailActivity in dark mode. 2019-06-11 19:59:23 +08:00
fe4ba7501e Refresh post in ViewPostDetailActivity. 2019-06-06 12:05:11 +08:00
cd4730c649 Synchronizing voting state between PostRecyclerViewAdapter and ViewPostDetailActivity using EventBus by greenrobot. Minor bugs fixed. 2019-04-18 23:31:41 +08:00
246d4f45ab Fixed displaying wrong score when rapidly clicking vote buttons in PostRecyclerViewAdapter. 2019-04-18 17:18:19 +08:00
82d97cf732 Migrate to AndroidX 2019-02-21 17:24:23 +08:00
0d6296c1a4 Load All comments of a post using paging library. Loading comments of comments is now broken. 2019-02-12 14:37:36 +08:00
d733be6e55 Fixed the user's posts cannot be loaded. Refreshing in MainActivity also refreshes user info, subscribed users and subreddits. Enlarge the area which contains subreddit or user name and icon for easier touching. 2019-01-22 18:45:02 +08:00
45f67457fa Use Android Paging Library to load and display best posts. Loading best posts in a specific subreddit is broken. Fixed a bug which is PostViewModel's data becoming null after the app restart. Add notch support for Android Pie. 2018-12-27 11:29:02 +08:00
6e5a0e7ef3 Use AspectRatiotImageView instead of ImageView to fully display the preview images of posts and prevent scrolling jump in PostFragment and ViewPostDetailActivity. 2018-10-28 23:18:01 +08:00
86ea4c8982 Bind views using ButterKnife. Let volume controls adjust music stream in ViewVideoActivity. 2018-10-27 00:06:35 +08:00
cca0313990 Load user info after the new access token is retrieved if the old access token expired. Feature added: vote comment 2018-08-18 09:22:31 +08:00
ddc7b36e72 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. 2018-07-29 20:25:55 +08:00
1f2137dd36 First commit 2018-07-26 23:04:44 +08:00