-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'bugfix-0.6.1' into FDroid
- Loading branch information
Showing
9 changed files
with
108 additions
and
22 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
22 changes: 22 additions & 0 deletions
22
app/src/main/java/de/k3b/android/androFotoFinder/StringFormatResourceTests.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
package de.k3b.android.androFotoFinder; | ||
|
||
import android.content.Context; | ||
import android.util.Log; | ||
|
||
import de.k3b.android.util.AndroidFileCommands; | ||
|
||
/** | ||
* todo create junit integration tests with arabic locale from this. | ||
* | ||
* Created by k3b on 15.08.2017. | ||
*/ | ||
public class StringFormatResourceTests { | ||
public static void test(Context context) { | ||
Log.i(Global.LOG_CONTEXT,"testing some translation parameters"); | ||
Log.i(Global.LOG_CONTEXT,AndroFotoFinderApp.getBookMarkComment(context)); | ||
Log.i(Global.LOG_CONTEXT,AndroidFileCommands.getModifyMessage(context, AndroidFileCommands.OP_DELETE, 5, 15)); | ||
Log.i(Global.LOG_CONTEXT,context.getString(R.string.folder_hide_images_question_message_format, "param")); | ||
Log.i(Global.LOG_CONTEXT,context.getString(R.string.global_err_sql_message_format, "param", "param2")); | ||
Log.i(Global.LOG_CONTEXT,context.getString(R.string.file_err_writeprotected, "param", "param2")); | ||
} | ||
} |
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