Compare commits
No commits in common. "6b9dbca7ab67fc2921398e72f7ccc2b89e75c2b4" and "c9eedd5d87ec62205d889c6832939079320d85d9" have entirely different histories.
6b9dbca7ab
...
c9eedd5d87
@ -434,7 +434,7 @@ public class ActivityMainScreen extends ActivityGeneric
|
|||||||
else
|
else
|
||||||
activityMainScreenInstance.checkForNews();
|
activityMainScreenInstance.checkForNews();
|
||||||
|
|
||||||
if(BuildConfig.FLAVOR.equals(AutomationService.flavor_name_apk) && Settings.automaticUpdateCheck)
|
if(BuildConfig.FLAVOR.equals("apkFlavor") && Settings.automaticUpdateCheck)
|
||||||
{
|
{
|
||||||
Calendar now = Calendar.getInstance();
|
Calendar now = Calendar.getInstance();
|
||||||
if (Settings.lastUpdateCheck == Settings.default_lastUpdateCheck || now.getTimeInMillis() >= Settings.lastUpdateCheck + (long)(Settings.updateCheckFrequencyDays * 24 * 60 * 60 * 1000))
|
if (Settings.lastUpdateCheck == Settings.default_lastUpdateCheck || now.getTimeInMillis() >= Settings.lastUpdateCheck + (long)(Settings.updateCheckFrequencyDays * 24 * 60 * 60 * 1000))
|
||||||
|
@ -760,7 +760,7 @@ public class Miscellaneous extends Service
|
|||||||
else
|
else
|
||||||
replacement = "unknownVariable";
|
replacement = "unknownVariable";
|
||||||
|
|
||||||
source = source.substring(0, pos1) + replacement + source.substring(pos2 +1);
|
source = source.substring(0, pos1) + replacement + source.substring(pos2);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Miscellaneous.logEvent("i", "URL after replace", source);
|
// Miscellaneous.logEvent("i", "URL after replace", source);
|
||||||
|
@ -1,2 +1 @@
|
|||||||
* Fixed: [variable-name] was incorrectly replaced with an ] at the end
|
|
||||||
* Added: Chinese translation (simplified)
|
* Added: Chinese translation (simplified)
|
Loading…
Reference in New Issue
Block a user