Updated applications to use:
Text and graphic manager.
Choice manager
Menu manager
Lock screen manager
When I updated the application to use the Text and graphics manager I replaced show request with the sdlManager.getScreenManager()... in SdlService.
There are two choice managers that were completely redone one for forecast and one to change units.
Both of these changes reside in SdlService
The menu was completely redone to use the menu managers. The menu functions differently now to align with IOS. When switching to daily and hourly forecast the menu no longer adds commands like next, back and previous to the menu. The menu also doesn't delete what page you are currently on.
all menu changes are in SdlService
I added back the lockscreen using the managers. I used the custom template that was already created, I just updated the template to make more sense by adding the app icon and name to it. Changes are in SdlService and lockscreen.xml file
Fixed broadcast receivers in SdlService to make the application work with TCP and added build Variants to switch between TCP and Multiplex connections
Fixes #19
Updated applications to use: Text and graphic manager. Choice manager Menu manager Lock screen manager
When I updated the application to use the Text and graphics manager I replaced show request with the sdlManager.getScreenManager()... in SdlService.
There are two choice managers that were completely redone one for forecast and one to change units. Both of these changes reside in SdlService
The menu was completely redone to use the menu managers. The menu functions differently now to align with IOS. When switching to daily and hourly forecast the menu no longer adds commands like next, back and previous to the menu. The menu also doesn't delete what page you are currently on. all menu changes are in SdlService
I added back the lockscreen using the managers. I used the custom template that was already created, I just updated the template to make more sense by adding the app icon and name to it. Changes are in SdlService and lockscreen.xml file
Fixed broadcast receivers in SdlService to make the application work with TCP and added build Variants to switch between TCP and Multiplex connections