kopia lustrzana https://github.com/rt-bishop/Look4Sat
Removed deprecated 'artifact' input in github workflow
rodzic
b2deab0d7c
commit
7b4f58dd78
|
@ -58,6 +58,6 @@ jobs:
|
|||
- name: Create release
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
artifact: ${{steps.sign_apk.outputs.signedReleaseFile}}
|
||||
artifacts: ${{steps.sign_apk.outputs.signedReleaseFile}}
|
||||
bodyFile: fastlane/metadata/android/en-US/whatsnew/whatsnew-en-US
|
||||
token: ${{ secrets.RELEASE_TOKEN }}
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
New interface with BottomNavigation bar
|
||||
New map interface with satellite data overlay
|
||||
Added basic onboarding screen
|
||||
Added polar fragment AOS/LOS timer
|
||||
Added more satellite data to passes ViewHolders
|
||||
Added the ability to set location via QTH locator
|
||||
Sources and entries update on first launch
|
||||
Removed unnecessary permissions from Manifest
|
||||
Fixed memory leaks and various bugs, code cleanup
|
|
@ -1,6 +0,0 @@
|
|||
Various fixes:
|
||||
Issue #41 - Added continuous horizontal map scrolling
|
||||
Issue #42 - Now setting a correct min zoom level
|
||||
Issue #39 - Stopped clearing satellite entries on each TLE update
|
||||
Issue #46 - Fixed satellite selection clearing bug
|
||||
Issue #44 - Now accepting all valid QTH locators
|
|
@ -1,7 +0,0 @@
|
|||
Fixed NullPointerException in EntriesFragment's update from file
|
||||
Fixed select all logic in Entries adapter
|
||||
Now correctly popping back stack on PolarView pass end
|
||||
Now using passes screen as a start destination
|
||||
Added zipped TLE import from Mike McCants' web site
|
||||
Added McCants' classified and integrated TLEs to default sources
|
||||
Added privacy policy to info screen, switched to GPL v3 licence
|
Ładowanie…
Reference in New Issue