From 7177699beda061a66ff636d8b3d5508ab5c976f2 Mon Sep 17 00:00:00 2001 From: JohnE Date: Fri, 22 Mar 2019 19:14:29 -0700 Subject: [PATCH] MOD: moved docs to flutter UI repo --- docs/dev_dart.rst | 14 -------------- docs/dev_flutter.rst | 37 ------------------------------------- docs/dev_ui.rst | 25 ------------------------- docs/weekly_2019-03-01.rst | 4 ++++ 4 files changed, 4 insertions(+), 76 deletions(-) delete mode 100644 docs/dev_dart.rst delete mode 100644 docs/dev_flutter.rst delete mode 100644 docs/dev_ui.rst diff --git a/docs/dev_dart.rst b/docs/dev_dart.rst deleted file mode 100644 index ee0fbc0..0000000 --- a/docs/dev_dart.rst +++ /dev/null @@ -1,14 +0,0 @@ -==== -Dart -==== - -* https://dartpad.dartlang.org - -* Dart Naming Convention - - "_FileScopeNamingConvention" - - "_" or "__" used in a place that the parameter is NOT being used - - - - - diff --git a/docs/dev_flutter.rst b/docs/dev_flutter.rst deleted file mode 100644 index 7c33dcc..0000000 --- a/docs/dev_flutter.rst +++ /dev/null @@ -1,37 +0,0 @@ -======= -Flutter -======= - - - -Metadata -======== -* https://flutter.dev/docs/get-started/codelab -* https://flutter.dev/docs/reference/tutorials -* https://flutter.dev/docs/resources/videos -* https://flutter.dev/docs/get-started/flutter-for/android-devs -* https://medium.com/flutter-community - - - -Example Projects -================ -* Number picker : https://pub.dartlang.org/packages/numberpicker -* Up drawer : https://github.com/iampawan/FlutterBackdrop -* splash screen : https://youtu.be/FNBuo-7zg2Q -* TextField : https://medium.com/flutter-community/a-deep-dive-into-flutter-textfields-f0e676aaab7a - - - -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/dev_ui.rst b/docs/dev_ui.rst deleted file mode 100644 index 677279a..0000000 --- a/docs/dev_ui.rst +++ /dev/null @@ -1,25 +0,0 @@ -=================== -USER INTERFACE (UI) -=================== - - -ANDROID -======= - -* Android JetPack - - https://medium.com/deemaze-software/android-jetpack-navigation-architecture-component-b603c9a8100c - - - -GRAPHICS -======== - - - -iOS -=== - -* CocoaPods -* $ open -a Simulator - - diff --git a/docs/weekly_2019-03-01.rst b/docs/weekly_2019-03-01.rst index cbbcaff..cfab1ef 100644 --- a/docs/weekly_2019-03-01.rst +++ b/docs/weekly_2019-03-01.rst @@ -12,6 +12,10 @@ WORKING - adding basic encrypt screen * using local branch "ciphers" for updates to add more ciphers +* 2-factor AUTH?? + - 5 digit combo (or hash value...this would be more secure, like second password) + - password + Cipher Combo API DESIGN