Skip to content

Commit

Permalink
Bump build
Browse files Browse the repository at this point in the history
  • Loading branch information
levinli303 committed Apr 2, 2022
1 parent 03c71fd commit c7f794f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
xmlns:tools="http://schemas.android.com/tools"
package="space.celestia.mobilecelestia"
android:installLocation="auto"
android:versionCode="262"
android:versionCode="263"
android:versionName="1.5.7">

<uses-feature android:glEsVersion="0x00020000" android:required="true" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -991,13 +991,6 @@ class MainActivity : AppCompatActivity(R.layout.activity_main),
}
is AlternateSurfacesItem -> {
val alternateSurfaces = item.body?.alternateSurfaceNames ?: return
val current = appCore.simulation.activeObserver.displayedSurface
var currentIndex = 0
if (current != "") {
val index = alternateSurfaces.indexOf(current)
if (index >= 0)
currentIndex = index + 1
}
val surfaces = ArrayList<String>()
surfaces.add(CelestiaString("Default", ""))
surfaces.addAll(alternateSurfaces)
Expand Down Expand Up @@ -1917,6 +1910,7 @@ class MainActivity : AppCompatActivity(R.layout.activity_main),

companion object {
private const val CURRENT_DATA_VERSION = "31"
// 32: 1.5.7 Localization update, data update (commit 7f816ccd97eeaa5d3f1364a3f17cf378946b708e)
// 31: 1.5.5 Localization update, data update (commit 9e7a8ee18a875ae8fc202439952256a5a2378a0b)
// 30: 1.5.2 Localization update, data update (commit 430b955920e31c84fa433bc7aaa43938c5e04ca7)
// 29: 1.5.0 Data update
Expand Down

0 comments on commit c7f794f

Please sign in to comment.