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