File tree 8 files changed +13
-11
lines changed
kotlin/jahirfiquitiva/libs/kuper/ui
8 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ ext.versions = [
23
23
kotlin : ' 1.2.41' ,
24
24
libs : ' 2.0' ,
25
25
// App Versions:
26
- versionCode : 134 ,
27
- versionName : ' 1.3.4 ' ,
26
+ versionCode : 135 ,
27
+ versionName : ' 1.3.5 ' ,
28
28
// Dependencies
29
29
frames : ' 2.4.0' ,
30
30
bottomNav : ' 2.2.0' ,
Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ import jahirfiquitiva.libs.kuper.helpers.utils.KuperKonfigs
22
22
class CreditsActivity : CreditsActivity () {
23
23
override val configs: KuperKonfigs by lazy { KuperKonfigs (this ) }
24
24
override fun getDashboardTitle (): Int = R .string.kuper_dashboard
25
- override fun getTranslationSite (): String = " http://j.mp/KuperTranslations "
25
+ override fun getTranslationSite (): String = " http://j.mp/Trnsl8Kuper "
26
26
}
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ abstract class KuperActivity : BaseFramesActivity<KuperKonfigs>() {
79
79
super .onCreate(savedInstanceState)
80
80
setContentView(R .layout.activity_kuper)
81
81
toolbar?.bindToActivity(this , ! boolean(R .bool.isKuper))
82
+ toolbar?.enableScroll(true )
82
83
toolbar?.title = getActivityTitle()
83
84
supportActionBar?.title = getActivityTitle()
84
85
setupContent()
Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ import jahirfiquitiva.libs.kuper.ui.fragments.SettingsFragment
23
23
class SettingsActivity : SettingsActivity () {
24
24
override val configs: KuperKonfigs by lazy { KuperKonfigs (this ) }
25
25
override fun settingsFragment (): Fragment = SettingsFragment ()
26
- override fun getTranslationSite (): String = " http://j.mp/KuperTranslations "
26
+ override fun getTranslationSite (): String = " http://j.mp/Trnsl8Kuper "
27
27
}
Original file line number Diff line number Diff line change @@ -126,7 +126,8 @@ class KuperFragment : ViewModelFragment<KuperKomponent>() {
126
126
}
127
127
128
128
recyclerView?.state = EmptyViewRecyclerView .State .LOADING
129
- loadDataFromViewModel()
129
+
130
+ postDelayed(5 ) { loadDataFromViewModel() }
130
131
}
131
132
132
133
fun applyFilter (filter : String = "", closed : Boolean = false) {
Original file line number Diff line number Diff line change 22
22
android : layout_width =" match_parent"
23
23
android : layout_height =" match_parent" >
24
24
25
- <jahirfiquitiva .libs.kauextensions .ui.layouts.FixedElevationAppBarLayout
25
+ <jahirfiquitiva .libs.kext .ui.layouts.FixedElevationAppBarLayout
26
26
android : id =" @+id/appbar"
27
27
android : layout_width =" match_parent"
28
28
android : layout_height =" wrap_content"
35
35
android : minHeight =" ?actionBarSize"
36
36
android : background =" ?colorPrimary" />
37
37
38
- </jahirfiquitiva .libs.kauextensions .ui.layouts.FixedElevationAppBarLayout>
38
+ </jahirfiquitiva .libs.kext .ui.layouts.FixedElevationAppBarLayout>
39
39
40
40
<jahirfiquitiva .libs.kuper.ui.widgets.PseudoViewPager
41
41
android : id =" @+id/pager"
Original file line number Diff line number Diff line change 26
26
android : paddingTop =" @dimen/cards_margin"
27
27
android : paddingBottom =" @dimen/cards_margin" >
28
28
29
- <jahirfiquitiva .libs.kauextensions .ui.widgets.MaterialIconView
29
+ <jahirfiquitiva .libs.kext .ui.widgets.MaterialIconView
30
30
android : id =" @+id/icon"
31
31
android : layout_width =" 40dp"
32
32
android : layout_height =" 40dp"
Original file line number Diff line number Diff line change 25
25
android : layout_width =" match_parent"
26
26
android : layout_height =" wrap_content" >
27
27
28
- <jahirfiquitiva .libs.kauextensions .ui.widgets.SquaredImageView
28
+ <jahirfiquitiva .libs.kext .ui.widgets.SquaredImageView
29
29
android : id =" @+id/wall"
30
30
android : layout_width =" match_parent"
31
31
android : layout_height =" match_parent"
40
40
android : layout_gravity =" center"
41
41
android : gravity =" center" />
42
42
43
- <jahirfiquitiva .libs.kauextensions .ui.widgets.SquaredImageView
43
+ <jahirfiquitiva .libs.kext .ui.widgets.SquaredImageView
44
44
android : id =" @+id/preview"
45
45
android : layout_width =" match_parent"
46
46
android : layout_height =" match_parent"
102
102
103
103
</LinearLayout >
104
104
105
- <jahirfiquitiva .libs.kauextensions .ui.widgets.MaterialIconView
105
+ <jahirfiquitiva .libs.kext .ui.widgets.MaterialIconView
106
106
android : id =" @+id/launch_app"
107
107
android : layout_width =" wrap_content"
108
108
android : layout_height =" match_parent"
You can’t perform that action at this time.
0 commit comments