Skip to content

Commit

Permalink
fix for video support.
Browse files Browse the repository at this point in the history
  • Loading branch information
senpl committed Jan 16, 2025
1 parent a17c86f commit f460673
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 11 deletions.
7 changes: 5 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
minSdkVersion 26
compileSdk 35
targetSdkVersion 35
versionCode 68
versionName "0.25.05"
versionCode 69
versionName "0.26.01"
vectorDrawables.useSupportLibrary = true
}

Expand Down Expand Up @@ -46,6 +46,9 @@ android {
minifyEnabled true
shrinkResources true

ndk{
debugSymbolLevel "FULL"
}
//proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
// resValue("bool", "FIREBASE_CRASH_ENABLED", "true")
proguardFiles getDefaultProguardFile(
Expand Down
23 changes: 15 additions & 8 deletions app/src/main/res/raw/todo.todo
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
Na ból pleców
Bo w sumie i dla mnie się przyda
Przygotować nowe obrazki
Na nich ćwiczenia
Przygotować ich opis
uaktualnić w sklepie
publish
Na githubie wystarczy zbudować
Na play store wymaga zmiany nazwy
i pewnie wielu innych kroków
Przygotować ich opis
Przetłumaczyć
uaktualnić w sklepie
I finalnie zamknąć ten etap
Nowe obrazki do store'a
Opisać nowe obrazki
Upload nowych obrazków

Update play store descriptions and pictures
To show that video uplad now possible
And add description to what is possible

Na ból pleców
Bo w sumie i dla mnie się przyda
V.23
Dodać przykładowe ćwiczenia
Na ból pleców
Expand All @@ -26,7 +29,11 @@ Dodać dodawanie zdjęć ???
cleanup
Oczyścić build.gradle ze starego śmiecia
Bo w razie czego jest w repo

Usunać stary kod:
Bo wydłuża budowanie, a lepiej jak się buduje szybciej
material-intro
pagerslidingtabstrip
circleprogress
Chować przycisk video gdy url jest pusty ???
Bo w sumie jest nie potrzebny
Przywrócić poprzednie ładniejsze przyciski?
Expand Down
5 changes: 4 additions & 1 deletion app/src/main/res/values/about.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="app_version" translatable="false">0.25.04</string>
<string name="app_version" translatable="false">0.26.01</string>
<string name="database_version_label" translatable="false">Database version: </string>
<string name="author_label">Author: </string>
<string name="author" translatable="false">Michał Urbanek</string>
Expand All @@ -10,6 +10,9 @@
<string name="email_url" translatable="false">[email protected]</string>
<string name="revision_history_label" translatable="false">Revision History: </string>
<string name="revision_history" translatable="false">\n
v0.26.01: January 17, 2025\n
\t- Video now correctly moved to desired fragment\n

v0.25.05: January 16, 2025\n
\t- Bugfixes for existing users

Expand Down

0 comments on commit f460673

Please sign in to comment.