https://github.com/fardog/timestamp
Android Wear complications for developers
https://github.com/fardog/timestamp
android-wear complications timestamp utc watch
Last synced: 2 months ago
JSON representation
Android Wear complications for developers
- Host: GitHub
- URL: https://github.com/fardog/timestamp
- Owner: fardog
- License: apache-2.0
- Created: 2018-02-03T18:59:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T21:33:45.000Z (about 1 year ago)
- Last Synced: 2025-01-30T17:51:27.583Z (4 months ago)
- Topics: android-wear, complications, timestamp, utc, watch
- Language: Kotlin
- Homepage: https://play.google.com/store/apps/details?id=io.fardog.timestamp
- Size: 25.3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Timestamp
Android Wear complications for developers.
_Timestamp_ was created to provide a UTC time complication, displaying
24 hour time. Android Wear has a similar complication, however it requires
selecting Reykjavík timezone (and having `REY` shown on the screen at all
times).It also contains a time-since-epoch complication for watch faces which can
display a "long" text complication. Tapping this complication shows you the
current seconds or milliseconds since epoch, based on your selected settings.## Installation
There are several options for installation:
* Install via the [Google Play Store][play]
* Sideload the [signed apk][apk] in this repository
* Build from sourceThe process for building/sideloading APKs varies from watch to watch, and is
not documented here. The project is a standard [Android Studio][studio]
project, and may be directly ported/built with no special considerations.## Complications
* [x] UTC Time
* [x] Unix Timestamp## License
```
Copyright 2018 Nathan WittstockLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
```[apk]: ./app/release/app-release.apk
[play]: https://play.google.com/store/apps/details?id=io.fardog.timestamp
[studio]: https://developer.android.com/studio/index.html