Skip to content

MkIIIv83

Compare
Choose a tag to compare
@green-green-avk green-green-avk released this 03 Sep 00:46
· 37 commits to master since this release
MkIIIv83_release
75d7288
  • Proper terminal text trim when copying to clipboard (ANRs eased).
  • Fixed: a misprint in the terminal attributes memory reallocation code.

Flavors

Features
googleplay - published on Google Play (not here anymore, see redist flavor)
- API 33
- allows user-added CAs for termsh web requests (API 24 and higher)
oldgood - published here for compatibility purposes
- not recommended for Androids > 12
- API 28
- AppID suffix: .oldgood
- allows user-added CAs for termsh web requests (API 24 and higher)
- android.permission.CAMERA has been added in order to resolve issue #29
redist - published here for some extra features
- API 33
- AppID suffix: .redist
- allows user-added CAs for termsh web requests (API 24 and higher)
- android:requestLegacyExternalStorage="true"
- android.permission.CAMERA has been added in order to resolve issue #29
Versioning
versioned for standard versioning lovers - downgrade may be a bit painful as there is no way to preserve the application data in regular Android builds.
downgradable for easy downgrade:
- the versionCode attribute is fixed;
- the releaseVersionCode application metadata bundle field is used to show the actual version code.

Disclaimer