Wykres commitów

410 Commity (c91c58ac69de9bd60a75b87a5e2a49ed0ca8ebfd)

Autor SHA1 Wiadomość Data
Arty Bishop c91c58ac69 Removed interacting use cases for the sake of code simplicity 2021-05-16 19:13:10 +01:00
Arty Bishop 0110de8104 Repositories refactoring and merge 2021-05-16 19:13:10 +01:00
Arty Bishop 1a59b5e3e1 Extracted station position management to a separate class 2021-05-16 19:13:10 +01:00
Arty Bishop 5ef79148bd Updated dependencies and gradle version 2021-05-16 19:13:10 +01:00
Arty Bishop 1806e0d147 Added mockito dependency, fixed radar view update bug #51 2021-05-16 19:13:10 +01:00
Arty Bishop 4cfab17413 Further fixes to MapFragment.kt and MapViewModel.kt 2021-04-27 21:06:37 +01:00
Arty Bishop 48758b4f3d Minor fixes to MapFragment.kt and MapViewModel.kt 2021-04-25 15:44:29 +01:00
Arty Bishop fe69e90749 Added orientation pointer to PolarView.kt, changed drawn satellite icon 2021-04-25 10:19:43 +01:00
Arty Bishop 3c29dafd51 Added OMM class for future celestrak compatibility, fixes to PolarView 2021-04-24 17:49:55 +01:00
Arty Bishop 9ffb793dfd Minor refactoring and classes move 2021-04-24 16:47:42 +01:00
Arty Bishop e9a6471b6d Implemented Clean architecture, removed redundant dependencies 2021-04-23 12:59:18 +01:00
Arty Bishop 53fcf4790a Added framework DataSources, DataMapper and Models 2021-04-23 10:19:51 +01:00
Arty Bishop 865ecfb5bf Added SatelliteRepo basic interactors 2021-04-22 13:20:42 +01:00
Arty Bishop d0569f4645 Created satellite DataSources and Repository 2021-04-22 12:50:18 +01:00
Arty Bishop 3db474c763 Created a core module, basic clean architecture setup 2021-04-21 18:27:56 +01:00
Arty Bishop 5f7c3e3786 v2.4.0 - Showing azimuth for respective maxElevation 2021-04-18 19:58:08 +01:00
Arty Bishop e27224d9a8 Added rotator ip address and port checks and error messages 2021-04-18 18:40:23 +01:00
Arty Bishop e5e5fe7ee7 Fixes to the Az-El message sent via socket to rotctld 2021-04-18 17:45:38 +01:00
Arty Bishop 18820b79f4 Removed sat track tail from the map, minor refactoring 2021-04-17 12:46:51 +01:00
Arty Bishop a205ebfa2b Added rotator control function to PolarViewModel.kt 2021-04-14 18:32:57 +01:00
Arty Bishop 703dc17794 Added rotator control preferences to settings screen 2021-04-14 18:32:57 +01:00
Arty Bishop 046ec8ee8c Removed hardcoded screen orientation and redundant network state permission from manifest 2021-04-14 18:31:57 +01:00
Arty Bishop 7cfe44ed13
Merge pull request #49 from yix/master
Add sat name to the polar view
2021-04-14 17:21:56 +01:00
Alex M 5352bd5182 Add sat name to the polar view 2021-04-10 12:08:03 -04:00
Arty Bishop db710c55c4 Fixed transmitters doppler frequency update logic 2021-04-05 19:32:07 +01:00
Arty Bishop 555c2fe626 Extracted passes ticking logic from PassesAdapter.kt 2021-04-05 12:06:06 +01:00
Arty Bishop 7b4f58dd78 Removed deprecated 'artifact' input in github workflow 2021-04-05 09:03:21 +01:00
Arty Bishop b2deab0d7c Fixed recent InflationException, version code bumped 2021-04-05 08:52:03 +01:00
Arty Bishop 39c3a69a11 Minor fixes to various classes, version code bumped 2021-04-04 20:57:50 +01:00
Arty Bishop 8c67ec4808 Extracted sensor listening logic from PolarFragment.kt to Orientation.kt 2021-04-03 17:22:01 +01:00
Arty Bishop c2216e4917 Fixed behaviour of passes recycler ticking and refreshing 2021-04-03 13:47:02 +01:00
Arty Bishop cfd1a2f2b8 Second attempt for correct passes AsyncListDiffer 2021-04-02 22:22:36 +01:00
Arty Bishop af49acf4d9 Temporarily reverted Passes AsyncDiffer 2021-04-02 21:01:53 +01:00
Arty Bishop 7e97cbea1b AsyncListDiffer try for satellite passes 2021-04-02 20:29:57 +01:00
Arty Bishop 6b3a3b31d6 Final satellite entries refactoring, hopefully 2021-03-30 21:43:20 +01:00
Arty Bishop 2044ea273b Now sorting sat items list via LiveData switchMap 2021-03-29 23:11:08 +01:00
Arty Bishop aef560942f Minor visual changes to map info 2021-03-28 17:47:20 +01:00
Arty Bishop 2ba06c779f Further modification of entries selection logic 2021-03-28 11:02:08 +01:00
Arty Bishop 040ad844f5 Now clearing satellite transceivers data on update 2021-03-27 19:32:47 +00:00
Arty Bishop 76dce66a4a Further refactoring of entries selection and filtering logic 2021-03-27 18:57:08 +00:00
Arty Bishop 8d8e0bb7ac Added sat items filtering by transmitter mode 2021-03-27 16:54:03 +00:00
Arty Bishop 995953b823 Fixed sensor error when user holds the phone upright 2021-03-26 09:16:59 +00:00
Arty Bishop e8208b7934 Added SatItem and SatTrans relation to retrieve trans modes 2021-03-26 08:40:28 +00:00
Arty Bishop de11eb98c0 Minor fix to PolarFragment.kt sensor rotation event 2021-03-25 08:53:39 +00:00
Arty Bishop a8b43ca3fb Fixed satellite track show issue, minor Map fixes 2021-03-24 10:17:10 +00:00
Arty Bishop 6f8db0b9b1 Simplified transmitters, added database migration 2021-03-23 10:28:51 +00:00
Arty Bishop a882a73b8e Simplified SatPass.kt, predictor now returns this class 2021-03-23 10:03:42 +00:00
Arty Bishop 33d25d3c25 Replaced original SatPassTime class with my own 2021-03-22 21:37:20 +00:00
Arty Bishop 37c5ebbf2e Fragments and adapters refactoring 2021-03-21 21:16:52 +00:00
Arty Bishop f04e54d59b Separated satellite map logic from the passes screen 2021-03-21 19:53:59 +00:00