Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamza417 committed Jan 20, 2025
1 parent 22ff068 commit 5b9bab2
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 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 10200
versionName "Build102.0.0"
versionCode 10300
versionName "Build103.0.0"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down
15 changes: 13 additions & 2 deletions app/src/main/assets/html/changelogs.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h1>Change Logs</h1>

<!-- Write change logs here -->
<sub>(Current Version)</sub>
<h2>Build10X.0.0</h2>
<h2>Build103.0.0</h2>

<h4>Bug Fixes</h4>

Expand All @@ -24,13 +24,24 @@ <h4>Bug Fixes</h4>
<li>Fixed various random crashes that were reported so far.</li>
</ul>

<h4>Behaviour</h4>
<h4>Behavior</h4>

<ul>
<li>Marking an app as FOSS should also assign a FOSS tag to the app.</li>
<li>Disable zooming in bar charts.</li>
</ul>

<h4>Trackers</h4>

<ul>
<li>Added ETIP database for scanning trackers.
<br>
<small>
You'd now see more trackers in the Trackers panel and more apps can be marked as trackers now.
</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 = 0x27D8
private var requestCode = 0x283C

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 = 0x27D8
private var maximumElevation = 0x283C

val transitionSet = TransitionSet().apply {
addTransition(Fade(Fade.MODE_OUT))
Expand Down

0 comments on commit 5b9bab2

Please sign in to comment.