Skip to content

Tags: aciderix/gemini-android-app

Tags

v1.0.4

Toggle v1.0.4's commit message
v1.0.4 — Gemma / Nano Banana compat + billing hint

- Gemma and image-only models no longer get tools/systemInstruction in
  the request (they rejected it with 400). Gemini text models keep full
  function calling.
- Quota errors on image models now include a pointer to enable billing
  on Google Cloud — the real cause is usually billing-required, not
  rate limiting.

v1.0.3

Toggle v1.0.3's commit message
v1.0.3 — Image generation + top-bar quick pickers

- Imagen integration via new generate_image tool (Imagen model picker in Settings)
- Gemini 2.5 native multimodal output (auto-enabled for *-image* models)
- Model + tool-result bubbles now render image thumbnails
- Top bar: tap model name for quick model picker, tap folder for Open/Change folder

v1.0.2

Toggle v1.0.2's commit message
v1.0.2 — Chat UX polish

- Italic markdown now renders italic (was no-op)
- Clickable URLs in conversation (markdown + bare http(s)://) open browser
- Image thumbnails shown in sent-user bubble; survives chat reload
- Autoscroll keeps view pinned during streaming model responses

v1.0.1

Toggle v1.0.1's commit message
Release 1.0.1

Fixes:
- Termux bridge: run_shell_command now supports background=true for
  long-running processes (servers, watchers, daemons). The call returns
  within ~200ms with the PID and log path instead of false-failing with
  a 12s timeout.

v1.0.0

Toggle v1.0.0's commit message
Release 1.0.0

First tagged release of Gemini Android client.

Highlights:
- Streaming Gemini chat with function calling
- Native file tools via SAF + Termux bridge for shell
- Encrypted local persistence, autosave, auto-compression
- Dynamic model discovery
- Markdown rendering (GFM tables, task lists, blockquotes)
- Image attachments (multimodal inlineData)
- Markdown export via share sheet
- English + French README