1. 19 Dec, 2015 1 commit
    • Ethan Yonker's avatar
      Multiple Language Support · 74db157b
      Ethan Yonker authored
      This is similar to https://gerrit.omnirom.org/#/c/14014
      
      A lot of the features built in the older patch set have been split
      out into separate patches, most of which have already been merged.
      The remaining functionality here should all be directly related to
      language selection and loading. We always load English as a base
      before loading other languages over the top of the base. The idea
      is that if another language is missing a translation, then we will
      still display the English.
      
      Maybe still to do: read the /cache/recovery/last_locale file and
      load a language based on that. For me, this file contains just:
      en_US
      We probably won't bother with region specific translations so we
      would have to look at either trimming off the _US or using some
      other method like perhaps a symlink or a combination of the two.
      
      Thanks to _that for twmsg.cpp class
      
      Change-Id: I9647a22e47883a3ddd2de1da51f64aab7c328f74
      74db157b
  2. 19 Sep, 2014 1 commit
  3. 04 Sep, 2014 1 commit
  4. 15 Apr, 2014 1 commit
    • Matt Mower's avatar
      Simplify twrpTar skip dir checks, DU code cleanup · 50248ab8
      Matt Mower authored
      * Remove unused parent variable from twruDU constructor
      
      * Replace manual checks for /data/media with DU's check_skip_dirs()
        function
      
      * Remove check_skip_dirs(A,B) function which duplicates the
        functionality of check_skip_dirs(A)
      
      * Remove redundant trailing slash removal from
        check_absolute_skip_dirs(); this function is only accessed through
        check_skip_dirs()
      
      Change-Id: Icfe8d71de36e33db6749fc5896dd3eafbcf7c9a4
      50248ab8
  5. 30 Mar, 2014 1 commit
    • Matt Mower's avatar
      Fix /data backup size if contains media subdirs · f77994d2
      Matt Mower authored
      /data/*/media directories are mistakenly being excluded from the size
      calculation. Change to absolute dir exclude so that only /data/media is
      excluded.
      
      Change-Id: I6e97604d44e6ea2bdf7dfd8c68a2f90ba6d44415
      f77994d2
  6. 27 Mar, 2014 1 commit
  7. 13 Mar, 2014 1 commit
  8. 03 Feb, 2014 1 commit
  9. 19 Dec, 2013 1 commit