1. b02a39b Move @RequiresApi annotation in FragmentActivity to a connect place. by Aurimas Liutikas · 8 years ago
  2. 8e10080 Move from GROUP_ID to LIBRARY_GROUP annotations by Aurimas Liutikas · 8 years ago
  3. 730ed99 Deprecate support-fragment's dependency on media-compat by Ian Lake · 8 years ago
  4. af6b251 Adds working lint target to support lib build, more workarounds by Alan Viverette · 8 years ago
  5. 5ec99dd Revert "Add support lib version meta-data to AndroidManifest.xml" by Chris Banes · 8 years ago
  6. cdcdfd0 Add support lib version meta-data to AndroidManifest.xml by Chris Banes · 8 years ago
  7. 77f11e9 Don't update fragments if the manager's state doesn't change. by George Mount · 8 years ago
  8. f1f122e Merge "Remove use of isAttachedToWindow in fragment tests" by TreeHugger Robot · 8 years ago
  9. 4285a0d Remove use of isAttachedToWindow in fragment tests by George Mount · 8 years ago
  10. 44e98ab Merge "Perform onDestroy when FragmentController is torn down." by TreeHugger Robot · 8 years ago
  11. 40e1750 Perform onDestroy when FragmentController is torn down. by George Mount · 8 years ago
  12. 6c169fd Merge "Add FragmentLifecycleCallbacks" by TreeHugger Robot · 8 years ago
  13. 267b02e Add FragmentLifecycleCallbacks by Adam Powell · 8 years ago
  14. b424f6e Execute fragment transitions only for L and greater. by George Mount · 8 years ago
  15. 667ec41 Fix hide fragment transition. by George Mount · 8 years ago
  16. 8f25635 Merge "Add optimize and postpone transactions." by TreeHugger Robot · 8 years ago
  17. 8f886fe Annotate support classes with RequiresApi / TargetApi by Alan Viverette · 8 years ago
  18. 990e6fc Add optimize and postpone transactions. by George Mount · 8 years ago
  19. 9439d70 Move all support library projects to use a single compilation unit by Alan Viverette · 8 years ago
  20. c90b24f Move Support library fragment tests to JUnit4. by Aurimas Liutikas · 8 years ago
  21. 754cb29 Switch from deprecated size annotations to new ones. by Aurimas Liutikas · 8 years ago
  22. 9480eb4 resolve merge conflicts of 7243922 to master by Alan Viverette · 8 years ago
  23. c39d9c7 Add @RestrictTo(GROUP_ID) annotations to match @hide docs annotations by Alan Viverette · 8 years ago
  24. ae29738 Remove all the extra accessor methods added by javac in support-fragment. am: dea7d510a3 am: e9b9a26659 by Aurimas Liutikas · 8 years ago
  25. e9b9a26 Remove all the extra accessor methods added by javac in support-fragment. by Aurimas Liutikas · 8 years ago
  26. b12afdc Merge "Remove all the extra accessor methods added by javac in support-fragment." into nyc-mr1-dev by Aurimas Liutikas · 8 years ago
  27. 50d811c Correct typo in FragmentManager documentation. am: fd28b81e05 am: 8a33e9e39e am: 8feffd34f6 by Aurimas Liutikas · 8 years ago
  28. 8a33e9e Correct typo in FragmentManager documentation. am: fd28b81e05 by Aurimas Liutikas · 8 years ago
  29. fd28b81 Correct typo in FragmentManager documentation. by Aurimas Liutikas · 8 years ago
  30. dea7d51 Remove all the extra accessor methods added by javac in support-fragment. by Aurimas Liutikas · 8 years ago
  31. f0039c1 resolve merge conflicts of 019c65e to master by Aurimas Liutikas · 8 years ago
  32. fad2335 Annotate more support lib tests with size annotations. by Aurimas Liutikas · 8 years ago
  33. 4e53dd4 Fix failing FragmentReplaceTest test. by Aurimas Liutikas · 8 years ago
  34. 44cb4e7 Update to new test runner and espresso. am: dfe7578733 am: 8dae1dacb8 am: f6d7dd9037 by Aurimas Liutikas · 8 years ago
  35. 8dae1da Update to new test runner and espresso. am: dfe7578733 by Aurimas Liutikas · 8 years ago
  36. dfe7578 Update to new test runner and espresso. by Aurimas Liutikas · 8 years ago
  37. 37b7448 Use ViewCompat#isAttachedToWindow to fix FragmentLifecycleTest. am: 981736d484 am: e0dbe9d5aa am: b756dcceb0 by Aurimas Liutikas · 8 years ago
  38. e0dbe9d Use ViewCompat#isAttachedToWindow to fix FragmentLifecycleTest. am: 981736d484 by Aurimas Liutikas · 8 years ago
  39. 981736d Use ViewCompat#isAttachedToWindow to fix FragmentLifecycleTest. by Aurimas Liutikas · 8 years ago
  40. 1a3308c Remove AIDL references from modules that don\\\'t have AIDL files am: 246d9446ad am: 0b6e0ab9af by Kirill Grouchnikov · 8 years ago
  41. 0b6e0ab Remove AIDL references from modules that don\'t have AIDL files am: 246d9446ad by Kirill Grouchnikov · 8 years ago
  42. 4c5b6af Clean up nullability and final usage in FragmentTabHost am: 1a3e293ac0 by Alan Viverette · 8 years ago
  43. 2329a34 Clean up nullability and final usage in FragmentTabHost am: 1a3e293ac0 by Alan Viverette · 8 years ago
  44. 888d295 Merge "Clean up nullability and final usage in FragmentTabHost" into nyc-mr1-dev by Alan Viverette · 8 years ago
  45. 246d944 Remove AIDL references from modules that don't have AIDL files by Kirill Grouchnikov · 8 years ago
  46. 88c06e4 Stop using a several deprecated methods/constants. am: e12dfa0364 by Aurimas Liutikas · 8 years ago
  47. e12dfa0 Stop using a several deprecated methods/constants. by Aurimas Liutikas · 8 years ago
  48. 4c9fcae Fix FragmentReplaceTest by Abhinav Baid · 8 years ago
  49. 14d181c Don\\'t throw exception when FragmentTabHost has no tabs am: b9ddcaa78c by Alan Viverette · 8 years ago
  50. 0934650 Don\'t throw exception when FragmentTabHost has no tabs am: b9ddcaa78c by Alan Viverette · 8 years ago
  51. 90c533e Merge "Don't throw exception when FragmentTabHost has no tabs" into nyc-mr1-dev by TreeHugger Robot · 8 years ago
  52. a152444 ActivityCompat should use static methods, not be publicly instantiable am: 1194904b05 by Alan Viverette · 8 years ago
  53. 1a3e293 Clean up nullability and final usage in FragmentTabHost by Alan Viverette · 8 years ago
  54. b9ddcaa Don't throw exception when FragmentTabHost has no tabs by Alan Viverette · 8 years ago
  55. 1194904 ActivityCompat should use static methods, not be publicly instantiable by Alan Viverette · 8 years ago
  56. 8a50bd8 Stop using a several deprecated methods/constants. by Aurimas Liutikas · 8 years ago
  57. 9562a3b Add offline docs target for support lib gradle build by Alan Viverette · 8 years ago
  58. 05ed14f Improve Exception message for adding private fragments by Clara Bayarri · 8 years ago
  59. 0244762 Clarify Fragment#setUserVisibleHint guarantees in docs by Adam Powell · 8 years ago
  60. 470243f Make FragmentController$findFragmentByWho public by Abhinav Baid · 8 years ago
  61. af556dc Throw ISE when adding a non-public non-static fragment class instance to a transaction by Clara Bayarri · 8 years ago
  62. 04f7579 Clarify Fragment construtor javadoc. by Aurimas Liutikas · 8 years ago
  63. 940486e Merge "Clarify Fragment#onHiddenChanged() documentation." by Aurimas Liutikas · 8 years ago
  64. 7b59d3a Remove old API check artifacts, invoke gradle from old make target by Alan Viverette · 8 years ago
  65. 3c141cd Revert "Remove old API check artifacts, invoke gradle from old make target" by Yigit Boyar · 8 years ago
  66. 009647b Remove old API check artifacts, invoke gradle from old make target by Alan Viverette · 8 years ago
  67. 0d5b0e0 Add a method and interface to SharedElementCallback by Abhinav Baid · 8 years ago
  68. 527415d Clarify Fragment#onHiddenChanged() documentation. by Aurimas Liutikas · 8 years ago
  69. a3274ee Fix a few checkstyle issues by Alan Viverette · 8 years ago
  70. ce35f3b Update javadoc sample references for refactor Support demos by Alan Viverette · 8 years ago
  71. eb496dc Merge "Hide release-specific BaseFragmentActivity APIs" by Chet Haase · 8 years ago
  72. 5c64d9d Hide release-specific BaseFragmentActivity APIs by Chet Haase · 8 years ago
  73. c9a8595 Fix a random assortment of spelling errors. by Aurimas Liutikas · 8 years ago
  74. 90ac236 Add missing @Override annotations in support fragment code. by Aurimas Liutikas · 8 years ago
  75. c016050 Scaffolding tweaks by Kirill Grouchnikov · 8 years ago
  76. 5dd39aa Move Loader class to core-utils (where other Loaders are) by Kirill Grouchnikov · 8 years ago
  77. 2a87300 resolve merge conflicts of 9540fd1 to master by Adam Powell · 8 years ago
  78. ff22d81 Extracting fragments and widgets into their own modules. by Kirill Grouchnikov · 8 years ago