Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamza417 committed Feb 7, 2025
1 parent 5daf999 commit 575ebaf
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
applicationId "app.simple.inure"
minSdkVersion 23
targetSdkVersion 35
versionCode 10300
versionName "Build103.0.0"
versionCode 10301
versionName "Build103.0.1"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down
9 changes: 9 additions & 0 deletions app/src/main/assets/html/changelogs.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ <h4>Bug Fixes</h4>
<li>Fixed inconsistent ETIP tracker highlight state.</li>
</ul>

<h4>Translations</h4>

<ul>
<li>Added Hindi translations.
<br>
<small>Thanks to <i>Ravi Kumbhani</i>.</small>
</li>
</ul>

<br/>

<!-- //////////////////////////////////////////////////////////// Older Versions //////////////////////////////////////////////////////////// -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ open class BaseActivity : AppCompatActivity(),
private var loader: Loader? = null

private var cutoutDepth = 0
private var requestCode = 0x283C
private var requestCode = 0x283D

override fun attachBaseContext(newBaseContext: Context) {
SharedPreferences.init(newBaseContext)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ abstract class ScopedFragment : Fragment(), SharedPreferences.OnSharedPreference
protected var maximumAngle = 90
protected var minimumHorizontalAngle = 80
protected var minimumVerticalAngle = 15
private var maximumElevation = 0x283C
private var maximumElevation = 0x283D

val transitionSet = TransitionSet().apply {
addTransition(Fade(Fade.MODE_OUT))
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/app/simple/inure/util/LocaleUtils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ object LocaleUtils {
// Turkish
Locales("Türkçe (Turkish)", "tr-TR"),
// Hindi
// Locales("हिन्दी (Hindi)", "hi-IN"),
Locales("हिन्दी (Hindi)", "hi-IN"),
)

fun getAppLocale(): Locale {
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10300.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Refer to Change Logs under About section of the app to get the detailed list of all changes in this version.

Feel free to join app's Telegram channel for future development updates: https://t.me/inure_app_manager
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10301.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Refer to Change Logs under About section of the app to get the detailed list of all changes in this version.

Feel free to join app's Telegram channel for future development updates: https://t.me/inure_app_manager

0 comments on commit 575ebaf

Please sign in to comment.