Nut
64342c96d7
Merge pull request #51 from OMGeeky/import-export-fix-1
...
Import/Export improvements
2023-01-21 13:31:28 +01:00
OMGeeky
f8649bb0a5
Cleanup
2023-01-21 12:55:16 +01:00
Nut.andor
cd8657adb4
QuickLearner 5% -> 10%
2023-01-08 00:57:36 +01:00
OMGeeky
4e2e3b370c
formatting
2022-12-08 17:56:41 +01:00
OMGeeky
c14f8f84a0
Import/Export of the worldmap changed to zip files & some clarifications
2022-12-08 00:18:28 +01:00
Nut.andor
322007e5ac
Next version number v0-8-4 68
2022-11-19 00:23:26 +01:00
Nut.andor
a993cc5a08
translation state
2022-11-05 19:07:45 +01:00
Nut.andor
155b01bdea
some new / fixed graphics
2022-11-04 22:07:10 +01:00
Nut.andor
19810b2099
Import Export
2022-11-04 21:57:27 +01:00
OMGeeky
3bea24f9cc
Fixed bug where the Logs folder would get exported instead of the Worldmap folder
...
+cleanup
+API level safety markers
2022-11-03 20:35:37 +01:00
OMGeeky
51fd0d0994
Add a loading animation.
2022-10-28 18:47:08 +02:00
OMGeeky
aa84e5a73d
Improve import options when the target slot is already used.
2022-10-22 18:10:59 +02:00
OMGeeky
4ecf7d2dda
Allow setting strings as message directly & add support for canceling the Dialog
2022-10-22 18:06:25 +02:00
Nut.andor
dca1cb676c
New release version numbers and some basic files and settings
2022-10-20 00:14:37 +02:00
OMGeeky
4793751ba8
Improved error/success messages & fixed some bugs in 'Add as New'
2022-10-19 19:16:37 +02:00
OMGeeky
185c0eaf7c
Enabling 'Load' button even if no saves exist (for imports)
2022-10-19 19:14:27 +02:00
OMGeeky
59e2e3035c
Hide the import/export options on devices with an Android version below 10 (Q or api level 29)
2022-10-18 22:34:08 +02:00
OMGeeky
6d5ddfdbfa
Add option to 'Add as New' on import
2022-10-18 22:15:53 +02:00
OMGeeky
f8ae18721f
Allow vertically stacked buttons in Dialogs
2022-10-18 22:13:17 +02:00
OMGeeky
8e72763314
Import Export
2022-10-17 23:20:16 +02:00
Nut.andor
c11430cf6b
beta icon and fileprovider
2022-10-15 22:46:16 +02:00
Nut.andor
e3ac804f61
Merge branch 'pulls/1829009049/47'
2022-10-11 19:20:06 +02:00
OMGeeky
0e615d3f11
Revert accidental wrong branch stuff
2022-10-11 18:31:01 +02:00
Nut.andor
47646457ab
(Pull Request #46:) Fixed problems with older Android versions (below Android 7)
2022-10-11 00:00:00 +02:00
OMGeeky
8e393b93d8
Changed lint.xml to include StringFormatMatches and StringFormatInvalid
2022-10-10 15:43:34 +02:00
OMGeeky
3289bd6fb1
Configured lint-baseline file (for automatic builds on github)
2022-10-10 15:32:21 +02:00
OMGeeky
23a331d655
Merge remote-tracking branch 'origin/fix-older-android-versions' into gradle_copy_v1
2022-10-10 15:09:01 +02:00
OMGeeky
f50e4f1d38
Migrate to AndroidX
2022-10-10 14:54:08 +02:00
OMGeeky
d11bf5b0aa
Automated copying of files for build as gradle task
2022-10-10 09:22:18 +02:00
OMGeeky
6946b1f2b3
Fixed problems with older Android versions (below Android 7)
2022-10-09 02:00:52 +02:00
Nut.andor
db30253baf
v0.8.2 66
2022-10-03 00:47:11 +02:00
Nut.andor
235f1c912d
next prod version 0.8.1
...
authors
2022-09-25 23:46:02 +02:00
Nut.andor
5adbbd61b9
Next version 0.8.1
...
Burhczyd enhanced
Burhczyd typos
Some map changes,
beta icon
WhatsNew
map_tree_1+2.png changes
2022-09-25 19:46:17 +02:00
Nut.andor
196223bf73
- Large maps bugs
...
- Debug buttons
2022-09-25 15:36:10 +02:00
Nut.andor
1cec98249b
Migration to actual AndroidStudio version
...
Copy ...\AndorsTrailRelease\andors-trail\AndorsTrail to a temporary directory, then delete the content except the .git directory. (C:\AT\AndorsTrailRelease_before_Mig_20220925)
Open Android Studio, any project
New >> Import project
> Import Project, select the AndorsTrail folder from the temporary location
C:\AT\AndorsTrailRelease_before_Mig_20220925\andors-trail\AndorsTrail
Destination: C:\AT\AndorsTrailRelease\andors-trail\AndorsTrail
Click next a few times.
It then shows some error about not finding build tools. Below it there should be the option to 'Add google Maven reposiroty and sync project'. Click that option and then 'Do Refactor' (Bottom Left).
In the newly created file 'app/build.gradle'
In line 4 change the compileSdkVersion to 30 (or higher?)
In line 9 change the minSdkVersion to 14 instead of 4
In line 22 change the version from '29.+' to '28.0.0' and the compile at the beginning to implementation
Then Click 'Sync Project with Gradle Files' (icon in top right) that should no longer give errors.
2022-09-25 13:16:57 +02:00