No description
Find a file
HallowDem 34469ca023 feat: enhance custom font upload with WebView rendering, WOFF/WOFF2 support, preview & deletion
- Fix core bug: custom fonts now actually render in article WebView via
  @font-face injection and Jaguar local server font serving route
- Also fix built-in fonts (OpenSans/Roboto/SourceSerif) not rendering in WebView
- Add WOFF/WOFF2 format support for font upload
- Add font preview text in font picker and selected font indicator
- Add custom font deletion UI with confirmation dialog
- Add font file size validation (1KB-50MB)
- Update CSP to allow font-src from local server
- Add missing i18n translations for all 9 locales (zh, de, es, fr, hr, pt, tr, uk)
- Update Android build configuration and dependencies
2026-02-18 16:33:06 -05:00
.github add beta download links 2021-01-20 09:35:49 +08:00
.vscode add tr locale 2023-09-24 19:39:17 -07:00
android feat: enhance custom font upload with WebView rendering, WOFF/WOFF2 support, preview & deletion 2026-02-18 16:33:06 -05:00
android-old feat: enhance custom font upload with WebView rendering, WOFF/WOFF2 support, preview & deletion 2026-02-18 16:33:06 -05:00
assets feat: enhance custom font upload with WebView rendering, WOFF/WOFF2 support, preview & deletion 2026-02-18 16:33:06 -05:00
ios feat: enhance custom font upload with WebView rendering, WOFF/WOFF2 support, preview & deletion 2026-02-18 16:33:06 -05:00
lib feat: enhance custom font upload with WebView rendering, WOFF/WOFF2 support, preview & deletion 2026-02-18 16:33:06 -05:00
test initial commit 2021-01-17 15:07:37 +08:00
.gitignore add tr locale 2023-09-24 19:39:17 -07:00
.metadata feat: enhance custom font upload with WebView rendering, WOFF/WOFF2 support, preview & deletion 2026-02-18 16:33:06 -05:00
analysis_options.yaml feat: enhance custom font upload with WebView rendering, WOFF/WOFF2 support, preview & deletion 2026-02-18 16:33:06 -05:00
LICENSE Create LICENSE 2021-01-17 15:09:26 +08:00
pubspec.lock feat: enhance custom font upload with WebView rendering, WOFF/WOFF2 support, preview & deletion 2026-02-18 16:33:06 -05:00
pubspec.yaml feat: enhance custom font upload with WebView rendering, WOFF/WOFF2 support, preview & deletion 2026-02-18 16:33:06 -05:00
README.md FreshRSS using Google Reader API 2022-09-10 15:14:28 +02:00

Fluent Reader Lite

A simplistic mobile RSS client


Download

iOS

Android

Desktop App

The repo of the full-featured desktop app can be found here.

Features

Fluent Reader Lite is a simplistic, cross-platform, and open-source RSS client.

The following self-hosted and commercial RSS services are supported.

  • Fever API (TT-RSS Fever plugin, Miniflux, etc.)
  • Google Reader API (Bazqux Reader, FreshRSS, The Old Reader, etc.)
  • Inoreader
  • Feedbin (official or self-hosted)

Other key features include:

  • Dark mode for UI and reading.
  • Configure sources to load full content or webpage by default.
  • A dedicated subscriptions tab organized by latest updates with article titles.
  • Search for local articles or filter by read status.
  • Organize subscriptions with groups.
  • Support for two-pane view and multitasking on iPad and Android tablets.

The following features from the desktop app are NOT present:

  • Local RSS support and source / group management.
  • Importing or exporting OPML files, full application data backup & restoration.
  • Regular expression rules that mark articles as they arrive.
  • Fetch articles in the background and send push notifications.
  • Keyboard shortcuts.

Development

Contribute

Help make Fluent Reader better by reporting bugs or opening feature requests through GitHub issues.

You can also help internationalize the app by providing translations into additional languages. You can read more about ARB files here or here.

If you enjoy using this app, consider supporting its development by donating through Paypal or Alipay.

Build from source

See Flutter documentation.

Developed with

License

BSD