File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed
Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+ ## Version 1.5 (2020-05-07)
3+ - Add option to automatically start Cuberite on device bootup
4+ - Major code rework and cleanup
5+ - Make release APKs smaller in size (use R8, remove unused locales)
6+
7+ ## Version 1.4.2 (unreleased)
8+ - Use new URL for Cuberite downloads
9+ - Use simpler method for getting contents of picked files
10+ - Several theme cleanups and corrections
11+
12+ ## Version 1.4.1 (2020-01-19)
13+ - Revert API version to 28 to allow Cuberite to run on recent devices
14+ - Use alternative method of tinting icons
15+
16+ ## Version 1.4 (2020-01-03)
17+ - Show correct progress when unpacking Cuberite
18+ - Major UI rework
19+ - Rework permission handling
20+
21+ ## Version 1.3 (2019-11-18)
22+ - Updated some translation data
23+ - Change overall design to match Cuberite's color scheme
24+ - Fix download errors on older and more recent devices
25+ - Work around Cuberite's output buffering bug
26+ - Add .nomedia file for Cuberite's server directory so it's ignored in the media picker
27+
28+ ## Version 1.2 (2017-01-16)
29+ - Added Portuguese translation (thanks to [ @yangm97 ] ( https://github.com/yangm97 ) )
30+
31+ ## Version 1.1 (2017-01-15)
32+ - Initial release
33+
34+ ## Version 1.0 (unreleased)
35+ - Initial version
Original file line number Diff line number Diff line change 1010# Specifies the JVM arguments used for the daemon process.
1111# The setting is particularly useful for tweaking memory settings.
1212android.enableJetifier =true
13+ android.injected.testOnly =false
1314android.useAndroidX =true
1415org.gradle.jvmargs =-Xmx1536m
1516
You can’t perform that action at this time.
0 commit comments