Skip to content

Commit

Permalink
LMTO Online: Rebrand to Jobsibe (keiyoushi#6226)
Browse files Browse the repository at this point in the history
* rebrand

* remove jobsibe
  • Loading branch information
bapeey authored Nov 23, 2024
1 parent d1a09cb commit 3b877e5
Show file tree
Hide file tree
Showing 14 changed files with 8 additions and 38 deletions.
10 changes: 0 additions & 10 deletions src/es/jobsibe/build.gradle

This file was deleted.

Binary file removed src/es/jobsibe/res/mipmap-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed src/es/jobsibe/res/mipmap-mdpi/ic_launcher.png
Binary file not shown.
Binary file removed src/es/jobsibe/res/mipmap-xhdpi/ic_launcher.png
Binary file not shown.
Binary file removed src/es/jobsibe/res/mipmap-xxhdpi/ic_launcher.png
Binary file not shown.
Binary file removed src/es/jobsibe/res/mipmap-xxxhdpi/ic_launcher.png
Binary file not shown.

This file was deleted.

6 changes: 3 additions & 3 deletions src/es/lmtoonline/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ext {
extName = 'LMTO Online'
extClass = '.LMTOOnline'
extName = 'Jobsibe'
extClass = '.Jobsibe'
themePkg = 'madara'
baseUrl = 'https://lmtos.com'
overrideVersionCode = 0
overrideVersionCode = 1
isNsfw = true
}

Expand Down
Binary file modified src/es/lmtoonline/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/es/lmtoonline/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/es/lmtoonline/res/mipmap-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/es/lmtoonline/res/mipmap-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/es/lmtoonline/res/mipmap-xxxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ import okhttp3.HttpUrl.Companion.toHttpUrl
import java.text.SimpleDateFormat
import java.util.Locale

class LMTOOnline : Madara(
"LMTO Online",
class Jobsibe : Madara(
"Jobsibe",
"https://lmtos.com",
"es",
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("es")),
) {

override val id = 3752522006902890093

override val client = super.client.newBuilder()
.rateLimitHost(baseUrl.toHttpUrl(), 3, 1)
.build()
Expand Down

0 comments on commit 3b877e5

Please sign in to comment.