-
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.
#6 - RemoteCreator reworked to more closely resemble the structure of other 'creator' modules - Now contains a context reference - Keeps track of it's visibility in its own state now #17 RemoteLayout - Setting the binding reference now properly updates the internal button creator and sets up the adapters - Now contains the 'topPadding' value to set for the remote layout - Lots of the logic regarding updating the layout have been moved to this class (i.e. 'edit mode' listener, 'add button' listener, 'button creation process complete' listener) #23 CommandCreator - Now 'resets' many of the internal variables to their default state when the dialog is dismissed. Since dismissing the dialog is only done when a user completely backs out or finishes a process now, this is a viable solution to resetting the creator for further use. - Fixed a bug where instructionsBinding and newCommandSheetBinding weren't set to null upon removing the context reference - Fixed a bug where 'showActionsFromDialog()' wasn't using the new 'createDialog()' function #22 - The button creator was removed and is now found within the RemoteLayout variable - The state variables 'isShowingCreateRemoteView' and 'isShowingCreateButtonView' have been removed as they are now unnecessary - Removed several listeneners which are now found within the RemoteLayout class
- Loading branch information
Showing
7 changed files
with
350 additions
and
261 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
Oops, something went wrong.