Details
-
Suggestion
-
Resolution: Unresolved
-
P2: Important
-
QDS 4.7.0
-
None
Description
Precondition:
- Android runtime is playing the UI project
Modify the UI on the workbench (move items, add content whatever)
- QDS marks the file 'dirty' with * on the filename
Save changes
- QDS marks the file clean
Expected behavior
1) QDS updates the project on the Android (similar to live preview)
So, QDS tracks the project and when save() occurs, we
- stop the android player
- upload the project to android
- restart the android player
OR
2) QDS indicates what user needs do update project on Android
Reproducable: 100%