Skip to content

Commit 2e342c4

Browse files
authored
Add changelog file (#61)
* Add changelog file * Remove testOnly flag completely
1 parent 6fdf9be commit 2e342c4

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# Specifies the JVM arguments used for the daemon process.
1111
# The setting is particularly useful for tweaking memory settings.
1212
android.enableJetifier=true
13+
android.injected.testOnly=false
1314
android.useAndroidX=true
1415
org.gradle.jvmargs=-Xmx1536m
1516

0 commit comments

Comments
 (0)