mirror of
https://github.com/woheller69/solxpect.git
synced 2025-09-22 08:50:41 +02:00
V2.6
Add produced / remaining today Remove dependenciesInfo block
This commit is contained in:
parent
8479bcd741
commit
09eef2bee4
3 changed files with 5 additions and 2 deletions
|
@ -19,8 +19,8 @@ android {
|
|||
applicationId "org.woheller69.solxpect"
|
||||
minSdkVersion 26
|
||||
targetSdk 34
|
||||
versionCode 25
|
||||
versionName "2.5"
|
||||
versionCode 26
|
||||
versionName "2.6"
|
||||
|
||||
buildConfigField "String", "BASE_URL", "\"https://api.open-meteo.com/v1/\""
|
||||
buildConfigField "String", "TILES_URL","\"https://tile.openstreetmap.org/\""
|
||||
|
|
|
@ -58,6 +58,7 @@ public class BackupRestoreActivity extends NavigationActivity{
|
|||
File intData;
|
||||
intData = new File(Environment.getDataDirectory()+"//data//" + this.getPackageName() + "//databases//");
|
||||
extStorage = Environment.getExternalStoragePublicDirectory(DIRECTORY_DOCUMENTS);
|
||||
if (!extStorage.exists()) extStorage.mkdir();
|
||||
String filesBackup = getResources().getString(R.string.app_name)+".zip";
|
||||
final File dbBackup = new File(extStorage, filesBackup);
|
||||
AlertDialog.Builder builder = new AlertDialog.Builder(this);
|
||||
|
|
2
fastlane/metadata/android/en-US/changelogs/26.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/26.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Show produced / remaining information for current day
|
||||
Bugfix
|
Loading…
Add table
Add a link
Reference in a new issue