v2.5.5 - Fixed data update crash, issues #66 and #67

pull/87/head
Arty Bishop 2021-09-18 17:09:12 +01:00
rodzic 08b4274ca2
commit 37ede31227
12 zmienionych plików z 10 dodań i 58 usunięć

Wyświetl plik

@ -14,8 +14,8 @@ android {
minSdkVersion 23
resConfigs "en,ru"
targetSdkVersion 31
versionCode 254
versionName "2.5.4"
versionCode 255
versionName "2.5.5"
kapt {
arguments {

Wyświetl plik

@ -1 +0,0 @@
Timer font reverted

Wyświetl plik

@ -1,8 +0,0 @@
Fixed NullPointerException in EntriesFragment's update from file
Fixed IllegalArgumentException on passes navigate action
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

Wyświetl plik

@ -1,7 +0,0 @@
Added satellite items filtering by transmitter mode
Now updating recyclers views asyncronously
Switched to concurrent satellite data update
Minor visual changes to map info
Separated application screens logic
Bug fixes, huge code cleanup
Fixed recent InflatingException

Wyświetl plik

@ -1,8 +0,0 @@
Added satellite items filtering by transmitter mode
Now updating recyclers views asyncronously
Switched to concurrent satellite data update
Minor visual changes to map info
Separated application screens logic
Bug fixes, huge code cleanup
Fixed recent InflatingException
Fixed transmitters doppler frequency update logic

Wyświetl plik

@ -1,5 +0,0 @@
Removed hardcoded screen orientation
Removed redundant permission from manifest
Added antenna rotator control via socket
Showing azimuth for respective maxElevation
Showing satellite name on the polar screen

Wyświetl plik

@ -1,6 +0,0 @@
Added simple custom source TLE update dialog
Added immediate initial setup
Added pass direction arrow to radar view #52
Added orientation pointer to radar view
Fixed radar view update bug #51
Switched to modular architecture

Wyświetl plik

@ -1,7 +0,0 @@
Added immediate initial setup
Added pass direction arrow to radar view #52
Added orientation pointer to radar view
Fixed radar view update bug #51
Fixed tle update issue #53
Fixed location update bug #54
Switched to modular architecture

Wyświetl plik

@ -1,10 +0,0 @@
Added immediate initial setup
Added pass direction arrow to radar view #52
Added orientation pointer to radar view
Fixed update triggered crash
Fixed radar view update bug #51
Fixed tle update issue #53
Fixed location update bug #54
Removed aiming icon without sensors #57
Removed satellite list scroll to the top on selection #59
Switched to modular architecture

Wyświetl plik

@ -1,2 +0,0 @@
Bumped minSdk to 23 (Android 6.0), fixed AMSat SSL issue
Dependencies update, fixed issue #58

Wyświetl plik

@ -0,0 +1,4 @@
Now correctly using the hours ahead setting #66
Fixed broken pass progress indicator #67
Fixed satellite data update crash
Lots of refactoring, getting codebase ready for new features

Wyświetl plik

@ -1,2 +1,4 @@
Bumped minSdk to 23 (Android 6.0), fixed AMSat SSL issue
Dependencies update, fixed issue #58
Now correctly using the hours ahead setting #66
Fixed broken pass progress indicator #67
Fixed satellite data update crash
Lots of refactoring, getting codebase ready for new features