20a764b870
Refactor code structure for improved readability and maintainability
Build / check-version (push) Successful in 7s
Build / build-windows (push) Successful in 5m14s
Build / build-linux (push) Successful in 5m38s
Build / build-android (push) Failing after 3h9m36s
Build / create-release (push) Has been cancelled
2026-02-06 05:53:49 +11:00
5ad2747a2f
feat: add background sync for Matrix client on mobile platforms
...
Build / check-version (push) Successful in 5s
Build / build-linux (push) Successful in 9m42s
Build / build-windows (push) Successful in 10m16s
Build / build-android (push) Failing after 1h57m27s
Build / create-release (push) Has been cancelled
- Introduced background sync functionality for the Matrix client, allowing notifications to be received even when the app is backgrounded.
- Added new commands to start, stop, and get the state of background sync.
- Implemented a BackgroundSyncManager to manage sync state and credentials.
- Integrated matrix-sdk for handling Matrix interactions and notifications.
- Updated Cargo.toml to include necessary dependencies for background sync.
- Modified mobile capabilities to include opener permissions.
- Enhanced lib.rs to handle new commands and integrate background sync logic.
2026-02-05 19:20:55 +11:00
ece77ccba6
feat: enhance SyncService and MainActivity for better battery optimization and service reliability
Build / check-version (push) Successful in 6s
Build / build-linux (push) Successful in 5m32s
Build / build-windows (push) Successful in 8m23s
Build / build-android (push) Successful in 11m26s
Build / create-release (push) Has been skipped
2026-02-05 07:48:09 +11:00
89b0da0854
feat: add Linux permission handling for media access and configure main window in tauri.conf.json
...
Build / check-version (push) Successful in 5s
Build / build-linux (push) Successful in 8m58s
Build / build-windows (push) Successful in 9m17s
Build / build-android (push) Successful in 12m35s
Build / create-release (push) Has been skipped
- Implemented automatic permission handling for microphone and camera access on Linux using webkit2gtk.
- Updated tauri.conf.json to define the main application window with specific dimensions and properties.
2026-02-05 04:57:45 +11:00
7296b0cd34
Refactor code structure for improved readability and maintainability
Build / build-windows (push) Failing after 2m33s
Build / check-version (push) Successful in 9s
Build / create-release (push) Has been cancelled
Build / build-android (push) Has been cancelled
Build / build-linux (push) Has been cancelled
2026-02-05 03:24:42 +11:00
7a5e258f23
refactor: update permission sets and schemas for opener functionality
...
Build / build-windows (push) Successful in 18m42s
Build / check-version (push) Has been cancelled
Build / build-linux (push) Has been cancelled
Build / create-release (push) Has been cancelled
Build / build-android (push) Has been cancelled
- Changed permission descriptions and constants in android-schema.json and mobile-schema.json to reflect new opener functionality.
- Updated capabilities.json to remove deprecated shell permissions and include new opener permissions.
- Refactored schema definitions to align with the new opener API, including changes to allowed and denied commands.
- Adjusted application references in schemas to clarify usage with URLs and paths.
2026-01-29 23:19:50 +11:00
3ccae09dca
fix: update mobile capabilities to replace opener permission with shell:allow-open
Build / check-version (push) Successful in 6s
Build / build-linux (push) Successful in 6m5s
Build / build-windows (push) Successful in 13m39s
Build / build-android (push) Failing after 11m54s
Build / create-release (push) Has been skipped
2026-01-25 22:41:52 +11:00
90407c49c6
feat: add open_external_url command to open URLs in the default browser
Build / check-version (push) Successful in 6s
Build / build-windows (push) Successful in 6m12s
Build / build-linux (push) Successful in 9m27s
Build / build-android (push) Successful in 26m23s
Build / create-release (push) Has been skipped
2026-01-25 21:50:17 +11:00
61c1e3857d
fix: update window capabilities to allow all windows and enhance opener permissions
Build / check-version (push) Successful in 6s
Build / build-linux (push) Successful in 6m7s
Build / build-windows (push) Successful in 7m45s
Build / create-release (push) Has been cancelled
Build / build-android (push) Has been cancelled
2026-01-25 21:38:44 +11:00
6cc8d06e18
fix: restrict window capability to 'main' and enhance opener permissions
Build / check-version (push) Successful in 5s
Build / build-linux (push) Successful in 6m51s
Build / build-windows (push) Successful in 12m10s
Build / create-release (push) Has been cancelled
Build / build-android (push) Has been cancelled
2026-01-25 21:16:12 +11:00
27a7e61ff8
fix: update opener permissions to allow default URLs and remove unnecessary entries
Build / check-version (push) Successful in 6s
Build / build-linux (push) Successful in 5m43s
Build / build-windows (push) Successful in 7m46s
Build / create-release (push) Has been cancelled
Build / build-android (push) Has been cancelled
2026-01-25 21:06:46 +11:00
72af2b3ef7
fix: update Android build command to target aarch64 architecture and enhance opener permissions
Build / check-version (push) Successful in 6s
Build / build-linux (push) Successful in 6m11s
Build / build-windows (push) Successful in 7m49s
Build / build-android (push) Has started running
Build / create-release (push) Has been cancelled
2026-01-25 20:53:12 +11:00
c612dfa824
fix: update capabilities for mobile and desktop, enhance window configuration
Build / check-version (push) Successful in 6s
Build / build-linux (push) Successful in 6m1s
Build / build-windows (push) Successful in 6m15s
Build / create-release (push) Has been cancelled
Build / build-android (push) Has been cancelled
2026-01-25 20:09:08 +11:00
72b9a1480c
fix: remove duplicate mobile_entry_point macro
Build / check-version (push) Successful in 4s
Build / build-android (push) Has been cancelled
Build / create-release (push) Has been cancelled
Build / build-linux (push) Has been cancelled
Build / build-windows (push) Has been cancelled
2026-01-25 17:53:11 +11:00
ca56725984
fix: separate capabilities for desktop (autostart) and mobile
Build / check-version (push) Successful in 7s
Build / build-linux (push) Successful in 6m0s
Build / build-windows (push) Successful in 10m28s
Build / build-android (push) Failing after 7m53s
Build / create-release (push) Has been skipped
2026-01-25 14:59:34 +11:00
e4d8f6152e
perf: limit Android build to arm64-v8a only (99%+ of devices)
Build / check-version (push) Successful in 6s
Build / build-linux (push) Successful in 6m8s
Build / build-windows (push) Successful in 11m41s
Build / build-android (push) Failing after 7m51s
Build / create-release (push) Has been skipped
2026-01-25 14:33:11 +11:00
58626aa942
refactor: update permission identifiers and descriptions in windows-schema.json
...
- Changed permission identifiers from `shell` to `opener` for clarity.
- Updated descriptions to reflect new functionality for opening URLs and revealing items in directories.
- Removed deprecated permissions and added new autostart permissions in the schema.
- Adjusted the structure of allowed and denied entries for better organization.
feat: implement system tray functionality in lib.rs
- Added system tray support with show and quit options.
- Implemented event handling for tray icon clicks and menu interactions.
- Modified application run logic to minimize to tray on window close.
- Updated plugins to use `tauri_plugin_opener` instead of `tauri_plugin_shell`.
2026-01-25 13:58:58 +11:00
6cabc01f77
feat: update capabilities and add clipboard image reading functionality for Linux
...
- Updated capabilities.json to allow opening shell commands.
- Implemented read_clipboard_image function for Linux using arboard to read images from the clipboard and encode them as base64 PNG.
- Added a stub for read_clipboard_image on non-Linux platforms.
- Registered the new command in the Tauri application.
2026-01-25 11:31:54 +11:00
eaa8e3949a
Refactor code structure for improved readability and maintainability
Build / check-version (push) Successful in 5s
Build / build-linux (push) Successful in 5m34s
Build / build-windows (push) Successful in 6m35s
Build / create-release (push) Has been cancelled
Build / build-android (push) Has been cancelled
2026-01-25 04:20:38 +11:00
6a32c023ee
Refactor code structure for improved readability and maintainability
Build / check-version (push) Successful in 4s
Build / build-linux (push) Successful in 13m23s
Build / build-windows (push) Successful in 14m23s
Build / create-release (push) Has been cancelled
Build / build-android (push) Has been cancelled
2026-01-25 03:10:17 +11:00
773c036404
fix: update package name to 'paarrot' and add png2icons dependency
Build / check-version (push) Successful in 4s
Build / build-linux (push) Successful in 12m53s
Build / build-windows (push) Successful in 19m1s
Build / create-release (push) Has been cancelled
Build / build-android (push) Has been cancelled
2026-01-25 01:50:31 +11:00
2a8c3a1475
Refactor code structure for improved readability and maintainability
Build / check-version (push) Successful in 5s
Build / build-linux (push) Successful in 12m45s
Build / build-windows (push) Failing after 15m39s
Build / create-release (push) Has been cancelled
Build / build-android (push) Has been cancelled
2026-01-25 01:09:30 +11:00
93085b7029
feat: add Rust linker configuration for multiple targets
Build / check-version (push) Successful in 4s
Build / build-linux (push) Successful in 9m24s
Build / build-windows (push) Successful in 13m28s
Build / create-release (push) Has been cancelled
Build / build-android (push) Has been cancelled
2026-01-25 00:14:11 +11:00
8531cfdbf6
fix: update schema reference in default capabilities and remove unused desktop capabilities file
Build / check-version (push) Successful in 3s
Build / build-windows (push) Successful in 11m28s
Build / build-linux (push) Successful in 12m18s
Build / build-android (push) Successful in 26m24s
Build / create-release (push) Successful in 14s
2026-01-24 08:30:45 +11:00
430f37a8a4
fix: update identifier in desktop capabilities configuration
Build / check-version (push) Successful in 5s
Build / build-linux (push) Failing after 3m16s
Build / build-android (push) Has been cancelled
Build / create-release (push) Has been cancelled
Build / build-windows (push) Has been cancelled
2026-01-24 08:26:14 +11:00
a7156f1a76
bump version to 4.10.8 in tauri configuration
Build / check-version (push) Successful in 6s
Build / build-windows (push) Failing after 1m58s
Build / build-linux (push) Failing after 1m54s
Build / create-release (push) Has been cancelled
Build / build-android (push) Has been cancelled
2026-01-24 08:09:19 +11:00
94b72d0fe8
bump version to 4.10.7 in tauri configuration
Build / check-version (push) Successful in 4s
Build / build-linux (push) Failing after 1m59s
Build / build-windows (push) Failing after 2m2s
Build / build-android (push) Failing after 2m13s
Build / create-release (push) Has been skipped
2026-01-24 08:04:29 +11:00
3198e496c4
feat: add desktop capability schema with default permissions
Build / check-version (push) Successful in 4s
Build / build-linux (push) Failing after 2m2s
Build / build-windows (push) Failing after 1m43s
Build / create-release (push) Has been cancelled
Build / build-android (push) Has been cancelled
2026-01-24 07:59:49 +11:00
1de0ed67a2
bump version to 4.10.6 in tauri configuration
Build / check-version (push) Successful in 6s
Build / build-linux (push) Failing after 3m24s
Build / build-windows (push) Has started running
Build / build-android (push) Has started running
Build / create-release (push) Has been cancelled
2026-01-24 07:51:53 +11:00
01312be50d
feat: add deep link and notification permissions to mobile and android schemas
...
- Introduced new permissions for deep link functionality including `allow-get-current`, `allow-is-registered`, `allow-register`, and `allow-unregister`.
- Added comprehensive notification permissions such as `allow-notify`, `allow-request-permission`, and others to enhance notification capabilities.
- Updated the mobile and android schemas to reflect these changes.
- Removed deprecated window state permissions from schemas.
- Updated the capabilities schema to include new default permissions for deep link and notification features.
- Refactored the Tauri application initialization to support new deep link plugin for mobile platforms.
2026-01-24 07:48:09 +11:00
0fd03b8496
Fix release workflow - create tag and release in same workflow run, bump to 4.10.5
Build / check-version (push) Successful in 3s
Build / build-linux (push) Failing after 5m9s
Build / build-windows (push) Has started running
Build / build-android (push) Has been cancelled
Build / create-release (push) Has been cancelled
2026-01-24 05:25:14 +11:00
890b060ab4
Bump version to 4.10.3 in tauri configuration
Build / check-version (push) Successful in 5s
Build / create-tag (push) Successful in 6s
Build / build-windows (push) Successful in 13m7s
Build / build-linux (push) Successful in 16m11s
Build / build-android (push) Successful in 27m0s
Build / create-release (push) Has been skipped
2026-01-24 04:45:13 +11:00
82a3cb9674
Add auto-updater support for Linux with Gitea releases
Build / build-windows (push) Has been cancelled
Build / build-android (push) Has been cancelled
Build / create-release (push) Has been cancelled
Build / build-linux (push) Has been cancelled
2026-01-24 04:21:36 +11:00
74879140b2
Add notification support and background sync service for Android
Build / build-linux (push) Successful in 8m27s
Build / build-windows (push) Successful in 9m58s
Build / build-android (push) Has been cancelled
2026-01-24 04:07:08 +11:00
4eae55476f
Add Android APK build support with Tauri 2.x mobile
Build / build-android (push) Has been cancelled
Build / build-linux (push) Has been cancelled
Build / build-windows (push) Has been cancelled
2026-01-23 22:16:14 +11:00
b476537f31
Add library target for Android builds
Build / build-linux (push) Successful in 8m20s
Build / build-windows (push) Successful in 8m52s
Build / build-android (push) Failing after 3m27s
2026-01-23 21:42:30 +11:00
619dab238d
Add deb and rpm packages for Ubuntu and Fedora
Build / build-linux (push) Successful in 8m10s
Build / build-windows (push) Successful in 8m51s
2026-01-23 21:05:02 +11:00
50ed3a471d
Upgrade to Tauri 2.x for Ubuntu 24.04 webkit2gtk-4.1 support
Build / build-linux (push) Successful in 7m45s
Build / build-windows (push) Successful in 8m22s
2026-01-23 20:52:38 +11:00
a032daaff5
Fix CI/CD: use upload-artifact@v3 for Gitea, configure targets to msi/appimage only
Build / build-linux (push) Failing after 22s
Build / build-windows (push) Has started running
2026-01-23 20:01:53 +11:00
706d78e2fe
Configure builds: MSI only for Windows, add Linux AppImage build
Build / build-windows (push) Failing after 4m51s
Build / build-linux (push) Failing after 1m37s
2026-01-23 19:45:49 +11:00
380fca5cd4
Update configuration and dependencies; add encrypted key file
2026-01-23 19:35:22 +11:00
Krishan
b102ceba08
Release v4.10.2 ( #481 )
2025-11-05 18:22:29 +11:00
Krishan
22f7d58c9f
Release v4.10.1 ( #471 )
2025-09-29 14:50:30 +10:00
Krishan
fbc7071696
Release v4.10.0 ( #466 )
...
* Release v4.10.0
* bump cinny submodule
2025-08-31 21:24:20 +10:00
Krishan
f127a1474b
Release v4.9.1 ( #463 )
2025-08-17 21:28:42 +10:00
Krishan
8b293cfd51
Release v4.9.0 ( #462 )
...
* Release v4.9.0
* bump cinny sub module
2025-08-13 12:25:53 +10:00
Ajay Bura
e34faf7f6c
Release v4.8.1 ( #454 )
2025-06-11 00:00:17 +10:00
Ajay Bura
b4a9779f9d
Release v4.8.0 ( #452 )
...
* Release v4.8.0
* update cinny submodule
2025-05-24 21:28:06 +05:30
Ajay Bura
22489e880f
Release v4.7.1 ( #450 )
...
* Release v4.7.1
* update cinny submodule
2025-05-21 17:46:13 +05:30
Ajay Bura
77952f5c58
Release v4.7.0 ( #448 )
2025-05-18 12:50:02 +05:30