aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/RedditDataRoomDatabase.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Save multireddit path and display name in RecentSearchQuery. App data should ...Docile-Alligator2024-08-221-0/+2
* Update database migration.Docile-Alligator2024-08-211-1/+1
* Save 'Search in' in RecentSearchQuery.Docile-Alligator2024-08-151-2/+10
* Start implementing display mode for CommentFilter.Docile-Alligator2024-07-181-2/+10
* Remove USER_TYPE in CommentFilterUsage. Add exclude users in comment filter.Docile-Alligator2023-10-211-1/+1
* Continue adding comment filter.Docile-Alligator2023-10-171-0/+6
* Continue adding comment filter.Docile-Alligator2023-10-161-1/+5
* Continue adding comment filter.Docile-Alligator2023-10-161-2/+11
* Update color for the new theme item.Docile-Alligator2023-09-191-1/+1
* New theme item: filled card view background color and read post filled card v...Docile-Alligator2023-09-191-2/+10
* Minor code improvements (#1218)Anatolii Afanasev2022-11-191-19/+11
* Read posts history is available.Docile-Alligator2022-07-131-2/+28
* feat: add Edit Profileratabb2021-10-301-2/+9
* Version 5.1.0-beta1. Update translation. New languages: Czech and Romanian. F...Alex Ning2021-10-171-2/+1
* New options in post filter: Title: contains keywords, Title: contains regex, ...Alex Ning2021-10-161-0/+3
* New theme options: Media Indicator Icon Color and Media Indicator Background ...Alex Ning2021-10-141-0/+2
* Sort recent searches by search time.Alex Ning2021-10-141-0/+1
* Create multireddits in anonymous mode.Alex Ning2021-09-261-1/+2
* Prepare to support anonymous multireddit.Alex Ning2021-09-241-2/+15
* Change several colors in Indigo theme.Alex Ning2021-06-111-1/+1
* Version 4.3.0-beta2. Fix SQL migration issue when updating from version 18 to...Alex Ning2021-04-111-1/+1
* New post filter option: exclude domains.Alex Ning2021-03-261-2/+9
* Start adding anonymous subscriptions.Alex Ning2021-03-041-2/+9
* Change some colors. Add a current user icon.Alex Ning2021-02-261-1/+1
* Upvote ratio and different username color for comments sent by the current ac...Alex Ning2021-02-261-2/+11
* Switch to anonymous mode when updating the app. Save profile image url to Sha...Alex Ning2021-01-231-2/+9
* Remove SubredditFilter completely.Alex Ning2020-12-261-6/+9
* Save post filter to database.Alex Ning2020-12-251-2/+27
* Rewrite DownloadRedditVideoService to run the service in a background thread.Alex Ning2020-12-221-1/+2
* Mark posts as read.Alex Ning2020-12-071-2/+2
* Prepare to add a new feature: hide read posts.Alex Ning2020-12-071-1/+18
* Lowercase package names.Alex Ning2020-11-181-18/+18
* Rename NoPreviewLinkBackgroundColor to NoPreviewPostTypeBackgroundColor. NoPr...Alex Ning2020-11-071-2/+10
* Add an option to filter subreddits in popular and all.Alex Ning2020-10-281-2/+14
* Show correct karma in ViewUserDetailActivity. Show a warning if nsfw is enabl...Alex Ning2020-10-141-2/+16
* Display search history in SearchActivity. Save suggested sort type and nsfw i...Alex Ning2020-09-291-2/+22
* Fixed some default colors.Alex Ning2020-07-061-2/+2
* Remove ParseAndSaveAccountInfo and move the code to FetchMyInfo. Move some cl...Alex Ning2020-07-061-4/+4
* Add more themeing options for links, private messages, etc. Restructure class...Alex Ning2020-07-031-2/+25
* Fix the color of award cannot be changed. Prepare to show user comment karma,...Alex Ning2020-05-021-2/+23
* Add awards background and text color to custom theme. Show only the number of...Alex Ning2020-04-181-2/+11
* Fix database migration issue.Alex Ning2020-04-011-2/+1
* Start implementing custom theme settings.Alex Ning2020-03-191-2/+3
* Immersive Interface is now available on Android 8.0. Add ThemePreferenceFragm...Alex Ning2020-03-181-8/+18
* Add a custom theme table in database.Alex Ning2020-03-051-2/+42
* View subreddit sidebar is now available.Alex Ning2019-12-301-2/+10
* Show MultiReddits list.Alex Ning2019-12-131-2/+20
* Fixed a bug that if multiple accounts have the same subscribed subreddits and...Alex Ning2019-10-201-2/+26
* Favorite and unfavorite subreddits are now available.Alex Ning2019-10-091-1/+14
* Clean up code.Alex Ning2019-09-291-8/+12