1. 23 Jan, 2018 1 commit
  2. 22 Jan, 2018 1 commit
  3. 21 Jan, 2018 1 commit
  4. 19 Jan, 2018 8 commits
  5. 18 Jan, 2018 3 commits
  6. 17 Jan, 2018 1 commit
  7. 16 Jan, 2018 4 commits
    • Mygod's avatar
      Fix keyboard navigations · 195e2afb
      Mygod authored
      195e2afb
    • Mygod's avatar
      Import translations from POEditor · 3dbc5f41
      Mygod authored
      3dbc5f41
    • Mygod's avatar
      Refine animations · 580ce148
      Mygod authored
      580ce148
    • Mygod's avatar
      Remove checkChineseLocale · d4213e8e
      Mygod authored
      This was introduced by commit 396d31a0. I just did some further testing and:
      
      * zh_rCN and zh_rTW are the only zh locales you can pick before Android 7;
      * Since Android 7, user can use locale list to specify their fallback preferences and there's no need to enforce it.
      
      Therefore this method isn't really necessary and will be thus removed.
      d4213e8e
  8. 15 Jan, 2018 1 commit
  9. 13 Jan, 2018 1 commit
  10. 12 Jan, 2018 2 commits
  11. 11 Jan, 2018 2 commits
  12. 10 Jan, 2018 1 commit
    • initrider's avatar
      Fixed translation mistakes + Fix #1565 (#1568) · 45d8e827
      initrider authored
      * Create faq.ru-RU.md
      
      * Update faq.ru-RU.md
      
      * Translate - FAQ - Russian
      
      * Rename .github/faq.ru-RU.md to  .github/faq.ru.md
      
      * Fixed translation mistakes + Fix #1565
      
      * Update faq.ru.md
      
      * Visual improvement
      45d8e827
  13. 06 Jan, 2018 1 commit
  14. 05 Jan, 2018 4 commits
  15. 04 Jan, 2018 7 commits
  16. 03 Jan, 2018 1 commit
  17. 30 Dec, 2017 1 commit
    • Max Lv's avatar
      Fix a rounding issue on Android 4.4 · a40f87f4
      Max Lv authored
      We can use setTranslationY directly on Android 4.4. Otherwise, we need
      to handle float to int routing issue very carefully.
      a40f87f4