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