Make LenaPi usable on Android devices

- Add app icon
- prevend android device from shutting down cpu while playing music
- fix scaling bug
- fix energy saver for RasPi by reconnecting to music player
- minor refactorings and renaming
This commit is contained in:
Jan-Martin Raemer 2022-07-16 12:19:57 +02:00
parent 851b83a53a
commit 1f12d93300
19 changed files with 499 additions and 48 deletions

View file

@ -86,6 +86,7 @@ private slots:
* @brief Either show subdirectories or music player depending on current directory type
*/
void onNavigationRequest();
void startOrStopEnergySaverDependingOnPlayerState();
};
#endif // NAVIGATIONCONTROLLER_H