1. 8963abd Merge "Fix: ActivityNotFoundException when trying to enter Edit Mode" into androidx-main by Kumar Ankit · 7 months ago
  2. 8ccd232 Fix: ActivityNotFoundException when trying to enter Edit Mode by Kumar Ankit · 7 months ago
  3. 7795282 Migrate to using = for property setting by Aurimas Liutikas · 7 months ago
  4. 07a975e Merge "Added PdfSearchView to provide search UI" into androidx-main by Rahul Kanojia · 7 months ago
  5. 66b4a06 Implements the highlight API in PdfView by Dillon Simpson · 7 months ago
  6. 2276e69 Merge "Revert "Added Integration test for screen rotation and fix for saving state of toolbox"" into androidx-main by Hardeep Kaur · 7 months ago
  7. bb60864 Revert "Added Integration test for screen rotation and fix for saving state of toolbox" by Hardeep Kaur · 7 months ago
  8. 402133d Merge "Import translations. DO NOT MERGE ANYWHERE" into androidx-main by Treehugger Robot · 7 months ago
  9. 22a3054 Added Integration test for screen rotation and fix for saving state of toolbox by Aadish Goel · 7 months ago
  10. 7ed2ce2 Added PdfSearchView to provide search UI by rahulkanojia · 7 months ago
  11. 47a0ea4 Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 7 months ago
  12. 01148f9 Fixed Toolbox disappearing on Rotation. by Kumar Ankit · 7 months ago
  13. bd1d6be Fix: Previously opened page being displayed after rotation. by Kumar Ankit · 7 months ago
  14. eb9f825 Merge "Import translations. DO NOT MERGE ANYWHERE" into androidx-main by Treehugger Robot · 7 months ago
  15. 4b5ff26 Fix state restoration path by Dillon Simpson · 8 months ago
  16. 460fdf9 Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 8 months ago
  17. c224271 Save and restore instance state in PdfView by Dillon Simpson · 8 months ago
  18. fad103a Implements public scrollToPage and scrollToPosition APIs in PdfView by Dillon Simpson · 8 months ago
  19. 8a965c1 Merge "Decouples Page from PdfView" into androidx-main by Dillon Simpson · 8 months ago
  20. f80ae04 Merge "Fix for b/380140417" into androidx-main by Dillon Simpson · 8 months ago
  21. c14afb5 Decouples Page from PdfView by Dillon Simpson · 8 months ago
  22. 0a9f7a5 Merge "Migrate pdf to use JSpecify annotations" into androidx-main by Julia McClellan · 8 months ago
  23. c99c2b0 Added initial PdfViewerFragment setup with all public API support by rahulkanojia · 8 months ago
  24. 47ddc33 Fix for b/380140417 by Dillon Simpson · 8 months ago
  25. b41d596 Migrate pdf to use JSpecify annotations by Julia McClellan · 8 months ago
  26. 344dc43 Merge "Clear focus from FindInFile on SingleTap" into androidx-main by Kumar Ankit · 8 months ago
  27. d4cfc13 Merge "Import translations. DO NOT MERGE ANYWHERE" into androidx-main by Treehugger Robot · 8 months ago
  28. 4a40342 Clear focus from FindInFile on SingleTap by Kumar Ankit · 8 months ago
  29. 4e2cf57 Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 8 months ago
  30. 17a70c0 Refactors pagination logic out of PdfView by Dillon Simpson · 8 months ago
  31. 8e7cdb8 Merge "Introduced SearchRepository to manage search operation over PDF" into androidx-main by Rahul Kanojia · 8 months ago
  32. 9d05e65 Merge "Upgrade to robolectric 4.14" into androidx-main by Treehugger Robot · 8 months ago
  33. bf9574e Introduced SearchRepository to manage search operation over PDF by rahulkanojia · 8 months ago
  34. 48f6421 Merge "Fix: TalkBack accessibility issues in PDF viewer" into androidx-main by Hardeep Kaur · 8 months ago
  35. c60434d Upgrade to robolectric 4.14 by Aurimas Liutikas · 8 months ago
  36. be61160 Merge "Added @UiThreadTest for testPageVisibility_withoutPdfDocument" into androidx-main by Dillon Simpson · 8 months ago
  37. c1a9395 Introduced ToolBoxView by Aadish Goel · 8 months ago
  38. b57d78f Added @UiThreadTest for testPageVisibility_withoutPdfDocument by rahulkanojia · 8 months ago
  39. 2abe8d6 Merge "Fix: PDF scrolls to the top entering Edit mode" into androidx-main by Palak Sharma · 8 months ago
  40. 46e93cc Fix: PDF scrolls to the top entering Edit mode by Palak Sharma · 8 months ago
  41. bda0281 Remove "@SupressLint("BanThreadSleep")" annotation from TestSuite by Kumar Ankit · 8 months ago
  42. cf02fbb Merge "Fix: Prevent App Crash on Clicking FAB After File Deletion" into androidx-main by Palak Sharma · 8 months ago
  43. 8d204c9 Properly handle changing the pdfDocument in PdfView by Dillon Simpson · 8 months ago
  44. 6e15b55 Implement page bitmap rendering in PdfView by Dillon Simpson · 8 months ago
  45. e855b06 Implements scroll and zoom for PdfView by Dillon Simpson · 8 months ago
  46. 57c7c92 Introduces PdfView by Dillon Simpson · 8 months ago
  47. c346fae Merge "Content being cut off for wide PDF on open" into androidx-main by Faizan Naikwade · 8 months ago
  48. 8ad7cf0 Content being cut off for wide PDF on open by Faizan Naikwade · 8 months ago
  49. 811eb0a Merge "Revert "Fix: Improve immersive mode activation for annotations"" into androidx-main by Rahul Kanojia · 8 months ago
  50. e75334e Revert "Fix: Improve immersive mode activation for annotations" by Rahul Kanojia · 8 months ago
  51. 0ae6d4f Merge "Fix: Improve immersive mode activation for annotations" into androidx-main by Hardeep Kaur · 8 months ago
  52. 9f48485 Fix: TalkBack accessibility issues in PDF viewer by krhardeep · 8 months ago
  53. ccb6194 Adding a new ViewModel to consume SandboxedPdfLoader and by Bhavya Jain · 8 months ago
  54. 57f90d4 Adding SandboxedPdfDocument and SandboxedPdfLoader which are the by Bhavya Jain · 8 months ago
  55. b704aa8 Adding adapter classes for wrapping android.graphics.pdf.PdfRenderer and by Bhavya Jain · 8 months ago
  56. f526d9f Adding PdfDocumentRemote.aidl to build.gradle file. The gradle file also by Bhavya Jain · 8 months ago
  57. a1ef2ac Updating the PdfDocument interface as per update API contract. by Bhavya Jain · 8 months ago
  58. cbf93db Add new pdf-document-service artifact by Bhavya Jain · 8 months ago
  59. 511618c Add self (mdsimpson) to Jetpack PDF owners by Dillon Simpson · 8 months ago
  60. 6f09cf2 Merge "Clean-up unused variable shouldRedrawOnDocumentLoaded" into androidx-main by Palak Sharma · 8 months ago
  61. 3c16305 Fix: Improve immersive mode activation for annotations by krhardeep · 8 months ago
  62. a6d6af4 Clean-up unused variable shouldRedrawOnDocumentLoaded by Palak Sharma · 8 months ago
  63. 18e66c7 Fix: Prevent App Crash on Clicking FAB After File Deletion by Palak Sharma · 8 months ago