]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commit
Refactor Domains with one activity and two fragments. https://redmine.stoutner.com...
authorSoren Stoutner <soren@stoutner.com>
Mon, 17 Jul 2017 22:00:12 +0000 (15:00 -0700)
committerSoren Stoutner <soren@stoutner.com>
Mon, 17 Jul 2017 22:00:12 +0000 (15:00 -0700)
commit876163beb210da82f38327bc1b838d65dd8fb1d1
tree4dae722fe2d77e28270c65ac9d9b2f98d87c65b9
parent93aa3ac5acb2e3f7c238b1052e39a305f3c9986e
Refactor Domains with one activity and two fragments.  https://redmine.stoutner.com/issues/102.
17 files changed:
app/src/main/AndroidManifest.xml
app/src/main/java/com/stoutner/privacybrowser/activities/DomainSettingsActivity.java [deleted file]
app/src/main/java/com/stoutner/privacybrowser/activities/DomainsActivity.java
app/src/main/java/com/stoutner/privacybrowser/activities/MainWebViewActivity.java
app/src/main/java/com/stoutner/privacybrowser/fragments/DomainSettingsFragment.java
app/src/main/java/com/stoutner/privacybrowser/fragments/DomainsListFragment.java [new file with mode: 0644]
app/src/main/res/layout-w900dp/domains_fragments.xml [new file with mode: 0644]
app/src/main/res/layout-w900dp/domains_list.xml [deleted file]
app/src/main/res/layout-w900dp/domains_list_fragment.xml [new file with mode: 0644]
app/src/main/res/layout/domain_settings.xml [deleted file]
app/src/main/res/layout/domain_settings_coordinatorlayout.xml [deleted file]
app/src/main/res/layout/domain_settings_fragment.xml [new file with mode: 0644]
app/src/main/res/layout/domains_coordinatorlayout.xml
app/src/main/res/layout/domains_fragments.xml [new file with mode: 0644]
app/src/main/res/layout/domains_list.xml [deleted file]
app/src/main/res/layout/domains_list_fragment.xml [new file with mode: 0644]
app/src/main/res/menu/domains_options_menu.xml