summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/ApplicationList.cpp
AgeCommit message (Collapse)AuthorFilesLines
2022-08-02Add status icons widgetRiku Isokoski1-1/+10
2022-06-16Automatically create screens for applist and settings (#1153)Riku Isokoski1-52/+20
Apps and settings are now stored in a single array (two arrays in total). Replace magic values with appsPerScreen and entriesPerScreen.
2022-06-06Move basic apps to the top of the app listRiku Isokoski1-4/+4
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher1-4/+4
Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories.
2021-09-10Created basic alarm appMark Russell1-1/+1
2021-08-03Merge branch 'develop' into refresh_reworkRiku Isokoski1-1/+1
2021-07-25Add new unique icons for some appsRiku Isokoski1-1/+1
2021-07-19Refresh reworkRiku Isokoski1-6/+0
2021-07-02and metronome icon (#439)Bryton Hall1-1/+1
* add drum icon for metronome app
2021-06-12add basic metronome app (#409)Bryton Hall1-1/+1
* add basic metronome app * add bpb, tap to bpm, update widgets * use event pressed for bpm tap * move case statement break to the right place * narrow bpm selection range, override touch events * fix arc knob style * re-enable sleeping in destructor
2021-05-20Timer App (#355)Florian1-1/+1
* built timer app * Style improvements * making sure buttons stay hidden when the app is reopened and reappear after the timer runs out * more sensible calculations of time deltas. eliminated that mysterious scaling factor * changing the timer icon
2021-04-26Merge branch 'develop' ofJoaquim1-40/+38
https://github.com/JF002/InfiniTime into StepsApp
2021-04-24Reformatted all the files according to clang-format styleAvamander1-40/+38
2021-04-19New Steps appJoaquim1-2/+2
Settings to set the steps goal More detail in Motion app New 42px Font
2021-04-09Merge branch 'develop' into motion-sensorJean-François Milants1-27/+25
# Conflicts: # src/CMakeLists.txt # src/displayapp/Apps.h # src/displayapp/DisplayApp.cpp # src/displayapp/DisplayApp.h # src/displayapp/lv_pinetime_theme.c # src/displayapp/screens/ApplicationList.cpp # src/drivers/TwiMaster.cpp # src/systemtask/SystemTask.h
2021-04-04First integration of the motion sensor (bma 421) : step counting + wake on ↵Jean-François Milants1-2/+2
wrist rotation + app to see the value of the 3 axis in "real time".
2021-04-04Big UI and navigation RewriteJoaquim1-26/+24
new navigation add some color to the apps redesign menus new settings menu new quick settings code clean up size reduction by converting navigation images to font and more...
2021-03-22replaced all unique_ptr.reset calls with std::make_uniqueNiall Cooling1-3/+3
2021-03-20Merged upstreampanky-codes1-6/+11
2021-03-20Reworked based on PR comments.panky-codes1-5/+4
2021-03-13Stopwatch completed. Ready for PRpanky-codes1-2/+2
2021-03-11Basic logic done. Need to change the timer source to get ms. Also need to ↵panky-codes1-1/+2
replace with paddle app in displayApp.cpp and ApplicationList.cpp later.
2021-02-24Multi face support, analog clock, 12/24 configJoaquim1-6/+11
2021-02-23Merge branch 'LVGL7' of https://github.com/joaquimorg/Pinetime into ↵Jean-François Milants1-1/+1
joaquimorg-LVGL7 # Conflicts: # src/CMakeLists.txt # src/displayapp/DisplayApp.cpp # src/displayapp/screens/Modal.cpp # src/displayapp/screens/Modal.h # src/displayapp/screens/Notifications.cpp # src/displayapp/screens/Tile.h
2021-02-01CleanupJoaquim1-6/+9
2021-01-28LVGL v7.10.0Joaquim1-45/+43
2021-01-20Merge branch piggz/nav into develop:Jean-François Milants1-1/+1
- fix conflict - add a icon for the navigation app.
2021-01-10First implementation of the HR sensor using 100% foss code (ported from waspos)Jean-François Milants1-1/+1
2021-01-02adds 2048 clone gameJed1-1/+1
styles table reads touch events allows moving tiles allows merging tiles improves tile movement allows merging tiles adds score display implements color edit comments adjust game logic disallows double merges
2020-12-03Update ApplicationList.cppZephyrLabs1-0/+1
added paddle app
2020-12-03Addition of new files in MakeListZephyrLabs1-1/+1
added Paddle.cpp and Paddle.h
2020-11-16Include cleanup: displayapp + screensokaestne1-4/+5
2020-10-20Integrate new notification UI with notifications coming from BLEJF1-3/+3
2020-10-19[WIP] Add new notification UI that use HW scrolling effects. Both ↵JF1-2/+2
notification apps are available in the menu, we can compare them.
2020-10-18[WIP] New notification app that uses software scrolling effect.JF1-1/+1
2020-10-02Fixed all the includes that were broken due to the renamesAvamander1-1/+1
2020-10-02Renamed displayapp/Screens to displayapp/screensAvamander1-0/+82