diff --git a/CHANGELOG.md b/CHANGELOG.md index 9875f74ad..2aa8d411b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ### Upcoming release +* Support for Network Service Discovery of local FDroid repos on Android 4.1+ + from the repository management screen. + * Always remember the selected category in the list of apps * Send FDroid via Bluetooth to any device that supports receiving APKs via diff --git a/res/layout/repodiscoveryitem.xml b/res/layout/repodiscoveryitem.xml new file mode 100644 index 000000000..333b5e9c7 --- /dev/null +++ b/res/layout/repodiscoveryitem.xml @@ -0,0 +1,27 @@ + + + + + + + + \ No newline at end of file diff --git a/res/layout/repodiscoverylist.xml b/res/layout/repodiscoverylist.xml new file mode 100644 index 000000000..077636d55 --- /dev/null +++ b/res/layout/repodiscoverylist.xml @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/values/strings.xml b/res/values/strings.xml index e0708d046..54b027945 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -100,6 +100,7 @@ Search New Repository Remove Repository + Find Local Repos Run Share @@ -148,6 +149,9 @@ What\'s New Recently Updated + Local FDroid Repos + Discovering local FDroid repos… +