Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate to ViewBinding in some activities. | Docile-Alligator | 2024-04-28 | 1 | -1/+0 |
| | |||||
* | Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1508. ↵ | Docile-Alligator | 2023-09-18 | 1 | -10/+15 |
| | | | | Minor UI tweaks in SearchActivity. | ||||
* | Added a button to clear all recent searches. (#1487) | Abhishek | 2023-09-14 | 1 | -2/+12 |
| | | | | | | | | * Added a button to clear all recent searches. - Deletes all the searches for the current user from the database. - Delete icon placed at the end of subreddit name layout in the activity search layout(I couldn't find a better place for it). _Icon visible only when there are recent searches. * Confirmation dialog shows when clearing all search history. | ||||
* | Allow parallel installation of debug and release versions (#636) | sal0max | 2022-09-21 | 1 | -2/+2 |
| | | | | | | * Allow parallel installation of debug and release versions ...by adding '.debug' suffix to application id * add separate app name resource for debug build | ||||
* | Added a clear search bar text button (#1063) | MChen321 | 2022-09-09 | 1 | -0/+10 |
| | |||||
* | Add a link handler in SearchActivity. | Docile-Alligator | 2022-06-03 | 1 | -11/+28 |
| | |||||
* | Use EditText instead of SimpleSearchView in SearchActivity. | Docile-Alligator | 2022-06-01 | 1 | -22/+18 |
| | |||||
* | Fix clicking a subreddit in subreddit suggestions goes to the subreddit page ↵ | Alex Ning | 2021-08-25 | 1 | -1/+2 |
| | | | | instead of returning the subreddit name in several activities. | ||||
* | Suggest subreddits when searching. | Alex Ning | 2021-06-30 | 1 | -9/+0 |
| | |||||
* | Remove back button in the toolbar in SearchActivity. | Alex Ning | 2021-05-15 | 1 | -1/+0 |
| | |||||
* | Add an option to disable search history. | Alex Ning | 2020-12-02 | 1 | -2/+4 |
| | |||||
* | Display search history in SearchActivity. Save suggested sort type and nsfw ↵ | Alex Ning | 2020-09-29 | 1 | -24/+50 |
| | | | | info in database for SubredditData. Fix an issue in parsing posts. | ||||
* | Changing font is available. Fix subtitle on toolbar being cut if the font is ↵ | Alex Ning | 2020-06-10 | 1 | -2/+2 |
| | | | | large. | ||||
* | Prepare to add different font support. | Alex Ning | 2020-06-10 | 1 | -2/+4 |
| | |||||
* | Remove unused attributes. Fix loading images using GlideImageGetter after ↵ | Alex Ning | 2020-04-18 | 1 | -2/+0 |
| | | | | the activity is destroyed. | ||||
* | Implement custom multiple themes (Buggy). | Alex Ning | 2020-03-15 | 1 | -0/+2 |
| | |||||
* | Still prepare to add different themes. | Alex Ning | 2020-02-27 | 1 | -2/+2 |
| | |||||
* | AMOLED dark theme is now available. | Alex Ning | 2019-10-03 | 1 | -1/+3 |
| | |||||
* | Minor UI tweaks. Fix UI issues in dark theme. Fix settings activity title. | Alex Ning | 2019-09-24 | 1 | -31/+22 |
| | |||||
* | Changing font size is available. Delete duplicate Edit menu in comments. | Alex Ning | 2019-09-20 | 1 | -2/+4 |
| | |||||
* | Enabling or disabling nsfw are now available. | Alex Ning | 2019-08-22 | 1 | -2/+2 |
| | |||||
* | Refactored all the other classes to support multi user. Clearing the app ↵ | Alex Ning | 2019-08-07 | 1 | -1/+1 |
| | | | | data is required before launching the app. | ||||
* | Add a search button in ViewSubredditDetailActivity and ↵ | Alex Ning | 2019-07-18 | 1 | -47/+64 |
| | | | | ViewUserDetailActivity. Search posts in a specific subreddit is available. Rename SearchActivity to SearchResultActivity. Add SearchActivity for searching instead of searching in MainActivity. | ||||
* | Add two features: refresh searching and searching in SearchActivity. Fixed a ↵ | Alex Ning | 2019-02-26 | 1 | -5/+33 |
| | | | | bug which is the listener object is null when it is called because the parse failed in ParsePost, ParseSubredditData and ParseUserData. | ||||
* | Change SearchView style in MainActivity. Solve tab layout covering fragments ↵ | Alex Ning | 2019-02-22 | 1 | -0/+1 |
| | | | | in viewpager in SearchActivity. | ||||
* | Add a search view in MainActivity and add a SearchActivity. | Alex Ning | 2019-02-22 | 1 | -0/+43 |