-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#16 - Added setup views for 'full button' and 'single action round' button - Changed properties for 'vertical incremental button' setup view - Removed double implementation of 'isCreatingNewButton'. All code now uses tempRemoteProfile's implementation | ButtonCreator Changes/Fixes | - Fixed an issue where 'ButtonCreator' would not set AppState's 'isCreatingNewButton' to false on dismiss - Fixed issue with dialog transitioning logic coming from CommandCreator's dismissal - Now resets its state upon non-transitioning dismissal. Since 'ButtonCreator' cannot be dismissed by swiping anymore, the user must back out of each stage before the dialog is dismissed. This might be a pain point that should be addressed later for potential redesign. - Added initial implementation of keyListenener which will be used to save button labels. This is heavy WIP and will probably be replaced when I redesign the 'setup button' layouts. - Changed 'dismissBottomDialog' to now work similar to CommandCreator's version - Added 'createDialogView()' function that implements generic view creation code #17 - Added listener for 'add button' action within RemoteLayout wrapper itself. This wrapper class will call listener code whenever 'AppState.TempData.TempRemoteProfile.isCreatingNewButton' is set to true
- Loading branch information
Showing
13 changed files
with
275 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.