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