Skip to content

Commit 9bcdad6

Browse files
author
Simon Schubert
committed
Add commands
1 parent 488243b commit 9bcdad6

8 files changed

Lines changed: 12 additions & 10 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![Icon](https://raw.githubusercontent.com/SimonSchubert/LinuxCommandLibrary/master/art/web_hi_res_144.png)
44

5-
The app currently has **6766** manual pages, **22+** basic categories and a bunch of general terminal tips. It works 100% offline, doesn't need an internet connection and has no tracking software.
5+
The app currently has **6775** manual pages, **22+** basic categories and a bunch of general terminal tips. It works 100% offline, doesn't need an internet connection and has no tracking software.
66

77
[![Play Store](https://raw.githubusercontent.com/SimonSchubert/LinuxCommandBibliotheca/master/art/play_store_badge.png)](https://play.google.com/store/apps/details?id=com.inspiredandroid.linuxcommandbibliotheca)
88
[![F-Droid](https://raw.githubusercontent.com/SimonSchubert/LinuxCommandBibliotheca/master/art/fdroid_badge.png)](https://f-droid.org/en/packages/com.inspiredandroid.linuxcommandbibliotheca/)

android/src/main/java/com/inspiredandroid/linuxcommandbibliotheca/DataManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ class DataManager(context: Context) {
5252
const val KEY_BOOKMARKS = "KEY_BOOKMARKS"
5353
const val KEY_DATABASE_VERSION = "DATABASE_VERSION"
5454
const val KEY_AUTO_EXPAND_SECTIONS = "auto_expand_sections"
55-
const val CURRENT_DATABASE_VERSION = 19
55+
const val CURRENT_DATABASE_VERSION = 20
5656
}
5757
}

assets/database.db

3.4 MB
Binary file not shown.

desktop/src/main/kotlin/com/linuxcommandlibrary/desktop/WebsiteBuilder.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1238,18 +1238,18 @@ class WebsiteBuilder {
12381238
}
12391239
div {
12401240
classes = setOf("project")
1241-
a("https://endlessdungeon.fun") {
1241+
a("https://simonschubert.github.io/YogaBase/") {
12421242
target = ATarget.blank
12431243
rel = "noopener"
12441244
img {
1245-
src = "https://endlessdungeon-production.up.railway.app/favicon.png"
1246-
alt = "endlessdungeon.fun"
1245+
src = "https://simonschubert.github.io/YogaBase/favicon.svg"
1246+
alt = ""
12471247
width = "30"
12481248
height = "30"
12491249
}
12501250
}
12511251
br
1252-
text("Game")
1252+
text("Yoga")
12531253
}
12541254
div {
12551255
classes = setOf("project")
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Add commands
2+
Upgrade sdks

fastlane/metadata/android/en-US/full_description.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The app currently has <b>6766</b> manual pages, <b>22</b> basic categories and a bunch of general terminal tips. It works 100% offline, doesn't need an internet connection and has no tracking software.
1+
The app currently has <b>6775</b> manual pages, <b>22</b> basic categories and a bunch of general terminal tips. It works 100% offline, doesn't need an internet connection and has no tracking software.
22

33
<b>Categories</b>
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6766 manual pages, 22 basic categories and a bunch of general terminal tips.
1+
6775 manual pages, 22 basic categories and a bunch of general terminal tips.

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
2-
appVersion = "3.3.10"
3-
androidVersionCode = "104"
2+
appVersion = "3.3.11"
3+
androidVersionCode = "105"
44
kotlin = "2.1.21"
55
kotlinGradlePlugin = "2.1.21"
66
accompanistAppcompatTheme = "0.36.0"

0 commit comments

Comments
 (0)