apps-android-commons/app
Jason Whitmore 09638b0c9b MediaInterface.kt: fix MediaWiki API call to retrieve thumbnail URLs properly
Before this change, the API calls to MediaWiki would request thumbnails with atleast a specific width,
rather than height. These thumbnails would often be extremely low resolution on very wide images,
such as panoramas.

This change instead requests thumbnails with atleast a specific height. Panorama thumbnails are now
at a higher resolution than before. Additionally, the height parameter is now represented as an
integer which can be changed more easily.
2025-04-18 16:44:38 -07:00
..
src MediaInterface.kt: fix MediaWiki API call to retrieve thumbnail URLs properly 2025-04-18 16:44:38 -07:00
build.gradle Bump up version code to 1050 2025-04-13 13:09:19 +05:30
proguard-rules.txt app: adjust R8 rules to ensure our model classes are not obfuscated 2024-04-28 16:21:14 +05:30
test-proguard-rules.txt Update to API 28, and fix CI issues. (#2595) 2019-03-15 08:30:08 +05:30