Compare commits
No commits in common. "master" and "fix-toast" have entirely different histories.
@ -11,7 +11,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- name: "Check android app changes"
|
||||
id: check-android-changes
|
||||
uses: tj-actions/changed-files@v46
|
||||
uses: tj-actions/changed-files@v45
|
||||
with:
|
||||
files: |
|
||||
androidApp/src/**
|
||||
|
@ -31,9 +31,8 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- name: "Check translations changes"
|
||||
id: check-translations-changes
|
||||
uses: tj-actions/changed-files@v46
|
||||
uses: tj-actions/changed-files@v45
|
||||
with:
|
||||
base_sha: ${{ github.event.pull_request.base.sha }}
|
||||
files: |
|
||||
androidApp/src/main/res/values/strings.xml
|
||||
- name: upload translation sources
|
||||
|
15
CHANGELOG.md
15
CHANGELOG.md
@ -1,18 +1,3 @@
|
||||
**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
|
||||
|
||||
- Merge pull request 'fix-reload' (#195) from fix-reload into master
|
||||
|
@ -387,7 +387,6 @@ class HomeActivity :
|
||||
lastFetchDone = false
|
||||
|
||||
elementsShown = ItemType.fromInt(position + 1)
|
||||
items = ArrayList()
|
||||
getElementsAccordingToTab()
|
||||
binding.recyclerView.scrollToPosition(0)
|
||||
|
||||
|
@ -1,4 +0,0 @@
|
||||
**v125040991**
|
||||
|
||||
- fix: Connectivity toast message was causing issues.
|
||||
- Changelog for v125030901
|
@ -1,5 +0,0 @@
|
||||
**v125051211**
|
||||
|
||||
- fix: Bottom bar loading issues.
|
||||
- ci: make file changes check from master. (#199)
|
||||
- Changelog for v125040991
|
Loading…
x
Reference in New Issue
Block a user