From d2109719fd413a4286274b882441b7d78a6189b6 Mon Sep 17 00:00:00 2001 From: JohnE Date: Wed, 6 Mar 2019 12:58:05 -0800 Subject: [PATCH] MOD: docs updated --- docs/dev_flutter.rst | 30 ++++++++++++++++++++++++++++++ docs/proj_agile.rst | 4 +++- docs/weekly_2019-02-11.rst | 33 ++++++++++++++++++++++++--------- docs/weekly_2019-03-06.rst | 21 +++++++++++++++++++++ docs/weekly_TEMPLATE.rst | 21 +++++++++++++++++++++ 5 files changed, 99 insertions(+), 10 deletions(-) create mode 100644 docs/dev_flutter.rst create mode 100644 docs/weekly_2019-03-06.rst create mode 100644 docs/weekly_TEMPLATE.rst diff --git a/docs/dev_flutter.rst b/docs/dev_flutter.rst new file mode 100644 index 0000000..7e40af6 --- /dev/null +++ b/docs/dev_flutter.rst @@ -0,0 +1,30 @@ +======= +Flutter +======= + + + +Metadata +======== +* https://flutter.dev/docs/get-started/codelab +* https://flutter.dev/docs/reference/tutorials +* https://flutter.dev/docs/resources/videos + + + + + + + +Flutter Install Notes +===================== +* do all of this as "j3g" NOT "overlord" +* download zip file, unzip, move to /Users/j3g/apps/ +* sym-linked: ln -s /Users/j3g/apps/flutter/bin/flutter usr/local/bin/flutter +* $ flutter doctor (execute this command) + - configure for android, follow directions + - configure for iphone, follow directions + - CocoaPods install/setup (seems very large 2+ GB !!) + - install as "j3g" user because installs to ~/.cocoapods + + diff --git a/docs/proj_agile.rst b/docs/proj_agile.rst index 860cc48..e1c64af 100644 --- a/docs/proj_agile.rst +++ b/docs/proj_agile.rst @@ -6,7 +6,8 @@ CCC Agile WORKING ======= * NC: add more JNI crypto features: SHA, RSA, CHACHA -* UI: adding encrypt screen +* UI: flutter, add new screens + - adding encrypt screen * l@@k at Android Weekly emails @@ -31,6 +32,7 @@ Tasks * Create Multi Projects - nc-wc-ndk (remove android GUI code) - ccc-gui-a (android) + - ccc-gui-f (flutter) - ccc-gui-i (iOS) - ccc-gui-e (electron) - ccc-cmd (command line) diff --git a/docs/weekly_2019-02-11.rst b/docs/weekly_2019-02-11.rst index 5ce4e96..3a96a8f 100644 --- a/docs/weekly_2019-02-11.rst +++ b/docs/weekly_2019-02-11.rst @@ -3,6 +3,27 @@ Weekly Progress =============== +======= +WORKING +======= +* UI: Activity: plaintext, encrypt +* NC: add more tests + + + +Flutter +======= +* flutter doctor + - cofigured for android + - installed to /Users/j3g/apps/flutter + - sym-linked to /usr/local/bin/flutter + - CocoaPods setup (seems very large 2+ GB !!) +* https://flutter.dev/docs/get-started/codelab +* https://flutter.dev/docs/reference/tutorials +* https://flutter.dev/docs/resources/videos + + + Android Layouts =============== * Android ConstraintLayout 1.1.3 @@ -34,20 +55,15 @@ NOTES -WORKING -======= -* ANDROID: Activity: plaintext, encrypt +COMPLETED +========= +* NC: added JNI connection code for all crypto * Create Two Projects - nc-wc-ndk (remove android GUI code) - all crypto-core, java wrapper code, for copius+cipher+chain - add mods to wolfssl-oem, mod AES "s-boxes", figure out 512bit key AES - ccc-gui-a (android GUI) - pretty user interface for the crypto-core - - - -COMPLETED -========= * test JNI lib !!! =) - try some java code that will call a C-hook * create distributed library package @@ -55,7 +71,6 @@ COMPLETED - ISSUES ====== * how to include NDK ABI Libs and also java class files?? diff --git a/docs/weekly_2019-03-06.rst b/docs/weekly_2019-03-06.rst new file mode 100644 index 0000000..8bfd931 --- /dev/null +++ b/docs/weekly_2019-03-06.rst @@ -0,0 +1,21 @@ +=============== +Weekly Progress +=============== + + +WORKING +======= + + + +ISSUES +====== + + + + +NOTES +===== + + + diff --git a/docs/weekly_TEMPLATE.rst b/docs/weekly_TEMPLATE.rst new file mode 100644 index 0000000..8bfd931 --- /dev/null +++ b/docs/weekly_TEMPLATE.rst @@ -0,0 +1,21 @@ +=============== +Weekly Progress +=============== + + +WORKING +======= + + + +ISSUES +====== + + + + +NOTES +===== + + +