Skip to content

Commit

Permalink
5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
queuejw committed Oct 31, 2024
1 parent dc73dad commit 64279cc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
minSdk 21
targetSdk 35
versionCode 58
versionName "1.0 Pre-Alpha 5.2"
versionName "1.0 Pre-Alpha 5.1.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled false
Expand Down
3 changes: 0 additions & 3 deletions app/src/main/java/ru/dimon6018/metrolauncher/content/Start.kt
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,6 @@ class Start: Fragment(), OnStartDragListener {
setTileIcon(holder.binding.tileIcon, item)
setTileText(holder.binding.tileLabel, item)
}

private fun setTileText(textView: MaterialTextView, item: Tile) {
textView.text = item.tileLabel
}
Expand Down Expand Up @@ -615,8 +614,6 @@ class Start: Fragment(), OnStartDragListener {
}
}
private fun showTilePopupWindow(holder: TileViewHolder, item: Tile, position: Int) {
holder.itemView.clearAnimation()
holder.itemView.animate().translationX(0f).translationY(0f).setDuration(200).start()
binding.startTiles.isScrollEnabled = false
val inflater = context.getSystemService(Context.LAYOUT_INFLATER_SERVICE) as LayoutInflater
val popupView: View = inflater.inflate(if(item.tileSize == "small" && PREFS.isMoreTilesEnabled) R.layout.tile_window_small else R.layout.tile_window, holder.itemView as ViewGroup, false)
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
<string name="current_light_font">current light font: %s</string>
<string name="current_bold_font">current bold font: %s</string>
<string name="choose_bold_font">choose bold font</string>
<string name="additional_fonts_tip">Ниже вы можете выбрать дополнительные шрифты, если они у Вас есть. Если нет, то будет использован текущий шрифт.</string>
<string name="additional_fonts_tip">Below you can select additional fonts if you have them. If not, the current font will be used.</string>
<string name="remove_light_font">remove light font</string>
<string name="remove_bold_font">remove bold font</string>
<string name="all_apps_keyboard_action_label">Open first app when pressing action button on keyboard</string>
Expand Down

0 comments on commit 64279cc

Please sign in to comment.