aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | Merge pull request #752 from carlosperate/mcuboot-urlJF2021-10-174-5/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Update git URLS, MCUboot is now an independent organisation
| * | | | | | | Update git URLS, MCUboot is now independent w/ different GitHub org.carlosperate2021-10-174-5/+5
|/ / / / / / /
* | | | | | | Merge pull request #746 from Quantum-cross/recovery-fixJF2021-10-161-0/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix building of Recovery image
| * | | | | | | fix building of Recovery image.Quantum-cross2021-10-141-0/+2
| |/ / / / / /
* | | | | | | Merge pull request #652 from dyamon/wake-on-notificationJF2021-10-161-5/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Make new notifications refresh idle timer
| * | | | | | | Make new notifications refresh idle timerFederico Igne2021-10-141-5/+8
| |/ / / / / /
* | | | | | | Merge pull request #507 from Riksu9000/fit_more_tasksJF2021-10-161-5/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fit more tasks in SystemInfo
| * \ \ \ \ \ \ Merge branch 'develop' into fit_more_tasksRiku Isokoski2021-08-2870-849/+1209
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'develop' into fit_more_tasksRiku Isokoski2021-07-2541-247/+388
| |\ \ \ \ \ \ \ \
| * | | | | | | | | FixRiku Isokoski2021-07-211-2/+1
| | | | | | | | | |
| * | | | | | | | | Fit more tasks in SystemInfoRiku Isokoski2021-07-211-4/+8
| | | | | | | | | |
* | | | | | | | | | Merge pull request #655 from NeroBurner/paddle_hor_fixJF2021-10-161-2/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Paddle: compare ballX coordinate with horizontal resolution
| * | | | | | | | | | Paddle: compare ballX coordinate with horizontal resolutionReinhold Gschweicher2021-10-111-2/+2
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the comment as the comparison checks if the ball is at the right side of the screen. Compare the x coordinate of the ball with the horizontal resolution of the screen, instead of the vertical resolution. On the PinePhone this does make no difference as we have square 240x240 screen. Change it anyways to be completely correct.
* | | | | | | | | | Merge pull request #747 from mabuch/rename-JF0002-InfiniTimeOrgJF2021-10-169-25/+26
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Replaced "JF002" in github URLs with "InfiniTimeOrg"
| * | | | | | | | | | Replaced "JF002" in github URLs with "InfiniTimeOrg"mabuch2021-10-159-25/+26
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #722 from clemensvonmolo/code-structure-docJF2021-10-153-1/+150
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Add docs for app creation and code structure
| * | | | | | | | | More reasonable line lengths in Apps.md and Intro.mdClemens von Molo2021-10-082-18/+71
| | | | | | | | | |
| * | | | | | | | | minor corrections and notice about ui guidelines in docsClemens von Molo2021-10-061-4/+6
| | | | | | | | | |
| * | | | | | | | | multiple improvements to code docsClemens von Molo2021-10-062-37/+39
| | | | | | | | | |
| * | | | | | | | | advise against unecessary additional tasks in docsClemens von Molo2021-10-051-2/+3
| | | | | | | | | |
| * | | | | | | | | Add docs for app creation and code structureClemens von Molo2021-10-053-1/+92
| | | | | | | | | |
* | | | | | | | | | Merge branch 'Riksu9000-update_touch_driver' into developJean-François Milants2021-10-1012-24/+161
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | Merge branch 'update_touch_driver' of git://github.com/Riksu9000/InfiniTime ↵Jean-François Milants2021-10-1012-24/+161
|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into Riksu9000-update_touch_driver # Conflicts: # src/displayapp/Apps.h
| * | | | | | | | | Merge branch 'develop' into update_touch_driverRiku Isokoski2021-10-0528-107/+110
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | Merge branch 'develop' into update_touch_driverRiku Isokoski2021-09-1824-15/+644
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix Error screen and optimize GetTouchInfoRiku Isokoski2021-09-154-15/+8
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'develop' into update_touch_driverRiku Isokoski2021-09-14105-553/+987
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'develop' into update_touch_driverRiku Isokoski2021-08-2830-208/+272
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Automatic error detectionRiku Isokoski2021-08-1810-9/+121
| | | | | | | | | | | |
| * | | | | | | | | | | Fix after mergeRiku Isokoski2021-08-171-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'develop' into update_touch_driverRiku Isokoski2021-08-1782-861/+1304
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'develop' into update_touch_driverRiku Isokoski2021-07-156-55/+80
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Update touchpad driverRiku Isokoski2021-07-146-36/+63
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'timaios-set-datetime-manually' into developJean-François Milants2021-10-1010-54/+458
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Setting SetDate/SetTime : replace #defines by constexpr variables, NULL by ↵Jean-François Milants2021-10-104-85/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nullptr and other small cleanings.
| * | | | | | | | | | | | DateTimeController : remove unused methods and variables.Jean-François Milants2021-10-102-81/+9
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge with develop and fix conflicts from timaios:set-datetime-manually.Jean-François Milants2021-10-1010-8/+508
|/| | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'JF002:develop' into set-datetime-manuallyTim2021-08-0867-578/+970
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Code optimizations in SettingSetDate and SettingSetTimeTim Taenny2021-07-092-13/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of calling lv_obj_align after each button click, the labels have their auto_realign property set.
| * | | | | | | | | | | | | Code optimizations in SettingSetTimeTim Taenny2021-07-091-9/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The positions of the labels are controlled by #define's, just like in SettingSetDate.
| * | | | | | | | | | | | | Modified Settings menu as per suggestionTim Taenny2021-07-091-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved "Set date" and "Set time" to the second page of the Settings menu.
| * | | | | | | | | | | | | Code optimizations in SettingSetDateTim Taenny2021-07-091-41/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using static method of DateTimeController for retrieving month texts instead of implementing it in SettingSetDate again.
| * | | | | | | | | | | | | Exposed Month and DayOfWeek texts in DateTimeControllerTim Taenny2021-07-092-9/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added static methods to return the text of a given month or dayOfWeek.
| * | | | | | | | | | | | | Code optimizations in SettingSetTimeTim Taenny2021-07-091-24/+10
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Code optimizations in SettingSetDateTim Taenny2021-07-091-28/+12
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Added new menu entries to Settings pagetimaios2021-07-092-3/+17
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Added new screens to DisplayApp.cpptimaios2021-07-091-0/+10
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Added new screens to the list of applicationstimaios2021-07-091-1/+3
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Include new screens in CMakeLists.txttimaios2021-07-091-0/+2
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Added new screen: SettingSetDatetimaios2021-07-092-0/+317
| | | | | | | | | | | | | |