Compare commits
	
		
			3 Commits
		
	
	
		
			857520617d
			...
			v125051211
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| e4b6119f65 | |||
| ea70c64873 | |||
|  | f4a1805474 | 
| @@ -11,7 +11,7 @@ jobs: | |||||||
|           fetch-depth: 0 |           fetch-depth: 0 | ||||||
|       - name: "Check android app changes" |       - name: "Check android app changes" | ||||||
|         id: check-android-changes |         id: check-android-changes | ||||||
|         uses: tj-actions/changed-files@v45 |         uses: tj-actions/changed-files@v46 | ||||||
|         with: |         with: | ||||||
|           files: | |           files: | | ||||||
|             androidApp/src/** |             androidApp/src/** | ||||||
|   | |||||||
| @@ -31,8 +31,9 @@ jobs: | |||||||
|           fetch-depth: 0 |           fetch-depth: 0 | ||||||
|       - name: "Check translations changes" |       - name: "Check translations changes" | ||||||
|         id: check-translations-changes |         id: check-translations-changes | ||||||
|         uses: tj-actions/changed-files@v45 |         uses: tj-actions/changed-files@v46 | ||||||
|         with: |         with: | ||||||
|  |           base_sha: ${{ github.event.pull_request.base.sha }} | ||||||
|           files: | |           files: | | ||||||
|             androidApp/src/main/res/values/strings.xml |             androidApp/src/main/res/values/strings.xml | ||||||
|       - name: upload translation sources |       - name: upload translation sources | ||||||
|   | |||||||
| @@ -1,3 +1,10 @@ | |||||||
|  | **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) | ||||||
|  |  | ||||||
|   | |||||||
| @@ -0,0 +1,4 @@ | |||||||
|  | **v125040991** | ||||||
|  |  | ||||||
|  | - fix: Connectivity toast message was causing issues. | ||||||
|  | - Changelog for v125030901 | ||||||
		Reference in New Issue
	
	Block a user