1. 16 Jul, 2019 5 commits
  2. 15 Jul, 2019 3 commits
  3. 10 Jul, 2019 1 commit
  4. 08 Jul, 2019 1 commit
    • Maciej Hirsz's avatar
      Refactoring bindings (#234) · eb55ff68
      Maciej Hirsz authored
      * chore: Refactoring bindings
      
      * fix: Rust errors for iOS builds
      
      * chore: Cleanup
      
      * feat: QR codes generated in Rust :)
      
      * chore: Make FFI between iOS and Android equivalent
      
      * feat: Error handling in iOS
      
      * feat: Add bip39 boolean when recovering from a phrase
      
      * fix(): valid if bip39 and show seed type
      
      * fix(): phrasing
      
      * question mark
      
      * remove "seed"
      
      * remove quotes
      
      * chore: Restore EthkeyBridge changes
      
      * chore: Remove added code to String.swift
      
      * fix: Update blockies, fix tests
      
      * chore: Handle rust errors for blockies
      
      * chore: use c_uint, update deps
      
      * fix: Attempt to fix the error on randomPhrase in iOS
      
      * fix: Hopefully fix the String allocation issues
      
      * fix: Expose EthkeyBridge.qrCode to the iOS build
      
      * fix: Propagate errors properly
      eb55ff68
  5. 16 Jun, 2019 1 commit
  6. 29 Mar, 2019 2 commits
    • Thibaut Sardan's avatar
      Menu refactoring using popup (#227) · 228b11d5
      Thibaut Sardan authored
      * fix(): account menu
      
      * fix(): handle account deletion
      
      * fix(): add onboarding message when no account
      
      * fix(): refactoring menu as component
      
      * fix(): address comments
      228b11d5
    • Maciej Hirsz's avatar
      Fixed Rust dependencies + BIP39 support (#232) · 90b6cdd4
      Maciej Hirsz authored
      * feat: Fixed Rust dependencies + BIP39 support
      
      * feat: Reintroduce checking for extra whitespace
      
      * fix: Update headers for iOS
      
      * fix: Restore iOS simulator build pipeline (fixes #176)
      90b6cdd4
  7. 07 Nov, 2018 1 commit
  8. 17 Oct, 2018 1 commit
  9. 06 Oct, 2018 1 commit
    • Alexey's avatar
      TermsAndConditions and PrivacyPolicy screens added (#147) · 5a27d2a0
      Alexey authored
      * TermsAndConditions and PrivacyPolicy screens added
      
      * Checkboxes added
      
      * Terms and Conditions added
      
      * update privacy policy
      
      * aggrement checkboxes implemented + privacy policy screen
      
      * save Terms and conditions confirmation to the DB
      
      * fix lists
      
      * bump iOS version
      
      * version added in ABOUT
      
      * fix About crash on Android
      5a27d2a0
  10. 24 Sep, 2018 1 commit
  11. 17 Aug, 2018 2 commits
  12. 14 Aug, 2018 1 commit
  13. 06 Aug, 2018 2 commits
    • fro's avatar
      bump iOS version · 4525b88d
      fro authored
      4525b88d
    • Alexey's avatar
      New design (#110) · 8b4e3575
      Alexey authored and Marek Kotewicz's avatar Marek Kotewicz committed
      * new design init
      
      * move App.js into the root of src
      
      * the screens dir
      
      * New UI Header impl
      
      * TabBar initial
      
      * Button component
      
      * small fix
      
      * AccountCard component impl
      
      * AccountDetailsCard impl
      
      * Identicon chooser impl
      
      * AccountNew name TextImput impl
      
      * add account store impl
      
      * navigate to account list on new account
      
      * account list and account new are working
      
      * Scanner Store and new screens
      
      * TxDetails screen
      
      * proper navigation implemented, cleanups
      
      * Roboto fonts added, icons added
      
      * more styling
      
      * Background lines attempt
      
      * Account Edit
      
      * save edited account and autoFocus
      
      * Account backup, AccountPin, AccountUnlock screens
      
      * AccountsStore refactoring
      
      * soft delete account
      
      * createdAt updatedAt added
      
      * Signing test
      
      * TX details polish
      
      * singedTX screen polish
      
      * cleanup
      
      * use prettier to reformat code
      
      * fix travis
      
      * reorganise AccountLIst
      
      * AccountAdd Screen added
      
      * Backup and Recover flow done
      
      * auto-check PIN
      
      * navigation fix
      
      * package.json cleanup and license headers
      
      * fix margin
      
      * the 'GETTING STARTED' implemented
      
      * AccountPin cleanup
      
      * ListView (is depricated) -> FlatList
      
      * reset new account in the AccountAdd
      
      * fix account edit
      
      * fix ios deployment target and recursive header expension failure
      
      * .prettierrc introduced. printWidth set to 80
      
      * fix input focus. KeyboardAwareScrollView added
      
      * fix quotes
      
      * debounce added to AccountRecover
      
      * pin >= 6 digits
      
      * launch image back
      
      * pop-to-top on tap on the active tab
      
      * fix formatting
      
      * Background lines impl
      
      * twick bg lines color
      
      * tx store implemented
      
      * initial Android build
      
      * INTERNET permission is required for debug build
      
      * ScrollView for AccountAdd
      
      * account PIN form tune
      
      * Manifold CF font added
      
      * accounts networkId and networkType  added
      
      * update .prettierrc
      
      * Secure right header indicator impl
      
      * move out HeaderLeftHome to a separate file
      
      * Ability to specify chain(s) per account so that users understand the app can be used with any Ethreum-like network implemented
      
      * fix 'App crash in release mode when using 'View.propTypes.style' and release build
      
      * SecurityStore added, SecurityHeader fixed
      
      * Security screen impl
      
      * tune the back button font
      
      * tune up the SignedTx screen
      
      * DRY AccountCard
      
      * debounce added to AccountUnlock
      
      * Change Pin added, Lock selected account on AccountBackup unmount
      
      * turn off Camera if not in use
      
      * update react-native-secure-storage dep
      
      * fix account backup message formatting
      
      * fix Andriod-specific issue (https://github.com/facebook/react-native/issues/13243)
      
      * fix AccountRecover
      
      * QrView auto-scale
      
      * Use TouchableItem  in AccountCard and AccountDetailsCard
      
      * fix AccountEdit in Andriod
      
      * SignedTx fix for Android
      
      * try to unlock only if pin.length > = 6
      
      * scroll to index
      
      * scroll to account in account list after creating a new account tested
      
      * new QrScreen layout
      
      * Scanner screen done
      
      * Fix Andriod inputs
      
      * Android release fixes
      
      * SecurityStore fixes
      
      * disable cardStyle
      
      * make keyboard dark
      
      * small refactoring
      
      * pop to top in the list attempt
      
      * fix scrollToIndex
      
      * Scroll to the first item in accounts on tap on the Accounts tab
      
      * refactor AccountIcon
      
      * Use React.PureComponent to improve performance
      
      * use more React.PureComponent
      
      * Change title of Backup button
      
      * fix msgs #117
      
      * Secured -> Secure
      
      * storage migration added
      
      * iOS app version 1.0 -> 2.0
      
      * seed wordlist added
      
      * add a flag which means that account was recovered from the prev. DB version
      
      * fix "try again" in case of transaction parsing failure
      
      * bump iOS version
      
      * fix a small TabBattombuttons bug
      
      * tweak font sizes
      
      * bump iOS version
      
      * empty acc fix
      
      * move brainWalletAddress genaration in AccountStore
      
      * Copy seed on AccountBackup
      
      * Suggestions from the WORDLIST added on AccountRecovery screen
      
      * Animation added
      
      * tune animation
      
      * show suggestions on TextInput focus
      
      * fonts ajustment
      
      * bump iOS version
      
      * do not remove anything
      
      * font size ajustment, keyboardShouldPersistTaps in AccountNew
      
      * fix icon chooser
      
      * bump iOS version
      
      * use ERC-681 for address QR
      
      * Lock account of app goes background on the BACKUP ACCOUNT screen
      
      * bump iOS version
      8b4e3575
  14. 02 May, 2018 1 commit
  15. 23 Apr, 2018 2 commits
  16. 22 Apr, 2018 1 commit
  17. 11 Apr, 2018 1 commit
  18. 09 Apr, 2018 1 commit
  19. 23 Aug, 2017 1 commit
  20. 31 Jul, 2017 1 commit
  21. 17 Jul, 2017 1 commit
  22. 12 Jul, 2017 1 commit
  23. 11 Jul, 2017 2 commits
  24. 21 May, 2017 1 commit
  25. 10 May, 2017 1 commit
  26. 13 Apr, 2017 2 commits
  27. 10 Apr, 2017 1 commit
  28. 30 Mar, 2017 1 commit