Use github actions (#106)
* add unit tests config * add build config * do not overwrite artifact * update workflow names and add badges to README * update badge
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
# Stocks Widget
|
||||
[](https://circleci.com/gh/premnirmal/StockTicker)
|
||||
[](https://github.com/premnirmal/StockTicker/actions) [](https://github.com/premnirmal/StockTicker/actions)
|
||||
|
||||
[](https://play.google.com/store/apps/details?id=com.github.premnirmal.tickerwidget)
|
||||
|
||||
[<img src="https://i.imgur.com/u6kj7yf.png"
|
||||
[](https://play.google.com/store/apps/details?id=com.github.premnirmal.tickerwidget) [<img src="https://i.imgur.com/u6kj7yf.png"
|
||||
alt="Get it on F-Droid"
|
||||
height="80">](https://f-droid.org/app/com.github.premnirmal.tickerwidget)
|
||||
|
||||
@@ -11,12 +9,6 @@
|
||||

|
||||

|
||||
|
||||
## Motivation
|
||||
|
||||
This app is to demonstrate usage of **kotlin** on android using [Dagger2](https://github.com/google/dagger) and [Kotlin coroutines](https://github.com/Kotlin/kotlinx.coroutines).
|
||||
|
||||
This app also shows how to write android unit tests using [mockito](https://github.com/mockito/mockito) and [robolectric](https://github.com/robolectric/robolectric) using kotlin.
|
||||
|
||||
## App features:
|
||||
|
||||
- A homescreen widget that shows your stock portolio in a resizable grid.
|
||||
@@ -25,8 +17,8 @@ This app also shows how to write android unit tests using [mockito](https://gith
|
||||
- Only performs automatic fetching of stocks during trading hours and weekdays.
|
||||
|
||||
### Importing and exporting
|
||||
- You can import a list of tickers by selecting **import tickers** from the settings menu. All you need is a textfile with your tickers in *comma-separated* format.
|
||||
- You can also export your tickers to a file by selecting **export tickers**.
|
||||
- You can import a list of tickers by selecting **import tickers** from the settings menu. All you need is a textfile with your tickers in *comma-separated* format, or in *json format*.
|
||||
- You can also export your tickers to a *json* file by selecting **export tickers**.
|
||||
|
||||
## License
|
||||
|
||||
|
||||
Reference in New Issue
Block a user