No description
Find a file
2024-12-30 09:16:35 +08:00
.github/workflows Update android.yml 2024-10-05 17:20:09 +08:00
.idea feat: Add support for IP address:port access 2024-12-30 09:13:26 +08:00
app Merge branch 'master' of https://github.com/moreoronce/LobeChat-Android 2024-12-30 09:16:35 +08:00
gradle feat: Add URL validation and prompt feature 2024-10-05 20:11:26 +08:00
.gitignore Add Functionality and Fix Issues in WebViewActivity 2024-10-07 13:29:12 +08:00
build.gradle.kts init 2024-10-05 12:35:47 +08:00
gradle.properties init 2024-10-05 12:35:47 +08:00
gradlew init 2024-10-05 12:35:47 +08:00
gradlew.bat init 2024-10-05 12:35:47 +08:00
README.md Update README.md 2024-10-07 18:32:45 +08:00
settings.gradle.kts init 2024-10-05 12:35:47 +08:00

LobeChat Android Client

A third-party Android client for LobeChat!

Supported Features

  • Custom LobeChat service address support
  • Image upload feature

Requested Permissions

<uses-permission android:name="android.permission.INTERNET" />

Currently, there is one permission request:

  • Network requests to open the LobeChat service webpage.

Usage Instructions

You can download the latest version from the following link:

GitHub Releases

The app has been successfully tested on Android 14 (API level 34) and Android 12; compatibility with other versions has not been verified.

Please note that the application speed is influenced by the performance of the target website. If the target website is slow, a blank screen may appear.

Backdoors

I'm sorry, but my current skill level does not allow me to write backdoors. I wouldn't even know how to ask an AI for help with this.

🤗 Next

There are still many issues that need to be resolved:

  • Add refresh and return to homepage functionality in WebView.
  • Optimize cache and WebView user experience.
  • Beautify the page to maintain consistency with LobeChat.
  • Add a page loading progress bar to enhance the loading experience.
  • Optimize installation package updates (currently requires uninstalling before reinstalling).
  • Implement automatic recording of custom URL addresses to avoid manual input each time.
  • Currently, any URL can be opened via WebView, considering if restrictions should be added to allow only specific services.
  • Resolved the issue of Google account login.
  • Fixed the certificate issue with the installation package.

Thank you for your support and feedback! I hope you enjoy this application and look forward to your suggestions and comments. All the code is available on GitHub, and you can compile or modify it yourself.