Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #3600: Add complete UI for tablet devices for copyright licenses …
…lists and texts (#3680) * Create ThirdPartyActivity * Fix lints * Fix actionbar issue * Add tests * Add KDocs * Add LicenseListActivity to Manifest * Fix LicenseListFragment * Add test cases * Add LicenseTextViewerFragment * Pass index to LicenseListFragment * Fix all the bugs * Fix lints * Add tests files for all activities and fragments * Fix lints * Add viewModels to BUILD.bazel * Correct path of files in exemptions file * Add suggested changes * Add suggested changes * Remove unused imports * Correct styles in xml * Optimize layouts * fix lints * Correct layout width * Add test cases for all files * Add an extra test case * Add more test cases * revert changes in ktlint_lint_check.sh * Add suggested changes * Add marquee effect * Try setting text directly from fragment. * Add code to preserve text format * Add more test cases in LicenseTextViewerFragmentTest.kt * Add label for LicenseTextViewerActivity * Add suggested changes * Use direct import for isRoot() * Add KDocs for TestApplicationComponent in Test files * Remove unused imports * Correct imports order * Fix Kdocs check * Add suggested changes * Add suggested changes * Fix failing test cases * Add interfaces to load fragments * Remove extra Kdocs and add test files to Kdoc exemptions * Add suggested changes * Replace original dependencies name with dummy text * create helplist item viewmodel * Add support for new UIs for FAQList and ThirdPartyDependencyList in tablets * Delete unwanted files * Fix nits * Add Listeners and ViewModels to BUILD.bazel * Add test cases and add test exemptions * Correct Bug * Correct import * Fix crashing after clicking item * Add support for Displaying LicenseList and LicenseText in Split mode in tablet devices * Add back button listener * Remove extra methods * Add suggested changes * Correct test case * Update branch * Hide Back arrow by default * Correct test case * Add test exemptions * Fix lints * Add TODO * Remove unwanted imports * Add TAG suffix to fragment tags * Fix handling of back button * Delete Unwanted fields * Make const names consistent. * Fix lint * Add white background in license_text_viewer_fragment.xml * Add suggested changes * Add content description for back button * Fix bug * Add test case * Add minHeight * Add all test cases * Add suggested changes * Add punctuation in KDoc * Correct name in test_file_exemptions.textproto * Undo unwanted changes * Add suggested changes * Add extra test case * Add suggested changes * Correct string id
- Loading branch information