Skip to content

MkIIIv85

Compare
Choose a tag to compare
@green-green-avk green-green-avk released this 07 Dec 15:43
· 18 commits to master since this release
MkIIIv85_release
d3f275e
  • android:largeHeap="true" because we could need more memory.
  • ANSI terminal RTL text rendering support: Raw mode by default.
  • Non-monospace characters rendering.
  • ANSI terminal RTL text rendering support: polishing...
  • org.bouncycastle:bcprov-jdk18on:1.77.

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