Skip to content
Snippets Groups Projects
  1. Sep 29, 2017
  2. Sep 27, 2017
  3. Sep 19, 2017
  4. Sep 18, 2017
  5. Aug 11, 2017
  6. Aug 01, 2017
  7. Jul 30, 2017
  8. 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
  9. Jul 25, 2017
  10. Jul 21, 2017
  11. Jul 17, 2017
  12. Jul 07, 2017
  13. Jul 05, 2017
  14. Jul 04, 2017
  15. Jul 03, 2017
  16. Jun 30, 2017
  17. Jun 29, 2017
  18. Jun 26, 2017
  19. May 29, 2017
Loading