A simple cross platform diary app
Find a file
2025-06-20 20:24:00 +01:00
assets Added proper error handling, removed unwraps 2025-06-20 20:24:00 +01:00
build-aux Switched to new dx cli in flatpak modules 2025-05-28 00:13:24 +01:00
desktop_assets Working flatpak packaging, need to clean all that up, also TODO this only works on x11, some issue with dioxus i think, first draft works though 2025-05-18 02:11:04 +01:00
src Added proper error handling, removed unwraps 2025-06-20 20:24:00 +01:00
.clippy.toml Added preload to css and added some clippy lints to hopefully improve state management 2025-05-18 02:08:55 +01:00
.gitignore Added syncing spinner when syncing is in progress 2025-06-15 15:25:39 +01:00
build_android_icons.sh Updated android build script and fixed a sync bug, if you made two edits quickly on Android it would create a file conflict, this was due to small discrepancies between when the app finishes uploading and the server finishes downloading, so the remote file appeared newer, added a margin of five seconds to the comparision to account for this and it appears fixed 2025-06-11 01:05:39 +01:00
Cargo.lock Now upgraded to 0.7.0 alpha with my patch to fix the wayland bug so flatpak builds work now, still building with the old cli so no assets in flatpaks though 2025-05-28 00:12:17 +01:00
Cargo.toml Now upgraded to 0.7.0 alpha with my patch to fix the wayland bug so flatpak builds work now, still building with the old cli so no assets in flatpaks though 2025-05-28 00:12:17 +01:00
Dioxus.toml Added saving of the last database modification time, more reliable than using db file mod time, means you don't have to sync a file if there's no modifications 2025-05-15 17:46:47 +01:00
input.css Fixed up theming to be much more seamless, will do more code clean ups and add tests 2025-05-03 14:37:53 +01:00
LICENSE Added license 2025-04-23 15:52:23 +01:00
meson.build Working flatpak packaging, need to clean all that up, also TODO this only works on x11, some issue with dioxus i think, first draft works though 2025-05-18 02:11:04 +01:00
meson_options.txt Working flatpak packaging, need to clean all that up, also TODO this only works on x11, some issue with dioxus i think, first draft works though 2025-05-18 02:11:04 +01:00
README.md Added Readme 2025-04-23 15:50:27 +01:00
tailwind.config.js Initial 2025-04-23 15:03:59 +01:00

Dialann

A simple cross platform diary app for Android and Linux, written in Rust, using Dioxus, Tailwindcss, and the Elm architecture

(Note: import and export of entries is a work in progress on Android)