Skip to content
Snippets Groups Projects
  1. Jan 06, 2017
    • akwizgran's avatar
      Merge branch 'briar-recycler-view-log' into 'master' · d5f9a328
      akwizgran authored
      Stop periodic list update only once
      
      When testing the forum unread code, I noticed the recycler view is detaching twice. Once because the stop method is called and once because the view detaches from the window. Wouldn't it be safe to null the refresher when the updates are stopped?
      
      See merge request !478
      d5f9a328
  2. Jan 04, 2017
  3. Jan 03, 2017
  4. Jan 02, 2017
  5. Dec 30, 2016
  6. Dec 29, 2016
  7. Dec 28, 2016
  8. Dec 21, 2016
  9. Dec 20, 2016
  10. Dec 19, 2016
  11. Dec 16, 2016
  12. Dec 15, 2016
    • akwizgran's avatar
      Merge branch '828-update-briar-logo-in-app' into 'master' · 3ce0131b
      akwizgran authored
      Update all logos
      
      The launcher icons are now in mipmap folders which is the recommended practice, because on a low-res device, the high res drawables are stripped from the app. This is bad when the user decides to show the app icons really big on the launcher and the high-res drawables are not available anymore.
      
      The old launcher icon seemed to have some sort of 3D effect.
      ![device-2016-12-13-134037](/uploads/84db532df3821ad74ba57719f0763b7b/device-2016-12-13-134037.png)
      
      Navigation Drawer Old:
      ![device-2016-12-13-124112](/uploads/465b817d2e0bbbd50b461ea32686c933/device-2016-12-13-124112.png)
      Navigation Drawer New:
      ![device-2016-12-13-132428](/uploads/3c3530bfc515525dd8f66abfa52d1142/device-2016-12-13-132428.png)
      
      Closes #828
      
      See merge request !459
      3ce0131b
    • akwizgran's avatar
      Merge branch '795-use-different-notification-icons-for-different-features' into 'master' · 008e4f76
      akwizgran authored
      Use different notification icons for different features
      
      ![device-2016-12-13-151008](/uploads/2c9aa33c230738b5ea20a76ac5e3b214/device-2016-12-13-151008.png)
      ![device-2016-12-13-150954](/uploads/85acd46fc6afd3aebcc1fcd015b041d7/device-2016-12-13-150954.png)
      
      Closes #795
      
      See merge request !460
      008e4f76
Loading