Compare commits

..

No commits in common. "47dd2722e1e7e62c2a1e63647d0600ae84805536" and "53c1980fa627f14e3f356f6829cc0910d13746c6" have entirely different histories.

3 changed files with 6 additions and 19 deletions

View File

@ -11,8 +11,8 @@ android {
applicationId "corewala.gemini.buran"
minSdkVersion 21
targetSdkVersion 30
versionCode 12
versionName "v1.11"
versionCode 11
versionName "v1.10"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -1,9 +1,5 @@
Changelog:
- Default homepage is stored locally
- Only the latest request is rendered
- Back button cancels current request
- Lots of bugfixes
* Default homepage is stored locally
* Only the latest request is rendered
* Back button cancels current request
* Lots of bugfixes

View File

@ -1,9 +0,0 @@
Changelog:
- HTTP proxy support
- Previous scroll position is stored
- Local links and redirects are fixed
- Minor tweaks and bugfixes