diff --git a/html/about/support/app.html b/html/about/support/app.html new file mode 100644 index 0000000..6460a3b --- /dev/null +++ b/html/about/support/app.html @@ -0,0 +1,135 @@ + + + + + + App Info - Aiat + + + + +
+ ← Back to syu.is +
+ +
+ Aiat +
Aiat
+
v1.111.0
+
+ +
+

Aiat is a social networking application based on AT Protocol. Connect with your community on syu.is.

+
+ +
+
App Information
+
+
+
Version
+
1.111.0
+
+
+
Category
+
Social
+
+
+
Supported OS
+
iOS 26.0+
+
+
+
Price
+
Free
+
+
+
+ +
+
Developer
+
syui
+ + +
+ +
+
Bitcoin
+
+ + 3BqHXxraZyBapyNpJmniJDh9zqzuB8aoRr + copy +
+
+ + + + + + diff --git a/html/about/support/help.html b/html/about/support/help.html index 82b5f3c..f7d6a88 100644 --- a/html/about/support/help.html +++ b/html/about/support/help.html @@ -89,3 +89,12 @@
  • Privacy Policy
  • License
  • App Info
  • +
  • AT Protocol Documentation
  • + + + + + diff --git a/html/about/support/privacy.html b/html/about/support/privacy.html index 0c57d61..6f69d20 100644 --- a/html/about/support/privacy.html +++ b/html/about/support/privacy.html @@ -81,3 +81,12 @@

    8. Changes to This Policy

    We may update this Privacy Policy from time to time. We will notify you of any significant changes.

    +

    9. Contact

    +

    For privacy-related questions, please visit our Help page.

    + + + + diff --git a/html/about/support/tos.html b/html/about/support/tos.html index b51b1cc..857d23c 100644 --- a/html/about/support/tos.html +++ b/html/about/support/tos.html @@ -74,3 +74,11 @@

    We may update these terms from time to time. Continued use of the service after changes constitutes acceptance of the new terms.

    8. Contact

    +

    For questions about these terms, please visit our Help page.

    + + + + diff --git a/html/index.html b/html/index.html index e68ee00..6460a3b 100644 --- a/html/index.html +++ b/html/index.html @@ -95,26 +95,26 @@
    Bitcoin
    - + 3BqHXxraZyBapyNpJmniJDh9zqzuB8aoRr copy
    + + -diff --git a/bskyweb/templates/about-license.html b/bskyweb/templates/about-license.html -new file mode 100644 -index 000000000..000000003 ---- /dev/null -+++ b/bskyweb/templates/about-license.html -@@ -0,0 +1,66 @@ -+ -+ -+ -+ -+ -+ License - syu.is -+ -+ -+ -+ -+
    -+ ← Back to syu.is -+

    License

    -+
    -+ -+

    Aiat (iOS/Android App)

    -+

    This application is based on the Bluesky Social App, which is open source software.

    -+ -+

    Open Source Licenses

    -+

    This app uses the following open source software:

    -+ -+

    Bluesky Social App

    -+

    Licensed under the MIT License

    -+

    https://github.com/bluesky-social/social-app

    -+ -+

    AT Protocol

    -+

    Licensed under the MIT License / Apache 2.0

    -+

    https://github.com/bluesky-social/atproto

    -+ -+

    Third Party Libraries

    -+

    This application includes various third-party libraries, each with their own licenses. For a complete list, please see the application's source code repository.

    -+ -+ -+ -+ diff --git a/bskyweb/templates/about-help.html b/bskyweb/templates/about-help.html new file mode 100644 -index 000000000..d37db25c5 +index 000000000..89f40e414 --- /dev/null +++ b/bskyweb/templates/about-help.html -@@ -0,0 +1,91 @@ +@@ -0,0 +1,100 @@ + + + @@ -368,12 +296,84 @@ index 000000000..d37db25c5 + + + +diff --git a/bskyweb/templates/about-license.html b/bskyweb/templates/about-license.html +new file mode 100644 +index 000000000..02fe64696 +--- /dev/null ++++ b/bskyweb/templates/about-license.html +@@ -0,0 +1,66 @@ ++ ++ ++ ++ ++ ++ License - syu.is ++ ++ ++ ++ ++
    ++ ← Back to syu.is ++

    License

    ++
    ++ ++

    Aiat (iOS/Android App)

    ++

    This application is based on the Bluesky Social App, which is open source software.

    ++ ++

    Open Source Licenses

    ++

    This app uses the following open source software:

    ++ ++

    Bluesky Social App

    ++

    Licensed under the MIT License

    ++

    https://github.com/bluesky-social/social-app

    ++ ++

    AT Protocol

    ++

    Licensed under the MIT License / Apache 2.0

    ++

    https://github.com/bluesky-social/atproto

    ++ ++

    Third Party Libraries

    ++

    This application includes various third-party libraries, each with their own licenses. For a complete list, please see the application's source code repository.

    ++ ++ ++ ++ diff --git a/bskyweb/templates/about-privacy.html b/bskyweb/templates/about-privacy.html new file mode 100644 index 000000000..14a1168ad --- /dev/null +++ b/bskyweb/templates/about-privacy.html -@@ -0,0 +1,83 @@ +@@ -0,0 +1,92 @@ + + + @@ -471,7 +471,7 @@ new file mode 100644 index 000000000..db5d82f5c --- /dev/null +++ b/bskyweb/templates/about-tos.html -@@ -0,0 +1,76 @@ +@@ -0,0 +1,84 @@ + + + diff --git a/ios/patching/031-social-app-ios-hide-create-account.patch b/ios/patching/031-social-app-ios-hide-create-account.patch deleted file mode 100644 index 92018a5..0000000 --- a/ios/patching/031-social-app-ios-hide-create-account.patch +++ /dev/null @@ -1,51 +0,0 @@ -diff --git a/src/view/com/auth/SplashScreen.tsx b/src/view/com/auth/SplashScreen.tsx ---- a/src/view/com/auth/SplashScreen.tsx -+++ b/src/view/com/auth/SplashScreen.tsx -@@ -46,23 +46,6 @@ export const SplashScreen = ({ - -- - -