Closed blonsky95 closed 4 years ago
import exercises removed from viewer
So the idea, is in Library add a menu option that says "move file" and it opens an intent to select a document - this intent should be startAActivityForResult, and should return the file location that wants to be moved which will be moved to folder. So
Bit of a blocker
HOWEVER, this is quite unorthodox and shitty Ideally in the future, sets of exercises will be sent from userID to userID - this can be done with Firebase which also has Firebase messaging (send push notifications to devices). So will work on sharing exercises between users after release 1.0
So at the moment, users can create exercises, and blocks (sets of exercises)
In the ExerciseViewer users can export selections of exercises, this makes them appear in library under the name they chose, as they also generate a txt file for them. At the moment there is no use for them. In future release they will be sent between users.
In import export utils
the movetoPrivateFolder think about users sending this over whatsap or whatever, and then moving it to our folder (so where to present the option to select a document that wants to be imported, see if in Library I have put something
also remove import exercises from exerciseviewer menu done already