Commit graph

36 commits

Author SHA1 Message Date
cogwheel
bee24dafa1 Simplify worktree setup and build instructions 2026-08-24 23:38:52 +05:30
cogwheel
3891dde3f1
Add Apple on-device support and improve direct chats (#651)
Some checks failed
L10n / l10n (push) Has been cancelled
* feat: add Apple model backends and context compaction

* Add Apple on-device and PCC direct providers

* dev: show all onboarding backends in debug builds

* Fix short response pin-to-top settlement

* Polish Direct Connections context settings

* Fix onboarding selection row spacing

* Address PR review feedback

* Harden context and native request bounds

* Strengthen compaction regression coverage

* Close final context and image review gaps

* Validate structured array bounds
2026-08-22 23:47:51 +05:30
cogwheel
332f0c75bb
feat: unify app surfaces with native grouped design (#628)
Some checks failed
L10n / l10n (push) Has been cancelled
Squash-merge the reviewed native UI, sidebar, onboarding, direct connection, Hermes, workspace, theming, haptics, and consistency updates.
2026-08-15 18:37:46 +05:30
cogwheel
9ecdf7e6f2 Update README with new screenshot descriptions and replace images for improved clarity 2026-07-31 23:30:23 +05:30
cogwheel
45608a2659 Update .gitignore and README with new screenshot references
- Replace 'Archive/' entry in .gitignore with 'app-store-screenshots/' to exclude app store screenshot files.
- Update README to reflect changes in the first screenshot description for clarity and accuracy.
- Update binary screenshot files for improved visuals.
2026-07-31 23:20:19 +05:30
cogwheel
aeba2fdc8e update README 2026-07-29 16:13:32 +05:30
cogwheel
0c0fb13cd5 update README 2026-07-29 16:07:13 +05:30
cogwheel
162d35c8b9 chore: update release script 2026-05-02 14:07:31 +05:30
cogwheel
4bba6c4130
Delete CNAME 2026-05-02 13:59:46 +05:30
cogwheel
4a41323541
chore: update docs 2026-04-26 22:51:37 +05:30
cogwheel
5cd1bb4efa docs(screenshots): update demo screenshots 2026-03-25 14:37:35 +05:30
cogwheel
a81fb1574a docs: update demo screenshot 2026-03-24 22:25:07 +05:30
cogwheel
738321b9fd docs: update screenshots in documentation 2026-03-14 14:10:02 +05:30
cogwheel
f9472b27b3
Update download counts and last updated date 2026-03-12 14:07:09 +05:30
cogwheel
3205174c8f docs: add temporary chats implementation plan
11-task plan covering state management, chat flow guards, UI toggle,
save-to-permanent flow, settings, and edge cases.
2026-03-04 22:43:05 +05:30
cogwheel
9f1aa03388 docs: add temporary chats feature design
Design doc for ephemeral local-only temporary chats matching
OpenWebUI's implementation, with save-to-permanent capability.
2026-03-04 22:37:18 +05:30
cogwheel
530b126c25 refactor(docs): Revamp landing page structure and styles
Updated the HTML structure for better semantic organization, including a new header and navigation layout. Enhanced the CSS for improved styling and responsiveness, replacing outdated elements with modern design practices. Streamlined JavaScript for mobile menu functionality and smooth scrolling effects, ensuring a more polished user experience.
2026-02-23 14:47:02 +08:00
cogwheel0
fa6f6570ff chore: update release notes 2025-12-07 20:35:16 +05:30
cogwheel0
458a478cea feat(docs): Add Rybbit API script to index.html for enhanced functionality 2025-12-07 20:27:31 +05:30
cogwheel0
745ff01954 feat(widget): Add home screen widget with quick access actions 2025-12-07 12:26:16 +05:30
cogwheel0
e85963d0f8 feat: add Open Graph and Twitter social sharing metadata to index.html and include og-image.png. 2025-11-29 16:49:02 +05:30
cogwheel0
79b9c82fb5 refactor(branding): Replace logo mark with image and update color palette to Conduit blue 2025-11-29 16:32:04 +05:30
cogwheel0
e6f8a76f13 refactor(ui): Update landing page content and improve GitHub stats fetching with Shields.io 2025-11-27 11:53:59 +05:30
cogwheel0
63dd7234d6 refactor(stats): Update GitHub stats fetching to use data attributes and improve API request handling 2025-11-26 23:39:14 +05:30
cogwheel0
6829682c2a feat(reviews): Implement reviews section with rating pills and marquee display 2025-11-26 23:28:41 +05:30
cogwheel0
7fdb342b86 feat(ui): Enhance landing page interactions and animations 2025-11-26 20:11:52 +05:30
cogwheel
8ee79cec01 feat: Add initial documentation website with HTML, CSS, and JavaScript. 2025-11-19 12:29:58 +05:30
cogwheel
e066331d9e
Create CNAME 2025-11-19 12:10:41 +05:30
cogwheel0
2337568baf refactor: Update README for asset paths and build command
- Changed asset paths for Google Play and App Store badges to point to the correct directory.
- Updated the demo GIF path to reflect the new location in the screenshots folder.
- Modified the build command in the setup instructions to use 'dart run' instead of 'flutter pub run' for better compatibility.
- Removed outdated demo GIF and store badge images that are no longer needed.
2025-10-21 13:23:08 +05:30
cogwheel0
4c3217c283 chore: update README and remove localization documentation
- Updated image paths in README to reflect new locations.
- Removed outdated localization guidelines and related documentation files.
- Deleted unused metadata files for app descriptions and screenshots.
2025-10-16 23:06:20 +05:30
cogwheel0
12a6a07043 chore: update dependencies and remove unused files
- Replaced `flutter_highlight` with `gpt_markdown` in `pubspec.yaml`.
- Updated `pubspec.lock` to reflect new dependencies and removed obsolete ones.
- Deleted outdated Riverpod migration documentation files to streamline the project.
- Added new configurations for GptMarkdown styling in `markdown_config.dart` and updated the streaming markdown widget implementation.
2025-09-30 16:02:34 +05:30
cogwheel0
f18d378c3c docs: add comprehensive Riverpod 3.0 migration documentation and Priority 1 implementation
Priority 1 (COMPLETE):
- Add riverpod_lint and custom_lint packages
- Update analysis_options.yaml with custom_lint plugin
- Update AGENTS.md with Riverpod 3.0 best practices
- Fix unsafe ref usage in modern_chat_input.dart
- All tests passing, zero breaking changes

Priority 2 (PLANNED):
- Complete migration plan for 39 providers (RIVERPOD_PRIORITY2_PLAN.md)
- Quick reference guide (RIVERPOD_PRIORITY2_QUICKREF.md)
- Progress tracker (RIVERPOD_PRIORITY2_TRACKER.md)
- Master documentation index (RIVERPOD_MIGRATION_INDEX.md)
- Analysis and summary documents

Documentation includes:
- Step-by-step migration examples
- 6-phase implementation plan (23-33 hours)
- Testing strategies and rollback procedures
- Risk assessment and mitigation
- Timeline and resource estimates
2025-09-30 14:27:50 +05:30
cogwheel0
3457fd6478 chore: update AGENTS.md 2025-09-16 12:58:02 +05:30
cogwheel0
7e6009d2cc refactor: text streaming 2025-09-13 10:16:58 +05:30
cogwheel0
fcbf41a9dd chore: prepare for weblate 2025-09-07 12:22:02 +05:30
cogwheel0
8ee4c0e78e docs: enhance README with new badges, quickstart instructions, and improved structure for better navigation 2025-08-26 18:30:39 +05:30