Applications

From AsteroidOS
Revision as of 16:56, 5 August 2024 by Beroset (talk | contribs) (add link to application list)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This shows a list of applications available for AsteroidOS with details about their operation. There is also a list summary in table format.

Preinstalled

Agenda

A calendar app, with support for adding events. Each event has a name and an event time. Switch days by swiping left and right. View events for a given day by tapping on the date. Add new events from the day view by tapping the plus (+) button. Edit events by tapping on the event. Switch back to the overview by tapping at the top of the screen or swiping down. Switch months by tapping at the top of the screen in the overview.

The calendar does not automatically sync to your smartphone calendar. However, you can sideload and import .ical exported calenders using icalconverter import test.ics -d on the watch.

To get that .ical out of Nextcloud, use:

curl -o test.ics -u USER:PASSWORD "http://[IP-ADRESS]/remote.php/dav/calendars/[USER]/[CALENDAR-URI]?export"

Alarm Clock

An alarm clock app, which can support multiple repeating alarms.

Swipe left and right to view different alarms. Tap the plus (+) icon to add a new alarm. If you have any alarms set up, you can find the plus (+) icon by swiping to the end of the list. Alarms can be set to repeat on a given day of the week, or to trigger once. You can enable or disable an alarm by tapping the checkbox, change the time of the alarm by tapping the alarm's time, change the repetition by tapping the repetition text, and delete the alarm by tapping the trash icon.

A non-repeating alarm will disable itself after triggering. You can set it to trigger once again by enabling it.

When an alarm is triggered, you can dismiss it by tapping the tick icon, or snooze it for five minutes by tapping the 'zzz' icon or pressing the power button. The alarm will also automatically snooze after 30 seconds of ringing and will dismiss itself after three automatic snoozes.

Calculator

A simple calculator app.

Diamonds

A 2048 style game. Swipe diagonally to move all tiles in the direction of your swipe, colliding tiles of the same numeric value will add together. The game ends when the screen fills with tiles and there are no more moves left.

Flashlight

A simple 'flashlight' app that turns your watch screen white. Toggle the 'flashlight' by tapping the screen.

Music

A controller for music playing on your phone. The app shows the current track title and artist, and allows you to play and pause, skip tracks and adjust volume.

Settings

A settings app.

Stopwatch

A simple stopwatch app.

Timer

A simple timer app.

When a timer is triggered, you can dismiss it by tapping the tick icon or repeat the timer by tapping the repeat icon.

Weather

A weather app which shows up to 5 days' worth of data.

The app gets data from a paired device. If you are unable to pair your watch to a smartphone, it is possible to use Beroset's Asteroid-Weatherfetch to fetch data by connecting your watch to the internet.

Preinstalled on some watches

These applications will only come on watches that have appropriate hardware. They can also be installed on watches without the correct hardware, but may not work correctly.

Compass

A basic compass app, which shows cardinal directions around the perimeter and a numeric heading in the middle of the screen.

Heart Rate Monitor

A basic application that shows the current reading from the heartrate sensor. The previous reading is shown with an arrow to the left of the current reading. This will move to indicate whether the current reading is lower or higher than the previous.

Make sure to have your watch strapped firmly to your wrist in order to get the best reading. However, do not overtighten it beyond what is comfortable.

Community

These applications are not installed by default but can be installed using opkg as described here. See Other Packages for CLI programs and other non-graphical tools.

unofficial-watchfaces

Homepage: https://github.com/AsteroidOS/unofficial-watchfaces

A collection of AsteroidOS unofficial watchfaces. Watchface creation in QtQuick is really easy! You can learn how to make your own by following the Watchface Creation Guide. This is a great place to start getting ideas and examples for your own custom watchface.

asteroid-health

Homepage: https://git.dodorad.io/dodoradio/asteroid-health

asteroid-health is an application that tracks the user's steps, heartrate and optionally weight. It uses asteroid-sensorlogd as the underlying engine that reads the data and stores it on the watch. Unlike many commercial health applications, asteroid-health NEVER sends your data to the cloud or to any third party.

asteroid-map

Homepage: https://git.dodorad.io/dodoradio/asteroid-map/about/

A map app for AsteroidOS that's targeted at small and round displays, and devices with limited connectivity.

asteroid-qmltester

Homepage: https://github.com/MagneFire/asteroid-qmltester.git

Asteroid's qmltester app

This is an application that allows a developer to quickly try out QML designs on the watch without needing to write an entire application.

asteroid-weatherfetch

Homepage: https://github.com/beroset/asteroid-weatherfetch.git

This app uses an internet connection from the watch to fetch weather forecast data to be used for the Weather app in AsteroidOS. It also has a command-line version that can be used for scripting.