u/Gohoski

Image 1 — numAi has been updated! — AI for Android 1.0+
Image 2 — numAi has been updated! — AI for Android 1.0+
Image 3 — numAi has been updated! — AI for Android 1.0+
Image 4 — numAi has been updated! — AI for Android 1.0+
Image 5 — numAi has been updated! — AI for Android 1.0+
Image 6 — numAi has been updated! — AI for Android 1.0+
Image 7 — numAi has been updated! — AI for Android 1.0+
Image 8 — numAi has been updated! — AI for Android 1.0+

numAi has been updated! — AI for Android 1.0+

numAi 1.0 LLM client for Android 1.0+

Download: https://github.com/gohoski/numAi

What's new from 0.2.0:

  • Markdown formatting, tables
  • Saving chats
  • Improved initial setup; instructions are now available for different APIs
  • Web search via Bing (Android 1.0+) and DuckDuckGo (Android 1.6+, requires Wolfius for <4.4)
  • Web page reading (Android 1.6+, requires Wolfius for versions <4.4)
  • Updated default recommended models
  • Translation into Simplified Chinese, Traditional Chinese, Turkish and Brazilian Portuguese
  • Fixes for numerous bugs
u/Gohoski — 5 days ago

I built system-wide TLS 1.3 for Android 1.5+ — Wolfius

Hello everyone, I would like to share a project that will be significant for the legacy Android community!

Download: https://github.com/gohoski/Wolfius

Today, the vast majority of modern websites enforce a minimum of TLS 1.2 or 1.3 for security reasons. This completely locks legacy Android devices out of the modern web, as early versions are natively restricted to TLS 1.0.

To fix this issue, I made an app that integrates TLS 1.3 system-wide. Wolfius is a local TLS proxy for Android 1.5+ that transparently upgrades TLS 1.0 connections to the modern TLS 1.3 standard. This restores access to the modern Internet on old Android devices.

This already resurrects 4.x apps such as Discord, TikTok, Pinterest and Speedtest. Most old apps didn't work simply due to missing modern TLS 1.3 encryption.

How it works specifically? Wolfius acts as a local, system-wide TLS 1.0 man-in-the-middle (MITM) proxy right on the device. When an app attempts to connect to a modern website, Wolfius intercepts the traffic locally. It then establishes a brand-new, secure TLS 1.3 connection to the remote server, fetches the data, and hands it back to the app over TLS 1.0 using a locally trusted root certificate. To the old app, the connection looks perfectly normal; to the modern web, the device looks like a secure, modern client. This achieves seamless, system-wide compatibility without modifying a single line of application or system code.

Why don't you simply replace the built-in OpenSSL library? Read about that on GitHub!

Before usage, please note the following things:

  • Root privileges are highly recommended — without them, you cannot install the root CA and as a result cannot use TLS 1.3 outside of browsers.
  • This project is at an early stage of development and may run slowly or be unstable. Please report any issues, attaching a full logcat report.
  • At the moment, there may be some issues with certain 4.x ROMs, but everything should work on most devices. Strangely enough, things usually work better on stock ROMs than on custom ones. I’ll try to investigate this.
  • Just for those people that for some reason will try to use this on Android 5+, this project is intended for use with Android 1.5–4.4 only.

The open-source wolfSSL library is used extensively in this project. Without this library, this project couldn't have been realised. The code is licensed under the GPLv3.

I look forward seeing your use-cases of this TLS 1.3 implementation!

u/Gohoski — 25 days ago

notPipe has been updated! — HD playback, ARMv5/v6, tablet UI, channels

notPipe version 0.3.0 has been released!

📥 Download now: https://github.com/gohoski/notPipe/releases

What's new

  • Improved 480p/720p/1080p playback
  • Improved user experience on ARMv5/v6
  • Refined tablet UI for searching for videos and channels
  • Refined channels (sorting and more accurate video display now available)
  • yt2009 is now implemented for conversion and channels
  • Implemented the Piped API for metadata and 360p
  • Fixed bugs in the tablet interface for Android 2.3, 4.4, 5.x
  • Added a full-screen button and a quality-change button to the menu
  • Implemented a portrait interface for tablets in addition to landscape
  • Implemented popular videos via Invidious/Piped as a fallback option
  • Improved compatibility with Android 3.x Honeycomb
  • Improved display of numbers
  • You can now open a video link by pasting it into the search bar
  • Errors when working with videos are now handled correctly
  • Improved overall stability

(Sorry for the screenshots in Russian; I don't have time to take separate screenshots in English)

u/Gohoski — 2 months ago