Skip to content
Snippets Groups Projects
  1. Nov 21, 2017
  2. Nov 20, 2017
  3. Nov 08, 2017
  4. Oct 12, 2017
  5. Oct 11, 2017
  6. Oct 10, 2017
  7. Oct 04, 2017
  8. Oct 03, 2017
  9. Sep 29, 2017
  10. Sep 27, 2017
  11. Sep 19, 2017
  12. Sep 18, 2017
  13. Aug 16, 2017
  14. Aug 11, 2017
  15. Aug 01, 2017
  16. Jul 30, 2017
  17. Jul 28, 2017
    • Torsten Grote's avatar
      Prevent a crash caused by empty emoji · db842bd7
      Torsten Grote authored
      The crash happens because the serialization of recently used emoji uses
      ';' to separate the emojis.
      One of the ASCII emojis however has a ';' in the beginning.
      When this one is used by the user,
      it causes an empty string to be returned when deserializing.
      
      This commit prevents the crash by changing the separator to a tab.
      It uses a different settings string to store the emoji,
      so users will lose the list of recently used emoji when they update to
      this version.
      
      PS. That wasn't my idea ;)
      db842bd7
    • Torsten Grote's avatar
    • akwizgran's avatar
      Enable logging for beta builds. · 8408c3f4
      akwizgran authored
      Some devices were logging and others not, due to the log level being set in the SplashScreenActivity constructor.
      8408c3f4
  18. Jul 25, 2017
  19. Jul 21, 2017
  20. Jul 17, 2017
Loading