Skip to content
Snippets Groups Projects
  1. Jul 12, 2016
  2. Jul 11, 2016
    • Ernir Erlingsson's avatar
      Merge branch '151-explain-what-account-creation-means-on-first-run' into 'master' · 8f02cf83
      Ernir Erlingsson authored
      Improve Account Setup Screen
      
      * Explain what "account creation" means on first run (#151)
      * Use hints instead of dedicated text views
      * Move password strength meter up into the user's view
      * Always move user's view to current input field
      * Improve "Forgot Password" dialog
      
      ![Screenshot_20160627-142116](/uploads/7fadc812f62c5f22f6ba73735d139064/Screenshot_20160627-142116.png)
      ![Screenshot_20160627-142127](/uploads/da27fb864bbe34168665a51b60747181/Screenshot_20160627-142127.png)
      ![Screenshot_20160627-142135](/uploads/19ddb247a043f56f9429a98e9655cd9f/Screenshot_20160627-142135.png)
      ![Screenshot_20160627-142153](/uploads/5d859e029a9584598a5cd6a391e697d3/Screenshot_20160627-142153.png)
      ![Screenshot_20160627-142204](/uploads/f59a79fc30528a17aece31f2c45d4638/Screenshot_20160627-142204.png)
      ![Screenshot_20160627-142241](/uploads/a493df940ae69b7ae1eecba598b4d378/Screenshot_20160627-142241.png)
      
      Please note that the dialog button colors will be changed in !214 to the official design. Here they have the old colors.
      
      Closes #151, #207
      
      See merge request !229
      8f02cf83
  3. Jul 08, 2016
    • Torsten Grote's avatar
      Set focus mode properly when scanning QR codes · 193cdc42
      Torsten Grote authored
      This simple fix contributed by @m8r-v9bo74 fixed the issue on my Xperia
      Pro that could never focus on the QR code before. Focusing and scanning
      still works on my other test devices.
      
      Closes #346
      193cdc42
    • Torsten Grote's avatar
      Improve Account Setup Screen · 91492c30
      Torsten Grote authored
      * Explain what "account creation" means on first run
      * Use hints instead of dedicated text views
      * Move password strength meter up into the user's view
      * Always move user's view to current input field
      * Improve "Forgot Password" dialog
      
      Closes #151
      91492c30
    • Ernir Erlingsson's avatar
      Merge branch '327-empty-state-design' into 'master' · 3a3d7178
      Ernir Erlingsson authored
      Simple Empty State Messages
      
      This MR implements very basic and simple empty state messages for the
      current features.
      
      This is how it looks (note that the contact add FAB will be removed soon):
      
      ![Screenshot_20160629-125146](/uploads/4c6a8be041cc48b0aba165dd507453d5/Screenshot_20160629-125146.png)
      ![device-2016-06-29-130834](/uploads/821677074d7d3e6435574a0711f3a0a7/device-2016-06-29-130834.png)
      ![Screenshot_20160629-125138](/uploads/a39a465db51f8e009ab0b6ee34d4a7e7/Screenshot_20160629-125138.png)
      ![Screenshot_20160629-125853](/uploads/1dab114bbe7ba379b20a5d298c8fa25c/Screenshot_20160629-125853.png)
      
      Closes #327
      
      See merge request !236
      3a3d7178
  4. Jul 07, 2016
  5. Jul 06, 2016
  6. Jul 04, 2016
  7. Jul 03, 2016
    • str4d's avatar
      Merge branch '333-font-color' into 'master' · 759b1c74
      str4d authored
      Font Colors and Separate Themes
      
      Once applied this commit will change the font colors according to the
      design and move all themes into a dedicated file.
      
      Closes #333
      
      See merge request !228
      759b1c74
  8. Jul 01, 2016
  9. Jun 30, 2016
  10. Jun 29, 2016
  11. Jun 28, 2016
  12. Jun 27, 2016
  13. Jun 25, 2016
  14. Jun 23, 2016
    • Torsten Grote's avatar
      Separate Date and Author Name in Forum Posts · a9996b4f
      Torsten Grote authored
      Closes #442
      a9996b4f
    • Torsten Grote's avatar
      Fix IdentityManager hooks · 9c225027
      Torsten Grote authored
      This commit makes sure that there is only one identity manager that is
      initialized early enough so hooks can be added properly.
      
      Closes #446
      9c225027
    • Torsten Grote's avatar
      Merge branch '436-automatic-personal-blogs-backend' into 'master' · 4176f592
      Torsten Grote authored
      Backend for Automatic Micro Blogs
      
      This MR introduces automatic personal blogs to the Blog client. When a contact is added, her personal blog will also be added automatically. Also, when a new identity is added, a personal blog for that identity is created.
      
      The first commit changes the blog paradigm to short-form blogs and introduces other things that will be useful later in the UI (!214) such as a BlogPostAdded event and the possibility to delete/remove blogs (not the personal ones).
      
      This MR is based on !224 to prevent crashes that are fixed by it. So please review and merge !224 first.
      
      See merge request !223
      4176f592
    • Torsten Grote's avatar
      Store and expose time a blog post was received · 91aa8104
      Torsten Grote authored
      This is useful when sorting blog posts in the combined feed. It ensures
      you do not miss older posts that were just synced to you.
      91aa8104
    • Torsten Grote's avatar
      Backend for Automatic Personal Blogs · a8f51fcb
      Torsten Grote authored
      When a contact is added, her personal blog will also be added automatically.
      Also, when a new identity is added, a personal blog for that identity is created.
      
      Part of #436
      a8f51fcb
    • Torsten Grote's avatar
      Change Blog Paradigm to Short-Form · 30fe9f6e
      Torsten Grote authored
      Removes teaser and makes body mandatory.
      
      It also adds support for deleting blogs and
      introduces a getAuthorStatus() method to the IdentityManager
      that takes a running transaction.
      30fe9f6e
Loading