Skip to content

Commit fc17fc7

Browse files
author
ELY M.
committed
55917-elys
1 parent d8650f2 commit fc17fc7

File tree

4 files changed

+30
-6
lines changed

4 files changed

+30
-6
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222

2323
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2424
xmlns:tools="http://schemas.android.com/tools"
25-
android:versionCode="55916"
26-
android:versionName="55916-elys">
25+
android:versionCode="55917"
26+
android:versionName="55917-elys">
2727

2828
<uses-permission android:name="android.permission.INTERNET" />
2929
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />

app/src/main/java/joshuatee/wx/misc/HourlyActivity.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ import joshuatee.wx.R
3232
import joshuatee.wx.settings.Location
3333
import joshuatee.wx.ui.BaseActivity
3434
import joshuatee.wx.ui.Card
35-
import joshuatee.wx.ui.CardVerticalText
3635
import joshuatee.wx.ui.CardVerticalText2
3736
import joshuatee.wx.util.UtilityShare
3837
import joshuatee.wx.externalGraphView.series.DataPoint
@@ -61,8 +60,6 @@ class HourlyActivity : BaseActivity() {
6160

6261
private var htmlShare = listOf<String>()
6362
private lateinit var card: Card
64-
// private lateinit var cardVerticalText: CardVerticalText
65-
6663
private lateinit var cardVerticalText: CardVerticalText2
6764
private lateinit var scrollView: ScrollView
6865
private lateinit var box: VBox

doc/ChangeLog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
# Developer ChangeLog
44

5-
## 55916 2024_10_09
5+
## 55917 2024_10_12
6+
7+
* [ADD]
8+
9+
## 55916 2024_10_12
610

711
* [ADD] NHC storm summary in NHC activity - show more headlines
812
* [ADD] NHC Storm activity title was not showing wind speed in mph

doc/ChangeLog_User.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,29 @@ Please also
88
review [Upcoming changes](https://gitlab.com/joshua.tee/wxl23/-/blob/master/doc/UPCOMING_CHANGES.md)
99
impacting all or some users.
1010

11+
## 55916 2024_10_12 (BETA)
12+
13+
* [ADD] NHC storm summary in NHC activity - show more headlines
14+
* [ADD] NHC Storm activity title was not showing wind speed in mph
15+
* [ADD] change how hourly is displayed to work better with larger fonts (it was unusable with large fonts)
16+
* [ADD] In Hourly, abbreviate "Isolated" as "Iso"
17+
* [FIX] SPC Compmap - remove product which is no longer available via the website: **3-hr surface
18+
pressure change**
19+
* [FIX] SPC Compmap - change references from **HPC** to **WPC**
20+
* [ADD] NHC Storm: add additional graphics "Peak Storm Surge Forecast" and "Cumulative Wind History"
21+
* [ADD] monochrome icon for themed icon support
22+
* [ADD] per upcoming changes, Android 8.1 (API 27) will no longer be supported
23+
* [ADD] deprecate these options as mentioned
24+
in [upcoming changes document](https://gitlab.com/joshua.tee/wxl23/-/blob/master/doc/UPCOMING_CHANGES.md)
25+
26+
- (added 2023-09-10) wX Android setting "Radar with transparent toolbars" will be retired after
27+
2024-09-10
28+
- (added 2023-09-10) wX Android setting "Radar with transparent status bar" will be retired after
29+
2024-09-10
30+
- (added 2023-09-10) wX Android setting "Radar: immersive mode" will be retired after 2024-09-10
31+
- (added 2023-09-10) wX Android setting "Main screen radar button (requires restart)" will be
32+
retired after 2024-09-10
33+
1134
## 55907 2024_09_18 (BETA)
1235

1336
* [FIX] GOES "Full Disk" (Misc Tab) images location and product names have changed, animations are

0 commit comments

Comments
 (0)