Readme update with fastlane file structure

pull/30/head
Arty Bishop 2020-03-09 21:33:56 +00:00
rodzic 7331d66453
commit b759839e30
6 zmienionych plików z 13 dodań i 13 usunięć

Wyświetl plik

@ -10,18 +10,18 @@ For TLE data calculation and passes prediction Look4Sat uses the mavenized versi
The app is built using Dagger2, Retrofit2, Kotlin and Kotlin coroutines, Architecture Components and Jetpack Navigation.
<p float="left">
<img src="screenshots/scr_main_menu.jpg" width="250"/>
<img src="screenshots/scr_main_list.jpg" width="250"/>
<img src="screenshots/scr_pass_view.jpg" width="250"/>
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/1.png" width="250"/>
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/2.png" width="250"/>
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/3.png" width="250"/>
</p>
<img src="screenshots/scr_world_map.jpg" width="750">
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/4.png" width="750">
## Main features:
## Main features:
Calculating satellite passes for up to one week (168 hours)
Calculating passes for the current or manually entered location
Showing the list of currently active and upcoming satellite passes
Showing the active pass progress, polar trajectory and transceivers info
Showing the satellite positional data, footprint and ground track on a map
– Offline first: all the passes predictions are made offline. It's up to you to decide when
to update the TLE file and the transceivers DB. (Updates once a week are recommended)
* Calculating satellite passes for up to one week (168 hours)
* Calculating passes for the current or manually entered location
* Showing the list of currently active and upcoming satellite passes
* Showing the active pass progress, polar trajectory and transceivers info
* Showing the satellite positional data, footprint and ground track on a map
* Offline first: passes predictions are made offline.
Weekly updates of TLEs and transceivers DB are recommended.

Wyświetl plik

@ -26,7 +26,7 @@ import dagger.Component
import javax.inject.Singleton
@Singleton
@Component(modules = [AndroidModule::class, NetworkModule::class, StorageModule::class])
@Component(modules = [AndroidModule::class, NetworkModule::class, StorageModule::class, UtilityModule::class])
interface AppComponent {
@Component.Factory

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 414 KiB

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 246 KiB

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 185 KiB

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 555 KiB