mirror of
https://github.com/vanitasvitae/EnigmAndroid.git
synced 2025-09-12 03:39:41 +02:00
Added Enigma KD, Added protocol version to ensure compatibility with upcoming releases, Added options to share configuration as string, organized sharing/receiving of configuration, moved preference-management to SettingsActivity, Added whats-New-Dialog that informs user about latest changes
This commit is contained in:
parent
ba4a0f590f
commit
1f3c3d33a7
44 changed files with 3253 additions and 2614 deletions
10
app/src/main/res/values/dialog_whats_new.xml
Normal file
10
app/src/main/res/values/dialog_whats_new.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="dialog_whats_new_title">What\'s new?</string>
|
||||
<string name="dialog_whats_new_header" translatable="false">%1$s:</string> <!--Version-->
|
||||
<string name="dialog_whats_new_content" translatable="false">
|
||||
- This is some information about the release\n
|
||||
- Please send me a mail, if you read this, because I probably forgot to change this :)\n
|
||||
- lol\n
|
||||
</string>
|
||||
</resources>
|
Loading…
Add table
Add a link
Reference in a new issue