aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/activities/WebViewActivity.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Migrate to ViewBinding in some activities. Remove TrendingActivity.Docile-Alligator2024-04-291-35/+22
* Move accessToken and accountName to BaseActivity.Docile-Alligator2024-01-281-0/+5
* Start implementing showing gifs and images in comments.Docile-Alligator2023-11-221-1/+1
* Fix MediaMetadata's fileName is always null.Docile-Alligator2023-11-201-1/+1
* Disable Copied toast on android 13+ (#1139)o13e2022-10-151-1/+3
* Request incognito keyboard in anonymous mode on Android 8+.Docile-Alligator2022-06-011-0/+9
* Use EditText instead of SimpleSearchView in SearchActivity.Docile-Alligator2022-06-011-1/+1
* Prevent WebView from reloading the website after orientation change in WebVie...Docile-Alligator2022-03-171-2/+17
* added "Open in browser" button to internal browser (#622)Giovanni Palmieri2022-01-151-0/+9
* Continue adding support for custom font.Alex Ning2022-01-131-0/+1
* Continue migrating to Material Design 3.Alex Ning2021-10-301-1/+1
* Refresh in WebViewActivity.Alex Ning2021-10-101-6/+3
* Add a WebView for those who do not have Chrome installed.Alex Ning2021-03-111-0/+173