An Android client for Jotty — the self-hosted, file-based checklist and notes app.
Stars
3
Forks
0
Watchers
3
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
Refactor UI components across multiple screens to utilize `mainScreenTabContentPadding` for consistent padding and layout adjustments. Update `Scaffold` content window insets to improve layout responsiveness and eliminate gaps between content and navigation elements.
54dcb27View on GitHubAdd contributing guidelines to README.md, outlining how to report issues and submit pull requests for the project.
e6f5eb0View on GitHubUpdate Gradle and plugin versions: Upgrade Android Gradle plugin to 9.0.1, KSP to 2.3.2, and Gradle wrapper to 9.1.0. Add new properties in gradle.properties for build features and SDK settings.
1708bb6View on GitHubUpdate CHANGELOG to document layout height fix, ensuring app content utilizes full height between top and bottom bars by applying `fillMaxSize()` to AnimatedContent and NavHost.
78a34d1View on GitHubUpdate UI components in JottyApp and MainScreen to utilize full available size. Modify AnimatedContent in JottyApp to fill maximum size and adjust NavHost in MainScreen to fill size while maintaining padding.
50dee2bView on GitHubUpdate CHANGELOG to reflect fixes for Notes section crash and category label wrapping. Include technical details on permission updates and UI enhancements for loading states and text overflow handling.
dc2d4f9View on GitHubUpdate CHANGELOG to document fixes for Notes section crash and category label wrapping. Add technical details regarding permission updates and UI improvements for loading states and text overflow handling.
d8dac2fView on GitHubImplement text overflow handling in NoteCard, NotesScreen, and OfflineEnabledNotesScreen to ensure proper display of category labels. Add maxLines and overflow properties to prevent text clipping in UI components.
a2d3494View on GitHubEnhance network connectivity handling in OfflineNotesRepository by safely casting ConnectivityManager and updating connectivity checks. Add ACCESS_NETWORK_STATE permission in AndroidManifest.xml. Improve MainScreen to display loading state while fetching data.
065ebf1View on GitHubRefactor SettingsScreen to remove server version display and update AboutDialog to conditionally show server version. Simplify AdminOverviewCard by excluding server version check.
c65f389View on GitHubEnhance OfflineNotesRepository and OfflineNotesScreen for improved performance. Implement flowOn(IO) in getNotesFlow to ensure Room queries run off the main thread, and use applicationContext in OfflineNotesScreen for lifecycle safety.
dd71333View on GitHubUpdate dependencies for KSP and Room, and enhance OfflineEnabledNotesScreen with refresh functionality and improved empty state handling. Modify OfflineNoteDetailScreen to streamline API response handling and add new checklist item management methods.
001006aView on GitHubUpdate CHANGELOG for version 1.2.9: Add offline notes feature with automatic sync and conflict resolution, enhance notes screen with sync status indicators, and introduce settings toggle for offline mode. Bump version to 1.2.9 in gradle.properties.
62aafaaView on GitHubMerge pull request #2 from Darknetzz/copilot/allow-offline-notes-sync
7e7a037View on GitHubAdd conflict resolution documentation with visual flow
d26c0b4View on GitHub