1. 76da37e Performance improvements in AssetManager by Adam Lesinski · 9 years ago
  2. b7e1ce0 Optimize ResTable::getLocales() to improve bindApplication performance by Adam Lesinski · 9 years ago
  3. 98e8007 Revert "Optimize ResTable::getLocales() to improve bindApplication performance" by Tim Murray · 9 years ago
  4. 5520581 Optimize ResTable::getLocales() to improve bindApplication performance by Adam Lesinski · 9 years ago
  5. 1c686f2 Avoid matching system locales in locale negotiation by Roozbeh Pournader · 10 years ago
  6. a6d7e3f Load app resource as shared library. by Tao Bai · 10 years ago
  7. ba3fe56 Lose HAVE_ANDROID_OS from frameworks/base. by Elliott Hughes · 10 years ago
  8. 05f648e Clean up AssetManager::scanAndMergeZipLocked by Yusuke Sato · 10 years ago
  9. 407753c ZipFileRO: Use precise widths for zip file types. by Narayan Kamath · 10 years ago
  10. a2b5067 Merge "RRO: prevent duplicate system overlays" by Adam Lesinski · 11 years ago
  11. e89a286 Merge changes If2c7e09f,Ie21f227c by Adam Lesinski · 11 years ago
  12. 2204f0b Frameworks/base: Wall Werror in libs/androidfw by Andreas Gampe · 11 years ago
  13. cb7b63d RRO: prevent duplicate system overlays by Mårten Kongstad · 11 years ago
  14. 3011313 RRO: reintroduce lost ResTable insert of assets by Mårten Kongstad · 11 years ago
  15. 7df3625 Allow for appending of resources to an AssetManager. by Martin Kosiba · 11 years ago
  16. 23902f5 am 10eb3b06: am e0849423: am 501bb0a5: Merge "Fix issue when converting fil->tl." by Narayan Kamath · 11 years ago
  17. fec5106 Fix issue when converting fil->tl. by Narayan Kamath · 11 years ago
  18. a00144c resolved conflicts for merge of a8dbd7b4 to master by Nick Kralevich · 11 years ago
  19. e4345db Fall back to "tl" if "fil" is absent. by Narayan Kamath · 11 years ago
  20. f90f2f8d Support multiple resource tables with same package by Adam Lesinski · 11 years ago
  21. 7efc0eb am f5cb96cf: am 51736de1: am 4c488cca: Merge "[Asset Manager] Fix memory leakage bug" by Adam Lesinski · 11 years ago
  22. 7c57d23 [Asset Manager] Fix memory leakage bug by sean_lu · 11 years ago
  23. de898ff Shared library resource support by Adam Lesinski · 11 years ago
  24. 788fa41 Extended locales in AAPT / AssetManager. by Narayan Kamath · 11 years ago
  25. d5c8044 resolved conflicts for merge of 1cbea39f to master by Nick Kralevich · 11 years ago
  26. 1cbea39 resolved conflicts for merge of dd3d95f1 to klp-volantis-dev by Nick Kralevich · 11 years ago
  27. ecbeae7 Use size_t* in AssetManager::createIdmap by Colin Cross · 11 years ago
  28. d9e385b Fix build. by Dianne Hackborn · 11 years ago
  29. 32bb5fa Fix build. by Dianne Hackborn · 11 years ago
  30. 47b80be am be49403a: am 0cd115e1: am 578087e3: Merge "New command line tool \'idmap\'" by Dianne Hackborn · 11 years ago
  31. 91447d8 Extended locales in AAPT / AssetManager. by Narayan Kamath · 11 years ago
  32. 48d2232 Runtime resource overlay, iteration 2 by Mårten Kongstad · 11 years ago
  33. 65a05fd New command line tool 'idmap' by Mårten Kongstad · 11 years ago
  34. 7c4887f Change ResourceType cookies to int32_t. by Narayan Kamath · 11 years ago
  35. 00b3144 Change ResourceType cookies to int32_t. by Narayan Kamath · 11 years ago
  36. a0c6260 AssetManager cookies should be int32_t and not void*. by Narayan Kamath · 11 years ago
  37. 560566d Reimplement ZipFileRO in terms of libziparchive. by Narayan Kamath · 12 years ago
  38. e1aa223 Re-apply androidfw fixes lost by the directory rearrangement. by Elliott Hughes · 12 years ago
  39. 16c4d15 Revert "move libandroidfw to frameworks/native" by Adam Lesinski · 11 years ago
  40. 745d4ef AssetManager cookies should be int32_t and not void*. by Narayan Kamath · 11 years ago
  41. afd31e0 Reimplement ZipFileRO in terms of libziparchive. by Narayan Kamath · 12 years ago
  42. dbccd44a Merge commit 'b873a17ce7be0a9771c24999adca6964431728f6' into HEAD by The Android Open Source Project · 12 years ago
  43. c367d48 Fix a variety of small publicly-reported bugs. by Elliott Hughes · 12 years ago
  44. 84b6292 move libandroidfw to frameworks/native by Mike Lockwood · 12 years ago
  45. 1f5762e libutils clean-up by Mathias Agopian · 12 years ago
  46. c51d050 Maybe fix issue #8620910: Win_sdk build failed and unable to create... by Dianne Hackborn · 12 years ago
  47. f7be480 Add new resources trace, also trace apk dex loading. by Dianne Hackborn · 12 years ago
  48. 69a3ce1 libutils cleanup by Mathias Agopian · 13 years ago
  49. a982dc0 frameworks/base: move Zip* from libandroidfw to libutils by Colin Cross · 13 years ago
  50. 83c64e6 frameworks/base refactoring by Mathias Agopian · 13 years ago[Renamed from libs/utils/AssetManager.cpp]
  51. b13b9bd frameworks/base refactoring. by Mathias Agopian · 13 years ago
  52. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  53. 8564c8d Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  54. 6215d3f Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  55. 5baa3a6 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 14 years ago
  56. 71f2cf1 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 14 years ago
  57. 5911f95 am 041aa34e: am 87d86044: am bcd029b6: Merge "Add missing clean-up of idmap file descriptors." by Conley Owens · 14 years ago
  58. 2b91c67 Add missing clean-up of idmap file descriptors. by Mårten Kongstad · 14 years ago
  59. 461fa8b0 resolved conflicts for merge of 18490fb9 to master by Kenny Root · 14 years ago
  60. 57f4b77 Runtime resource overlay, iteration 1. by Mårten Kongstad · 14 years ago
  61. 06a42db Include strings.h for the strcasecmp prototype. by Carl Shapiro · 14 years ago
  62. 08d5b8f More native work. by Dianne Hackborn · 15 years ago
  63. 68246dc ZipUtilsRO rewrite based on Dalvik Zip rewrite by Kenny Root · 15 years ago
  64. 78c4051 Don't re-parse the framework resources all the time. by Dianne Hackborn · 16 years ago
  65. bb9ea30 Update aapt badging for native code, configs, density, etc. by Dianne Hackborn · 16 years ago
  66. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  67. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  68. 54b6cfa Initial Contribution by The Android Open Source Project · 17 years ago