mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Compare commits
4 Commits
08f77a5cae
...
v2.2.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
d10538e720
|
|||
|
02e9e2384e
|
|||
|
|
b627ff4413
|
||
|
|
0683ea43f4
|
@@ -1,12 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## [2.2.0] -- 2023-12-01
|
||||
## [2.2.0] -- 2024-01-30
|
||||
### Added
|
||||
- Add support for Android 14 (@iSoron, @hiqua)
|
||||
- Allow user to change app language (@leondzn)
|
||||
|
||||
### Fixed
|
||||
- Implement workaround to make notifications non-dismissible in Android 14 (@iSoron, #1872)
|
||||
- Fix splash screen background color in dark mode (@SIKV, #1888)
|
||||
|
||||
## [2.1.3] -- 2023-08-28
|
||||
### Fixed
|
||||
|
||||
23
uhabits-android/src/main/res/values-night/colors.xml
Normal file
23
uhabits-android/src/main/res/values-night/colors.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (C) 2016-2021 Álinson Santos Xavier <git@axavier.org>
|
||||
~
|
||||
~ This file is part of Loop Habit Tracker.
|
||||
~
|
||||
~ Loop Habit Tracker is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by the
|
||||
~ Free Software Foundation, either version 3 of the License, or (at your
|
||||
~ option) any later version.
|
||||
~
|
||||
~ Loop Habit Tracker is distributed in the hope that it will be useful, but
|
||||
~ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
||||
~ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||
~ more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License along
|
||||
~ with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
-->
|
||||
|
||||
<resources>
|
||||
<color name="color_background">@color/grey_900</color>
|
||||
</resources>
|
||||
@@ -89,4 +89,5 @@
|
||||
</array>
|
||||
|
||||
<color name="ic_launcher_background">#1976D2</color>
|
||||
<color name="color_background">@color/grey_200</color>
|
||||
</resources>
|
||||
@@ -61,6 +61,7 @@
|
||||
<item name="widgetShadowAlpha">0.25</item>
|
||||
<item name="windowActionModeOverlay">true</item>
|
||||
<item name="windowBackgroundColor">@color/grey_200</item>
|
||||
<item name="android:colorBackground">@color/color_background</item>
|
||||
<item name="android:textColorAlertDialogListItem">@color/grey_800</item>
|
||||
<item name="singleLineTitle">false</item>
|
||||
<item name="dialogFormLabelColor">@color/white</item>
|
||||
|
||||
Reference in New Issue
Block a user