Skip to content

Commit

Permalink
55917-elys
Browse files Browse the repository at this point in the history
  • Loading branch information
ELY M. committed Oct 13, 2024
1 parent d8650f2 commit fc17fc7
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:versionCode="55916"
android:versionName="55916-elys">
android:versionCode="55917"
android:versionName="55917-elys">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
Expand Down
3 changes: 0 additions & 3 deletions app/src/main/java/joshuatee/wx/misc/HourlyActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import joshuatee.wx.R
import joshuatee.wx.settings.Location
import joshuatee.wx.ui.BaseActivity
import joshuatee.wx.ui.Card
import joshuatee.wx.ui.CardVerticalText
import joshuatee.wx.ui.CardVerticalText2
import joshuatee.wx.util.UtilityShare
import joshuatee.wx.externalGraphView.series.DataPoint
Expand Down Expand Up @@ -61,8 +60,6 @@ class HourlyActivity : BaseActivity() {

private var htmlShare = listOf<String>()
private lateinit var card: Card
// private lateinit var cardVerticalText: CardVerticalText

private lateinit var cardVerticalText: CardVerticalText2
private lateinit var scrollView: ScrollView
private lateinit var box: VBox
Expand Down
6 changes: 5 additions & 1 deletion doc/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

# Developer ChangeLog

## 55916 2024_10_09
## 55917 2024_10_12

* [ADD]

## 55916 2024_10_12

* [ADD] NHC storm summary in NHC activity - show more headlines
* [ADD] NHC Storm activity title was not showing wind speed in mph
Expand Down
23 changes: 23 additions & 0 deletions doc/ChangeLog_User.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,29 @@ Please also
review [Upcoming changes](https://gitlab.com/joshua.tee/wxl23/-/blob/master/doc/UPCOMING_CHANGES.md)
impacting all or some users.

## 55916 2024_10_12 (BETA)

* [ADD] NHC storm summary in NHC activity - show more headlines
* [ADD] NHC Storm activity title was not showing wind speed in mph
* [ADD] change how hourly is displayed to work better with larger fonts (it was unusable with large fonts)
* [ADD] In Hourly, abbreviate "Isolated" as "Iso"
* [FIX] SPC Compmap - remove product which is no longer available via the website: **3-hr surface
pressure change**
* [FIX] SPC Compmap - change references from **HPC** to **WPC**
* [ADD] NHC Storm: add additional graphics "Peak Storm Surge Forecast" and "Cumulative Wind History"
* [ADD] monochrome icon for themed icon support
* [ADD] per upcoming changes, Android 8.1 (API 27) will no longer be supported
* [ADD] deprecate these options as mentioned
in [upcoming changes document](https://gitlab.com/joshua.tee/wxl23/-/blob/master/doc/UPCOMING_CHANGES.md)

- (added 2023-09-10) wX Android setting "Radar with transparent toolbars" will be retired after
2024-09-10
- (added 2023-09-10) wX Android setting "Radar with transparent status bar" will be retired after
2024-09-10
- (added 2023-09-10) wX Android setting "Radar: immersive mode" will be retired after 2024-09-10
- (added 2023-09-10) wX Android setting "Main screen radar button (requires restart)" will be
retired after 2024-09-10

## 55907 2024_09_18 (BETA)

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

0 comments on commit fc17fc7

Please sign in to comment.