A fork of Simple Time Tracker with WearOS support. (Now integrated upstream)
0

Configure Feed

Select the types of activity you want to include in your feed.

doc: Add WearOS gif + licensing to README

closes thehale/SimpleTimeTracker-WearOS#23

Joseph Hale (Feb 28, 2024, 10:35 PM -0700) 6c602bdf 3d2693e1

+21
+21
README.md
··· 67 67 [![darkmode3_thumb]][darkmode3] 68 68 <br> 69 69 70 + ## WearOS 71 + 72 + [![wearos_demo]][wearos_demo] 73 + <br> 74 + 70 75 ## Technology stack 71 76 - Kotlin 72 77 - Multi module 73 78 - Single Activity 74 79 - MVVM (Jetpack ViewModel + LiveData) 75 80 - Jetpack Navigation 81 + - Jetpack Compose (WearOS) 76 82 - Hilt 77 83 - Room, migrations 78 84 - Coroutines ··· 98 104 ├── data_local # Database. 99 105 ├── domain # Business logic. 100 106 ├── navigation # Navigation interfaces and screen params. 107 + ├── wear # WearOS app. 108 + ├── wearrpc # Mobile <--> WearOS communication 101 109 ├── features 102 110 │ ├── feature_archive # Screen for archived data. 103 111 │ ├── feature_base_adapter # Shared recycler adapters. ··· 125 133 │ └── feature_widget # Widgets. 126 134 127 135 ## License 136 + 137 + **Android App** 138 + 128 139 Copyright (C) 2020-2024 Anton Razinkov devrazeeman@gmail.com 129 140 130 141 This program is free software: you can redistribute it and/or modify ··· 140 151 You should have received a copy of the GNU General Public License 141 152 along with this program. If not, see <https://www.gnu.org/licenses/>. 142 153 154 + **WearOS App** 155 + 156 + Copyright (C) 2023-2024 Joseph Hale https://jhale.dev, 157 + [@kantahrek](https://github.com/kantahrek), Anton Razinkov devrazeeman@gmail.com 158 + 159 + This Source Code Form is subject to the terms of the Mozilla Public 160 + License, v. 2.0. If a copy of the MPL was not distributed with this 161 + file, You can obtain one at https://mozilla.org/MPL/2.0/. 143 162 144 163 145 164 [change_record_thumb]: dev_files/screens/change_record_thumb.png ··· 185 204 [darkmode2]: dev_files/screens/darkmode2.png 186 205 [darkmode3_thumb]: dev_files/screens/darkmode3_thumb.png 187 206 [darkmode3]: dev_files/screens/darkmode3.png 207 + 208 + [wearos_demo]: dev_files/wearos_demo.gif
dev_files/wearos_demo.gif

This is a binary file and will not be displayed.