1. ad2d07d Stamp platform version code into app Apks by Adam Lesinski · 10 years ago
  2. 31245b4 Introduce anydpi density resource qualifier by Adam Lesinski · 10 years ago
  3. 6022deb AAPT: Fix regression generating dynamic ref table for shared libraries by Adam Lesinski · 10 years ago
  4. 833f3cc AAPT support for feature splits by Adam Lesinski · 10 years ago
  5. 7df3625 Allow for appending of resources to an AssetManager. by Martin Kosiba · 11 years ago
  6. f90f2f8 Support multiple resource tables with same package by Adam Lesinski · 10 years ago
  7. 0a0454f am 642421aa: am 5c31e487: Merge "Introduce new UI_MODE_TYPE_WATCH and qualifier." into klp-modular-dev by John Spurlock · 10 years ago
  8. 642421a am 5c31e487: Merge "Introduce new UI_MODE_TYPE_WATCH and qualifier." into klp-modular-dev by John Spurlock · 10 years ago
  9. 6c19129 Introduce new UI_MODE_TYPE_WATCH and qualifier. by John Spurlock · 10 years ago
  10. de898ff Shared library resource support by Adam Lesinski · 11 years ago
  11. b5c4e7f resolved conflicts for merge of 92860a74 to master by Narayan Kamath · 10 years ago
  12. 6381dd4 LP64: Make 9 patches architecture agnostic. by Narayan Kamath · 10 years ago
  13. 788fa41 Extended locales in AAPT / AssetManager. by Narayan Kamath · 11 years ago
  14. 48620f1 AssetManager support for 3 letter lang/country codes. by Narayan Kamath · 11 years ago
  15. d5c8044 resolved conflicts for merge of 1cbea39f to master by Nick Kralevich · 10 years ago
  16. 1cbea39 resolved conflicts for merge of dd3d95f1 to klp-volantis-dev by Nick Kralevich · 10 years ago
  17. 4385d37 Fix build. by Dianne Hackborn · 10 years ago
  18. ecbeae7 Use size_t* in AssetManager::createIdmap by Colin Cross · 10 years ago
  19. d9e385b Fix build. by Dianne Hackborn · 10 years ago
  20. 32bb5fa Fix build. by Dianne Hackborn · 10 years ago
  21. 47b80be am be49403a: am 0cd115e1: am 578087e3: Merge "New command line tool \'idmap\'" by Dianne Hackborn · 10 years ago
  22. d6b4737 Move inputservice over to frameworks/native by Michael Wright · 10 years ago
  23. 91447d8 Extended locales in AAPT / AssetManager. by Narayan Kamath · 11 years ago
  24. 378c677 AssetManager support for 3 letter lang/country codes. by Narayan Kamath · 11 years ago
  25. 48d2232 Runtime resource overlay, iteration 2 by Mårten Kongstad · 11 years ago
  26. 65a05fd New command line tool 'idmap' by Mårten Kongstad · 11 years ago
  27. 7c4887f Change ResourceType cookies to int32_t. by Narayan Kamath · 11 years ago
  28. 00b3144 Change ResourceType cookies to int32_t. by Narayan Kamath · 11 years ago
  29. a0c6260 AssetManager cookies should be int32_t and not void*. by Narayan Kamath · 11 years ago
  30. ca0b0c1 Fix MCC/MNC typo by Christopher Tate · 11 years ago
  31. 560566d Reimplement ZipFileRO in terms of libziparchive. by Narayan Kamath · 11 years ago
  32. 16c4d15 Revert "move libandroidfw to frameworks/native" by Adam Lesinski · 11 years ago
  33. 745d4ef AssetManager cookies should be int32_t and not void*. by Narayan Kamath · 11 years ago
  34. 4482e7c Fix ResTable_config::CONFIG_* typo (MCC vs MNC) by Mårten Kongstad · 11 years ago
  35. afd31e0 Reimplement ZipFileRO in terms of libziparchive. by Narayan Kamath · 11 years ago
  36. 84b6292 move libandroidfw to frameworks/native by Mike Lockwood · 11 years ago
  37. 83ad4e3 Remove an unused C zip API. by Elliott Hughes · 11 years ago
  38. d45c68d Resource memory optimization. by Dianne Hackborn · 11 years ago
  39. 9d3b1a4 Move input library code to frameworks/native. by Jeff Brown · 11 years ago
  40. 1f5762e libutils clean-up by Mathias Agopian · 11 years ago
  41. fb903a4 Allow compiling aapt for the device by Bjorn Bringert · 11 years ago
  42. a44dd26 Rewrite input handling for native applications by Michael Wright · 11 years ago
  43. bdb706e Merge "Pipe through device resolution information" into jb-mr2-dev by Michael Wright · 11 years ago
  44. 1951ce8 Correctly manage the lifecycle of IME InputChannels. by Jeff Brown · 11 years ago
  45. c6091c6 Pipe through device resolution information by Michael Wright · 11 years ago
  46. 56a2301 Implement issue #6646859: 4K!!!! 4K!!!! 4K!!!! by Dianne Hackborn · 11 years ago
  47. 1df477a Add initial plumbing for brightness keys by Michael Wright · 12 years ago
  48. 58ed5d7 am 768d9e1a: Merge "Correct executable bit for source files" by Kenny Root · 12 years ago
  49. 3a084af Correct executable bit for source files by Kenny Root · 12 years ago
  50. 83d616a Make input system aware of multiple displays. by Jeff Brown · 12 years ago
  51. 5f79799 Add support for "-rtl" in resources by Fabrice Di Meglio · 12 years ago
  52. b696de5 Move and rename user activity event type constants. by Jeff Brown · 12 years ago
  53. de7a8ea Add new ASSIST key and map it to the global assist intent. by Jeff Brown · 12 years ago
  54. 51df04b Port the legacy velocity tracker strategy. by Jeff Brown · 12 years ago
  55. a5b0698 Implement a second order integrating VT strategy. by Jeff Brown · 12 years ago
  56. 18f329e Implement a weighted least squares VelocityTracker strategy. by Jeff Brown · 12 years ago
  57. 53dd12a Implement an integrating VelocityTracker strategy. by Jeff Brown · 12 years ago
  58. 9eb7d86 Make velocity tracker strategy configurable. by Jeff Brown · 12 years ago
  59. 9072940 Detect when pointer has stopped moving. by Jeff Brown · 12 years ago
  60. 7174a49 Improve touch event resampling. by Jeff Brown · 12 years ago
  61. 85bd0d6 More VelocityTracker refactoring. by Jeff Brown · 12 years ago
  62. 8a90e6e Minor refactoring before starting on velocity tracker changes. by Jeff Brown · 12 years ago
  63. fd23e3e Fix bugs in fallback key handling. by Jeff Brown · 12 years ago
  64. daa3753 Improve handling of built-in keyboard. by Jeff Brown · 12 years ago
  65. 771526c Resample touch events on frame boundaries. by Jeff Brown · 12 years ago
  66. 5bbd4b4 Get alias for Bluetooth devices. by Jeff Brown · 12 years ago
  67. 9a2bbf6 Improve handling of certain keyboard layout properties. by Jeff Brown · 12 years ago
  68. 4a3862f Add Dvorak keyboard layout. by Jeff Brown · 12 years ago
  69. 6ec6f79 Support loading keyboard layout overlays from resources. by Jeff Brown · 12 years ago
  70. a47425a Add support for input devices that have vibrators. by Jeff Brown · 12 years ago
  71. af9e8d3 Notify applications when input devices change. by Jeff Brown · 12 years ago
  72. 49ccac5 Refactor key code mapping. by Jeff Brown · 12 years ago
  73. 9f25b7f Request key maps from input manager service. by Jeff Brown · 12 years ago
  74. e38fdfa Add a unique input device descriptor. by Jeff Brown · 12 years ago
  75. 7511f9c Add Japanese specific key codes. by Yang Chuang · 12 years ago
  76. a982dc0 frameworks/base: move Zip* from libandroidfw to libutils by Colin Cross · 12 years ago
  77. 2b6c32c Fix spurious ANRs in native activities. by Jeff Brown · 12 years ago
  78. 49d2b18 move CursorWindow from libbinder to libandroidfw by Mathias Agopian · 12 years ago
  79. b13b9bd frameworks/base refactoring. by Mathias Agopian · 12 years ago
  80. b93a03f frameworks/base refactoring. by Mathias Agopian · 12 years ago