Compare commits
3 Commits
35c2e800b3
...
1.0.0
Author | SHA1 | Date | |
---|---|---|---|
a9b0dd43d6 | |||
e2b00eda83 | |||
85cc437b91 |
@@ -7,5 +7,5 @@ No new features planned, only updates are to keep the app available on newer And
|
||||
## Update Notes
|
||||
|
||||
### 2025-07-11
|
||||
(This article)[https://sijus.medium.com/resurrecting-a-5-year-old-android-app-a-developers-journey-59d8f5689e5b]
|
||||
[This article](https://sijus.medium.com/resurrecting-a-5-year-old-android-app-a-developers-journey-59d8f5689e5b)
|
||||
was very helpful in getting this app updated from SDK 25 to 36.
|
||||
|
@@ -18,13 +18,11 @@
|
||||
parent="@android:style/Theme.Light.NoTitleBar">
|
||||
</style>
|
||||
|
||||
<style name="CarbUp" parent="Theme.AppCompat.DayNight.DarkActionBar">
|
||||
<!--
|
||||
<style name="CarbUp" parent="Theme.AppCompat.DayNight.NoActionBar">
|
||||
<item name="windowActionBar">false</item>
|
||||
<item name="windowNoTitle">true</item>
|
||||
<item name="android:windowActionBar">false</item>
|
||||
<item name="android:windowNoTitle">true</item>
|
||||
-->
|
||||
<!--
|
||||
<item name="colorPrimary">@color/colorPrimary</item>
|
||||
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
||||
|
Reference in New Issue
Block a user