-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use enums where they should be used.. DisplayAdapted.java now has cod…
…e which is a little less horrible. Various other fixes too.
- Loading branch information
JonasCz
authored and
JonasCz
committed
Nov 19, 2015
1 parent
790756a
commit 8690359
Showing
4 changed files
with
113 additions
and
57 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
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 |
---|---|---|
@@ -1,17 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
|
||
<string name="app_name">Save For Offline</string> | ||
|
||
<string name="action_add">Add New</string> | ||
<string name="action_delete">Delete</string> | ||
<string name="action_open_in_external">Open Link</string> | ||
<string name="action_bar_subtitle_showing_all">Showing all saved pages</string> | ||
<string name="one_search_result">One search result</string> | ||
<string name="no_search_results">No search results</string> | ||
<string name="num_search_results">search results</string> | ||
|
||
|
||
|
||
|
||
</resources> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
|
||
<string name="app_name">Save For Offline</string> | ||
|
||
<string name="action_add">Add New</string> | ||
<string name="action_delete">Delete</string> | ||
<string name="action_open_in_external">Open Link</string> | ||
<string name="action_bar_subtitle_showing_all">All saved pages</string> | ||
<string name="one_search_result">One search result</string> | ||
<string name="no_search_results">No search results</string> | ||
<string name="num_search_results">search results</string> | ||
|
||
|
||
|
||
|
||
</resources> |