commit aad987a7bfb064a6a0308bc518fbce0f9a1ce904
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Sun Jul 17 14:34:56 2022 +0200

    Use distorted.org as a server; adjust the manifest.

diff --git a/distorted-sokoban/src/main/AndroidManifest.xml b/distorted-sokoban/src/main/AndroidManifest.xml
index cbe87e6..e936c2b 100644
--- a/distorted-sokoban/src/main/AndroidManifest.xml
+++ b/distorted-sokoban/src/main/AndroidManifest.xml
@@ -15,6 +15,7 @@
     <application android:icon="@drawable/icon" android:label="@string/app_name">
         <activity android:name=".Sokoban"
                   android:label="@string/app_name"
+                  android:exported="true"
                   android:screenOrientation="portrait"
                   android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
                   android:noHistory="true">
@@ -24,6 +25,7 @@
             </intent-filter>
         </activity>
         <activity android:name=".SokobanMain"
+                  android:exported="true"
                   android:screenOrientation="portrait"
                   android:label="@string/app_name"
                   android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
diff --git a/distorted-sokoban/src/main/java/com/threedcell/sokoban/SokobanRecords.java b/distorted-sokoban/src/main/java/com/threedcell/sokoban/SokobanRecords.java
index 27dc4e5..cff8382 100644
--- a/distorted-sokoban/src/main/java/com/threedcell/sokoban/SokobanRecords.java
+++ b/distorted-sokoban/src/main/java/com/threedcell/sokoban/SokobanRecords.java
@@ -32,7 +32,7 @@ public class SokobanRecords implements Runnable
 	private static int lv;
 	private static int mCols;
     
-	private static final String URL  = "http://koltunski.pl/sokoban/cgi-bin";
+	private static final String URL  = "https://distorted.org/sokoban/cgi-bin";
     private static String iso = null;
 	private String name,veri;
 	private String mLevel;
