Compare commits
4 Commits
e7b0e6b35d
...
master
Author | SHA1 | Date | |
---|---|---|---|
b59121d1d1 | |||
e4b6119f65 | |||
ea70c64873 | |||
f4a1805474 |
15
CHANGELOG.md
15
CHANGELOG.md
@ -1,3 +1,18 @@
|
|||||||
|
**v125051211
|
||||||
|
|
||||||
|
- fix: Bottom bar loading issues.
|
||||||
|
- ci: make file changes check from master. (#199)
|
||||||
|
- Changelog for v125040991
|
||||||
|
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
|
||||||
|
**v125040991
|
||||||
|
|
||||||
|
- fix: Connectivity toast message was causing issues.
|
||||||
|
- Changelog for v125030901
|
||||||
|
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
|
||||||
**v125030901
|
**v125030901
|
||||||
|
|
||||||
- Merge pull request 'fix-reload' (#195) from fix-reload into master
|
- Merge pull request 'fix-reload' (#195) from fix-reload into master
|
||||||
|
@ -387,6 +387,7 @@ class HomeActivity :
|
|||||||
lastFetchDone = false
|
lastFetchDone = false
|
||||||
|
|
||||||
elementsShown = ItemType.fromInt(position + 1)
|
elementsShown = ItemType.fromInt(position + 1)
|
||||||
|
items = ArrayList()
|
||||||
getElementsAccordingToTab()
|
getElementsAccordingToTab()
|
||||||
binding.recyclerView.scrollToPosition(0)
|
binding.recyclerView.scrollToPosition(0)
|
||||||
|
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
<string name="title_activity_login">"Log in"</string>
|
<string name="title_activity_login">"Log in"</string>
|
||||||
<string name="prompt_password">"Password"</string>
|
<string name="prompt_password">"Password"</string>
|
||||||
<string name="action_sign_in">"Go"</string>
|
<string name="action_sign_in">"Go"</string>
|
||||||
<string name="action_sign_inn">"Go"</string>
|
|
||||||
<string name="error_invalid_password">"Password not long enough"</string>
|
<string name="error_invalid_password">"Password not long enough"</string>
|
||||||
<string name="error_field_required">"Field required"</string>
|
<string name="error_field_required">"Field required"</string>
|
||||||
<string name="prompt_url">"Url"</string>
|
<string name="prompt_url">"Url"</string>
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
**v125040991**
|
||||||
|
|
||||||
|
- fix: Connectivity toast message was causing issues.
|
||||||
|
- Changelog for v125030901
|
@ -0,0 +1,5 @@
|
|||||||
|
**v125051211**
|
||||||
|
|
||||||
|
- fix: Bottom bar loading issues.
|
||||||
|
- ci: make file changes check from master. (#199)
|
||||||
|
- Changelog for v125040991
|
Reference in New Issue
Block a user