1. 2e751b8 Update ActivityInfo#WindowLayout apis (1/3) by Andrii Kulian · 8 years ago
  2. ac85f90 Ensure all Java-side usages of config flags are using Java flags by Alan Viverette · 8 years ago
  3. 508ff55 Force resize pre-N apps that don't have fixed orientation. by Wale Ogunwale · 9 years ago
  4. d829d36 Force pre-N apps to be resizeable. by Wale Ogunwale · 9 years ago
  5. b12e109 Renamed manifest attributes initialWidth/Height to defaultWidth/Height by Wale Ogunwale · 9 years ago
  6. b1faf60 Use resizeMode integer instead of resizeable boolean. by Wale Ogunwale · 9 years ago
  7. d26176f Support different multi-window compatibility modes by Wale Ogunwale · 9 years ago
  8. 6cae765 Added support for android.R.attr#alwaysFocusable by Wale Ogunwale · 9 years ago
  9. dd18a0b Add a framework service tracking VR mode state. by Ruben Brunk · 9 years ago
  10. 6ac42ae Add a mechanism for broadcasts to control background dispatching. by Dianne Hackborn · 9 years ago
  11. 28c4a0b Allow activities to handle density configuration changes by Alan Viverette · 9 years ago
  12. f2acc54 Fix some docs by Svet Ganov · 9 years ago
  13. b60692e Support for activity to opt-in/out of PiP form of multi-window. by Wale Ogunwale · 9 years ago
  14. d2f1d94 API for minimal width/height of an activity. by Filip Gruszczynski · 9 years ago
  15. 3e2e011 Correct ActivityInfo constructors. by Robert Carr · 9 years ago
  16. 4f5de34 Renamed primaryUserOnly to systemUserOnly by Fyodor Kupolov · 9 years ago
  17. 9b1ce52 Using initial activity layout to position the launching activity. by Filip Gruszczynski · 9 years ago
  18. 848fe6b API for specifying size/gravity of launching activity. by Filip Gruszczynski · 9 years ago
  19. c1d5279 Add API for obtaining changing configurations bitmask from Theme by Alan Viverette · 9 years ago
  20. 6dfdfd6 Added attribute showForAllUsers that deprecates showOnLockScreen by Wale Ogunwale · 9 years ago
  21. 15df08a Introduce android:lockTaskMode by Craig Mautner · 9 years ago
  22. 6cd6cec Revert "Add lockTaskOnLaunch attribute." by Craig Mautner · 9 years ago
  23. 0fb1cb5 Add lockTaskOnLaunch attribute. by Craig Mautner · 9 years ago
  24. 4aab1bb @hide ActivityInfo.resizeable. by Wale Ogunwale · 10 years ago
  25. 9d3de4c Support for activity to opt-in/out of resizeable/multi-window support. by Wale Ogunwale · 10 years ago
  26. 8307ea7 If activity is an alias get maxRecents from target by Craig Mautner · 10 years ago
  27. a4e102e Work on issue #17357238: Recents is often slow if not used in a while by Dianne Hackborn · 10 years ago
  28. 7f72f53 Rename flag and attribute per API council by Craig Mautner · 10 years ago
  29. 9d4e9bc Allow a root activity to relinquish task identity by Craig Mautner · 10 years ago
  30. 43e52ed Fix persistent tasks and expand scope by Craig Mautner · 10 years ago
  31. f357c0c Redefine FLAG_ACTIVITY_NEW_DOCUMENT without NEW_TASK by Craig Mautner · 10 years ago
  32. ffcfcaa Implement maxRecents and fix TaskPersister bug by Craig Mautner · 10 years ago
  33. 2dac056 Add attributes and flags for DocCentric. by Craig Mautner · 10 years ago
  34. d2cc56e resolved conflicts for merge of f8a58208 to master by Craig Mautner · 10 years ago
  35. ffd14a1 Add activity attribute allowEmbedded by Craig Mautner · 10 years ago
  36. 4cfa8dc Add the persistable attribute for Activities by Craig Mautner · 10 years ago
  37. d9273d6 Add typedefs and nullness annotations. by Tor Norbye · 11 years ago
  38. 1d0b177 Fix issue #10560472: ApplicationInfo.manageSpaceActivity not parsed... by Dianne Hackborn · 11 years ago
  39. 322d771 Revert "Re-@hide activity-level FLAG_IMMERSIVE and helpers." by John Spurlock · 11 years ago
  40. 5e777f6 Re-@hide activity-level FLAG_IMMERSIVE and helpers. by John Spurlock · 11 years ago
  41. f5c757c Merge "More fix for bug #8159072 Spinner widget should be RTL'ized" into jb-mr2-dev by Fabrice Di Meglio · 11 years ago
  42. b9ec1ac Implement #7341342 API request: way to determine current orientation... by Dianne Hackborn · 11 years ago
  43. dc25d25 More fix for bug #8159072 Spinner widget should be RTL'ized by Fabrice Di Meglio · 11 years ago
  44. 73c2aee Make immersive mode public & imply update locking by Christopher Tate · 12 years ago
  45. 5962b12 Adds showWhenLocked attribute to Activities. by Craig Mautner · 12 years ago
  46. d4ac8d7 Fix issue #7211769 and #7244492, thrash around on #7226656. by Dianne Hackborn · 12 years ago
  47. 5f79799 Add support for "-rtl" in resources by Fabrice Di Meglio · 12 years ago
  48. 7d19e02 More mult-user API work. by Dianne Hackborn · 12 years ago
  49. 908aecc Start moving away from DisplayMetrics.DENSITY_DEVICE. by Dianne Hackborn · 12 years ago
  50. dd8fab2 TaskStackBuilder and Activity navigation features for framework by Adam Powell · 12 years ago
  51. e797ed6 docs: a few additions and revisions to action bar docs by Scott Main · 13 years ago
  52. 269248d Fix bug 5098288 - Rethink the suite of new themes by Adam Powell · 13 years ago
  53. e667635 Work around OpenFeint bug. by Dianne Hackborn · 13 years ago
  54. 69cb875 Add new "-swNNNdp" resource qualifier. by Dianne Hackborn · 13 years ago
  55. ebff8f9 DO NOT MERGE. Integrate add new screen width/height in "dp" configs. by Dianne Hackborn · 13 years ago
  56. 327fbd2 Fix a bunch of API review bugs. by Dianne Hackborn · 14 years ago
  57. 3801476 am 89230e3b: am 458fc5f5: Merge "Fix issue #3041660: Camera image flips upside down when rotating device" into gingerbread by Dianne Hackborn · 14 years ago
  58. e5439f2 Fix issue #3041660: Camera image flips upside down when rotating device by Dianne Hackborn · 14 years ago
  59. d02bdaa Remove experimental immersive mode support. DO NOT MERGE by Daniel Sandler · 14 years ago
  60. 529b60a Add android:hardwareAccelerated to Activity. by Romain Guy · 14 years ago
  61. 8091ca5 Fix javadocs. by Daniel Sandler · 14 years ago
  62. 613dde4 Revised "immersive mode" API. by Daniel Sandler · 14 years ago
  63. 15a4d2f Add correct copyright headers to multiple files by Kenny Root · 14 years ago
  64. ef05e07 Fix issue #2448075: aapt doesn't fix up activity-alias android:targetActivity links by Dianne Hackborn · 14 years ago
  65. 27b28b3 Introduce special UI modes for night and car usage. by Tobias Haamel · 15 years ago
  66. 12527f9 Debugging for issue #2250075: Desk dock clock app sometimes doesn't by Dianne Hackborn · 15 years ago
  67. ffa4248 Fix issue #2133206: dialogs/menus should auto-dismiss when screen turns off by Dianne Hackborn · 15 years ago
  68. 93e462b Implement issue #1780928: Need support hiding nav keys. by Dianne Hackborn · 15 years ago
  69. 723738c Expand support for different screen sizes. by Dianne Hackborn · 15 years ago
  70. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  71. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  72. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  73. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago