Skip to content

Commit d267d53

Browse files
authored
Merge pull request #534 from forrestguice/release-0.13.18
release 0.13.18
2 parents cde9a09 + e8a5f03 commit d267d53

File tree

23 files changed

+33
-21
lines changed

23 files changed

+33
-21
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
### ~
22

3+
### v0.13.18 (2022-01-14)
4+
* changes the solstice/equinox card to always include seconds when expanded (#533).
5+
* updates translations to Simplified Chinese (zh_CN) and Traditional Chinese (zh_TW) (#531, #532 by James Liu).
6+
* fixes bug "rectangular world map widget unavailable" on some devices (#535).
7+
* fixes bug "LocationListTask leaks database cursor" (#536).
8+
* fixes bug "alarm dialog fails to consume touch events" (#529).
9+
* fixes bug "invalid offsets are retained when editing an existing alarm's event" (#530).
10+
311
### v0.13.17 (2022-01-02)
412
* adds translation to Simplified Chinese (zh_CN) (contributed by James Liu) (#527).
513
* updates translation to Traditional Chinese (zh_TW) (#527).

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ android
2323
minSdkVersion 10
2424
//noinspection ExpiredTargetSdkVersion,OldTargetApi
2525
targetSdkVersion 25
26-
versionCode 81
27-
versionName "0.13.17"
26+
versionCode 82
27+
versionName "0.13.18"
2828

2929
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
3030

app/src/androidTest/java/com/forrestguice/suntimeswidget/SuntimesActivityTestBase.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,10 +302,10 @@ public void initConfigurations()
302302
config.put("it", new SuntimesTestConfig(new Location("Roma", "41.9099", "12.3959", "79"), "CET", false, "METRIC"));
303303
config.put("pl", new SuntimesTestConfig(new Location("Warszawa", "52.2319", "21.0067", "143"), "Poland", true, "METRIC"));
304304
config.put("nb", new SuntimesTestConfig(new Location("Oslo", "59.8937", "10.6450", "0"), "Europe/Oslo", true, "METRIC"));
305-
config.put("zh_TW", new SuntimesTestConfig(new Location("Taiwan", "23.5491", "119.8998", "0"), "Asia/Taipei", false, "METRIC"));
305+
config.put("zh_TW", new SuntimesTestConfig(new Location("Taipei", "25.0330", "121.5654", "0"), "Asia/Taipei", false, "METRIC"));
306306
config.put("pt_BR", new SuntimesTestConfig(new Location("São Paulo", "-23.6821", "-46.8754", "815"), "Brazil/East", true, "METRIC"));
307307
config.put("cs", new SuntimesTestConfig(new Location("Prague", "50.0595", "14.3255", "361"), "CET", true, "METRIC"));
308-
config.put("zh_CN", new SuntimesTestConfig(new Location("Taiwan", "23.5491", "119.8998", "0"), "Asia/Taipei", false, "METRIC"));
308+
config.put("zh_CN", new SuntimesTestConfig(new Location("Beijing", "39.9042", "116.4074", "0"), "Asia/Taipei", false, "METRIC"));
309309

310310
if (!version.startsWith("v"))
311311
version = "v" + version;

app/src/main/res/values-ca/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1312,7 +1312,7 @@
13121312
]]></string>
13131313
<string name="app_legal1"><![CDATA[
13141314
<b>Codi font:</b><br />
1315-
Copyright &#169 2014-2021 Forrest Guice <br />
1315+
Copyright &#169 2014-2022 Forrest Guice <br />
13161316
Codi font disponible sota GPLv3.
13171317
]]></string>
13181318

app/src/main/res/values-cs/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1486,7 +1486,7 @@
14861486
]]></xliff:g></string>
14871487
<string name="app_legal1"><![CDATA[
14881488
<b>Zdrojový kód:</b><br />
1489-
Copyright &#169 2014-2021 Forrest Guice <br />
1489+
Copyright &#169 2014-2022 Forrest Guice <br />
14901490
Zdorjový kód dostupný pod licencí GPLv3.
14911491
]]></string>
14921492

app/src/main/res/values-de/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1299,7 +1299,7 @@
12991299
<a href="https://github.com/forrestguice/SuntimesWidget/issues">issue tracker</a> um eine Anfrage zu stellen.
13001300
]]></string>
13011301
<string name="app_legal1"><![CDATA[
1302-
Copyright &#169 2014-2021 Forrest Guice <br />
1302+
Copyright &#169 2014-2022 Forrest Guice <br />
13031303
Quellcode verf&uuml;gbar unter GPLv3.
13041304
]]></string>
13051305

app/src/main/res/values-eo/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1287,7 +1287,7 @@
12871287
<a href="https://github.com/forrestguice/SuntimesWidget/issues">erar-spurilon</a> por raporti problemon.
12881288
]]></string>
12891289
<string name="app_legal1"><![CDATA[
1290-
Kopirajto &#169 2014-2021 Forrest GUICE <br />
1290+
Kopirajto &#169 2014-2022 Forrest GUICE <br />
12911291
Fontkodo disponebla laŭ la permesilo GPLv3.
12921292
]]></string>
12931293

app/src/main/res/values-es/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,7 @@
13081308
]]></string>
13091309
<string name="app_legal1"><![CDATA[
13101310
<b>Código fuente:</b> <br />
1311-
Copyright &#169 2014-2021 Forrest Guice <br />
1311+
Copyright &#169 2014-2022 Forrest Guice <br />
13121312
Código fuente disponible bajo GPLv3.
13131313
]]></string>
13141314

app/src/main/res/values-eu/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1323,7 +1323,7 @@
13231323
]]></xliff:g></string>
13241324
<string name="app_legal1"><![CDATA[
13251325
<b>Iturburu kodea:</b><br />
1326-
Copyright &#169 2014-2021 Forrest Guice <br />
1326+
Copyright &#169 2014-2022 Forrest Guice <br />
13271327
Iturburu kodea GPLv3 lizentziapean eskuragarri dago.
13281328
]]></string>
13291329

app/src/main/res/values-fr/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@
12861286
]]></string>
12871287
<string name="app_legal1"><![CDATA[
12881288
<b>Code source :</b><br />
1289-
Copyright &#169 2014-2021 Forrest Guice <br />
1289+
Copyright &#169 2014-2022 Forrest Guice <br />
12901290
Code source disponible sous licence GPLv3.
12911291
]]></string>
12921292

0 commit comments

Comments
 (0)