Skip to content

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
emericg committed Oct 3, 2023
1 parent 32f36c7 commit b8ee6ff
Show file tree
Hide file tree
Showing 29 changed files with 3,568 additions and 13,549 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@ target_include_directories(WatchFlower PRIVATE src/thirdparty/)

## Android
if(ANDROID)
#set(QT_ANDROID_ABIS "armeabi-v7a;arm64-v8a;x86;x86_64")
#set(QT_ANDROID_BUILD_ALL_ABIS "ON")
set(QT_ANDROID_ABIS "armeabi-v7a;arm64-v8a;x86;x86_64")
set(QT_ANDROID_BUILD_ALL_ABIS "ON")

set_target_properties(WatchFlower PROPERTIES
QT_ANDROID_PACKAGE_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/assets/android"
)

#target_compile_definitions(WatchFlower PRIVATE QT_CONNECTIVITY_PATCHED)
target_compile_definitions(WatchFlower PRIVATE QT_CONNECTIVITY_PATCHED)

target_link_libraries(WatchFlower PRIVATE Qt::CorePrivate)
endif()
Expand Down
2 changes: 2 additions & 0 deletions assets/android/res/values/apptheme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
<resources>
<style name="AppTheme">
<item name="android:windowBackground">@android:color/white</item>
<item name="android:statusBarColor">@android:color/transparent</item>
<item name="android:navigationBarColor">@android:color/transparent</item>
</style>
</resources>
2 changes: 1 addition & 1 deletion assets/linux/watchflower.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</description>

<releases>
<release version="5.3" date="2023-09-30" />
<release version="5.3" date="2023-10-03" />
<release version="5.2" date="2023-06-30" />
<release version="5.1" date="2023-05-24" />
<release version="5.0" date="2023-03-15" />
Expand Down
1,182 changes: 225 additions & 957 deletions i18n/watchflower_ca.ts

Large diffs are not rendered by default.

Binary file modified i18n/watchflower_da.qm
Binary file not shown.
1,158 changes: 238 additions & 920 deletions i18n/watchflower_da.ts

Large diffs are not rendered by default.

Binary file modified i18n/watchflower_de.qm
Binary file not shown.
1,162 changes: 236 additions & 926 deletions i18n/watchflower_de.ts

Large diffs are not rendered by default.

1,152 changes: 210 additions & 942 deletions i18n/watchflower_en.ts

Large diffs are not rendered by default.

Binary file modified i18n/watchflower_es.qm
Binary file not shown.
1,156 changes: 237 additions & 919 deletions i18n/watchflower_es.ts

Large diffs are not rendered by default.

Binary file modified i18n/watchflower_fr.qm
Binary file not shown.
931 changes: 372 additions & 559 deletions i18n/watchflower_fr.ts

Large diffs are not rendered by default.

Binary file modified i18n/watchflower_fy.qm
Binary file not shown.
1,158 changes: 238 additions & 920 deletions i18n/watchflower_fy.ts

Large diffs are not rendered by default.

Binary file modified i18n/watchflower_nb.qm
Binary file not shown.
1,138 changes: 216 additions & 922 deletions i18n/watchflower_nb.ts

Large diffs are not rendered by default.

Binary file modified i18n/watchflower_nl.qm
Binary file not shown.
1,158 changes: 238 additions & 920 deletions i18n/watchflower_nl.ts

Large diffs are not rendered by default.

Binary file modified i18n/watchflower_nn.qm
Binary file not shown.
1,138 changes: 216 additions & 922 deletions i18n/watchflower_nn.ts

Large diffs are not rendered by default.

1,152 changes: 210 additions & 942 deletions i18n/watchflower_pt.ts

Large diffs are not rendered by default.

1,152 changes: 210 additions & 942 deletions i18n/watchflower_pt_BR.ts

Large diffs are not rendered by default.

Binary file modified i18n/watchflower_ru.qm
Binary file not shown.
1,162 changes: 236 additions & 926 deletions i18n/watchflower_ru.ts

Large diffs are not rendered by default.

Binary file modified i18n/watchflower_zh_CN.qm
Binary file not shown.
1,154 changes: 240 additions & 914 deletions i18n/watchflower_zh_CN.ts

Large diffs are not rendered by default.

Binary file modified i18n/watchflower_zh_TW.qm
Binary file not shown.
1,154 changes: 240 additions & 914 deletions i18n/watchflower_zh_TW.ts

Large diffs are not rendered by default.

0 comments on commit b8ee6ff

Please sign in to comment.