MOD: docs updated
This commit is contained in:
parent
d3cc13976e
commit
d2109719fd
|
@ -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
|
||||
|
||||
|
|
@ -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)
|
||||
|
|
|
@ -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??
|
||||
|
|
|
@ -0,0 +1,21 @@
|
|||
===============
|
||||
Weekly Progress
|
||||
===============
|
||||
|
||||
|
||||
WORKING
|
||||
=======
|
||||
|
||||
|
||||
|
||||
ISSUES
|
||||
======
|
||||
|
||||
|
||||
|
||||
|
||||
NOTES
|
||||
=====
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
===============
|
||||
Weekly Progress
|
||||
===============
|
||||
|
||||
|
||||
WORKING
|
||||
=======
|
||||
|
||||
|
||||
|
||||
ISSUES
|
||||
======
|
||||
|
||||
|
||||
|
||||
|
||||
NOTES
|
||||
=====
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue