You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#23
- Refactored ActionSequenceAdapter into remote_control/command/creation package
- Refactored CommandFromRemoteActivity into more generic GetFromRemoteActivity. This activity can now return a command or list of actions from a button.
- Also added listeners for activity results for CommandFromRemoteActivity
- Moved pair_signal_info and pairing_instruction views to separate layouts. Each layout is inflated upon request now.
- LOTS of work on CommandCreator... a lot of work... needs lots of testing
#16
- Added callbacks between ButtonCreator and internal CommandCreator
#12
- Added 'containsAllRawData()' function to check if received IR signal from hub is complete
- Added 'copyFrom()' function to allow quick copies of IrSignals. This is handy to use when you want to cause an observable IrSignal to update upon partial change
- Created a new 'sendListenAction()' function (currently 'sendListenAction2()'). This function properly manipulates the AppState based on RealtimeDatabase responses.
- Fixed an issue where 'addIrSignal()' was using the wrong Firestore endpoint
- Changed 'addIrSignal()' to where it now properly updates AppState
#2
- Added 'HubException' class. These exceptions are specific to different errors a Hub can send. First usages was in redesign of 'sendListenAction()' (#12)
- Refactored 'RemoteProfile.toFirebaseObject()' into RemoteCreator
The text was updated successfully, but these errors were encountered: