Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId "de.wellenvogel.bonjourbrowser"
minSdkVersion 19
targetSdkVersion 33
versionCode 113
versionName "1.13"
versionCode 114
versionName "1.14"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
signingConfigs {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public ListenerEntry(NsdManager.DiscoveryListener listener, ServiceDescription d
private static String PRFX="BonjourBrowser";
public static ServiceDescription services[]=new ServiceDescription[]{
new ServiceDescription("_http._tcp.","http",false,R.drawable.ic_language_black_24dp),
new ServiceDescription("_https._tcp.","https",false,R.drawable.ic_language_black_24dp),
new ServiceDescription("_ssh._tcp.","ssh",true,R.drawable.ic_terminal_black_24dp),
new ServiceDescription("_rfb._tcp.","vnc",true,R.drawable.ic_connected_tv)
};
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/de/changelogs/114.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Erweiterungen:
- Es können jetzt auch HTTPS Services gefunden werden.

2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/114.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Extensions:
- now it is also possible to browse for https services.