File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -14,3 +14,28 @@ It is an application that help users hides files on android devices.
1414
1515Finally, open the Android Studio, click * Open an exisiting Android Studio Project* and choose the project folder.
1616
17+ ### When you are done
18+ 1 . Open terminal and go to the project's directory,
19+ 1 . Add changed files to cache area ` git add . `
20+ 1 . Commit your changes ` git commit -m "add some comment here" `
21+ 1 . Push your code to the ** dev** branch of the repository on Github ` git push origin dev `
22+ 1 . Done and enjoy
23+
24+ Noted in this stage of development, please only commit your code to the ** dev** branch.
25+
26+ ## Things to do
27+ These are tasks we aim to complete in this course.
28+ - [ ] Display Files with content
29+ - [ ] Login verification
30+ - [ ] Import Files
31+ - [ ] Export Files
32+ - [ ] Encrypt Files
33+ - [ ] Decrypt Files
34+ - [ ] Import & Encrypt Files
35+ - [ ] Export & Decrypt Files
36+ - [ ] Share Encrypt Compressed Files
37+ - [ ] Open Files with Three Party Apps
38+ - [ ] Take Photo inside the Vault
39+ - [ ] Record Audio inside the Vault
40+ - [ ] Unit Testing of all Modules.
41+
You can’t perform that action at this time.
0 commit comments