-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
130 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 8 additions & 1 deletion
9
...java/com/windnow/statics/OnlyContext.java → ...rc/main/java/com/windnow/OnlyContext.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
<string name="title_activity_station_pic">Station</string> | ||
<string name="title_activity_settings">Einstellungen</string> | ||
<string name="authors_note"> Contact: [email protected] \n | ||
Copyright 2015 \n | ||
Copyright 2015 - 2016 \n | ||
by Florian Hauser</string> | ||
<string name="legal_notice"> Dependencies:\n | ||
jsoup - http://jsoup.org/ \n | ||
|
@@ -87,4 +87,5 @@ Es gibt drei Möglichkeiten um neue Stationen anzulegen:\n | |
<string name="drawer_open">Navigation öffnen</string> | ||
<string name="userprefs_username">Benutzername</string> | ||
<string name="userprefs_password">Passwort</string> | ||
<string name="permission_info">Fehlende Berechtigung zum Zugriff auf das Dateisystem. Diese Berechtigung ist nötig um die Datei stations.txt zu benutzen.</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
<string name="title_activity_station_pic">Station</string> | ||
<string name="title_activity_settings">Settings</string> | ||
<string name="authors_note"> Contact: [email protected] \n | ||
Copyright 2015 \n | ||
Copyright 2015 - 2016 \n | ||
by Florian Hauser</string> | ||
<string name="legal_notice"> Dependencies:\n | ||
jsoup - http://jsoup.org/ \n | ||
|
@@ -87,4 +87,5 @@ There are three ways to create new stations:\n | |
<string name="drawer_open">Open navigation drawer</string> | ||
<string name="drawer_close">Close navigation drawer</string> | ||
<string name="successfully_saved">"Successfully saved "</string> | ||
<string name="permission_info">No permission for access to external storage - this permission is needed for the app to access stations.txt</string> | ||
</resources> |
Oops, something went wrong.