Arty Bishop
|
2427f8cbf5
|
Added GitHub release creation to default action workflow
|
2021-03-12 14:22:09 +00:00 |
Arty Bishop
|
cf41889017
|
Added release signing config
|
2021-03-11 22:14:04 +00:00 |
Arty Bishop
|
8134db90d6
|
Swapped SingleLiveEvent for MutableStateFlow
|
2021-03-11 21:34:57 +00:00 |
Arty Bishop
|
d493e3e87b
|
Fixed IllegalArgException on pass to polar navigation. Triggering github actions on tags push.
|
2021-03-09 09:33:03 +00:00 |
Arty Bishop
|
c37537bd67
|
Added NavController navigateSafe extension function
|
2021-03-09 09:10:22 +00:00 |
Arty Bishop
|
62026abd71
|
Added deploy bundle workflow triggered on master branch push
|
2021-03-08 22:28:09 +00:00 |
Arty Bishop
|
6c78d17faf
|
v2.2.1 - Hotfix for ClassCastException in SharedPrefs
|
2021-03-07 18:01:11 +00:00 |
Arty Bishop
|
dbae12a4e4
|
Switched to GPL v3, added privacy policy
|
2021-03-07 13:19:52 +00:00 |
Arty Bishop
|
3722ec3b05
|
Fixed select all logic in Entries adapter
|
2021-03-07 11:35:34 +00:00 |
Arty Bishop
|
44910389e3
|
Added zipped TLE import from Mike McCants' web site
|
2021-03-06 18:10:15 +00:00 |
Arty Bishop
|
0dfd7e6250
|
Added room type converter for Satellite objects
|
2021-03-06 17:08:36 +00:00 |
Arty Bishop
|
4705ff6915
|
Using passes screen as a startDestination
|
2021-03-06 16:28:45 +00:00 |
Arty Bishop
|
ab811e4ead
|
Switched to SatItems in Entries recycler Adapter
|
2021-03-06 15:42:35 +00:00 |
Arty Bishop
|
8df2334cd6
|
Removed redundant data class modifiers, minor cleanup
|
2021-03-06 15:31:47 +00:00 |
Arty Bishop
|
b169af4883
|
Now correctly popping back stack on PolarView pass end
|
2021-03-06 12:58:38 +00:00 |
Arty Bishop
|
06633625ba
|
Back to single repo, using retrofit to fetch satellite data
|
2021-03-05 09:21:17 +00:00 |
Arty Bishop
|
ef51f671b7
|
Now storing tle sources in shared prefs, restoring defaults. Added DB migration.
|
2021-03-03 20:58:09 +00:00 |
Arty Bishop
|
a15e789e70
|
Added app-wide supervisor scope to CoroutinesModule.kt
|
2021-03-02 07:54:06 +00:00 |
Arty Bishop
|
31fe18e4b5
|
Using default TLE sources if empty sources list passed for update
|
2021-03-01 20:57:58 +00:00 |
Arty Bishop
|
07db0378c5
|
Fixed NullPointerException in EntriesFragment's update from file result
|
2021-03-01 20:47:17 +00:00 |
Arty Bishop
|
4c83cd2e21
|
Code refactoring, moving classes to new packages
|
2021-02-28 19:00:08 +00:00 |
Arty Bishop
|
4fa2f13834
|
Cleaned up dependencies, injecting Moshi in RoomConverters
|
2021-02-28 18:58:54 +00:00 |
Arty Bishop
|
decc24ea2a
|
v2.1.0 - Various fixes, version code bumped
|
2021-02-28 13:23:49 +00:00 |
Arty Bishop
|
38d21b98a0
|
Swapped the onboarding activity for a simple dialog
|
2021-02-28 13:05:38 +00:00 |
Arty Bishop
|
7d970b9287
|
Added DispatchersModule.kt and CoroutineTestRule.kt for coroutine dispatchers injection
|
2021-02-27 17:33:01 +00:00 |
Arty Bishop
|
386c087946
|
Switched to using the new Activity Result API
|
2021-02-27 17:14:13 +00:00 |
Arty Bishop
|
bfeeff5372
|
Cleaned up the code in PassPredictor class
|
2021-02-27 14:47:26 +00:00 |
Arty Bishop
|
7be9965352
|
Removed deprecated permission request handler
|
2021-02-27 11:44:41 +00:00 |
Arty Bishop
|
f6ca069896
|
Fixed issue #44, now accepting all valid locators
|
2021-02-27 11:03:35 +00:00 |
Arty Bishop
|
68fbd4fc1a
|
Added several utility extension functions
|
2021-02-27 09:56:08 +00:00 |
Arty Bishop
|
a8f3c5eb77
|
Using liveData builder for appTimer, hilt update
|
2021-02-26 19:15:47 +00:00 |
Arty Bishop
|
c929e94d0e
|
Switched to using Kotlin Flow in repository, zoom fix
|
2021-02-26 18:54:46 +00:00 |
Arty Bishop
|
271719c651
|
Fixed satellite selection clearing bug #46
|
2021-02-26 18:39:11 +00:00 |
Arty Bishop
|
bf1ce64553
|
Stopped clearing satellite entries on each TLE update #39
|
2021-02-26 18:36:08 +00:00 |
Arty Bishop
|
9199765c61
|
Now setting a correct min zoom level in MapFragment.kt #42
|
2021-02-26 18:29:43 +00:00 |
Arty Bishop
|
124def913a
|
Planted a debug tree with Timber
|
2021-02-26 18:19:01 +00:00 |
Arty Bishop
|
0c961005fc
|
Using native OSM LatLon clipping functions
|
2021-02-26 17:57:17 +00:00 |
Arty Bishop
|
c06b54a3c3
|
Added continuous horizontal map scrolling #41
|
2021-02-26 17:54:41 +00:00 |
Arty Bishop
|
0438b8a51f
|
Removed redundant interfaces, simplified the code
|
2021-02-25 21:07:31 +00:00 |
Arty Bishop
|
02dd0a5a78
|
Added QthConverter.kt class and unit tests
|
2021-02-25 20:50:53 +00:00 |
Arty Bishop
|
f1a78a1f47
|
Dependencies update
|
2021-02-25 20:38:06 +00:00 |
Arty Bishop
|
b2285a691d
|
v2.0.1 - Timer font reverted, version code bumped
|
2020-12-01 23:50:43 +00:00 |
Arty Bishop
|
791a9c206f
|
Reverted LED type font to the regular bold one
|
2020-12-01 23:13:55 +00:00 |
Arty Bishop
|
24ab1b0990
|
v2.0.0 - New BottomNavigation UI, OSM MapView, major code refactoring
|
2020-11-29 17:36:43 +00:00 |
Arty Bishop
|
44497b8c3d
|
Fixes to strings.xml, new screenshots, app description and README.md
|
2020-11-29 17:10:04 +00:00 |
Arty Bishop
|
c58997460c
|
Added show text labels on the map switch to preference.xml
|
2020-11-28 18:35:54 +00:00 |
Arty Bishop
|
f055d96e5a
|
Further changes to MapViewModel.kt, removed bottomNav ripple effect
|
2020-11-28 16:46:11 +00:00 |
Arty Bishop
|
4556d2d975
|
Further refactor of MapFragment.kt and MapViewModel.kt
|
2020-11-28 13:56:03 +00:00 |
Arty Bishop
|
62f8a4a534
|
Minor fixes to resources and UI
|
2020-11-27 23:34:04 +00:00 |
Arty Bishop
|
e9eba47429
|
Added more satellite info to the MapFragment.kt
|
2020-11-27 17:05:51 +00:00 |