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