Commit Graph

23 Commits

Author SHA1 Message Date
olorin99 3720b4c2a6
Adds support for editing and deleting lemmy posts. (#48)
* Adds support for editing and deleting lemmy posts.

* Fix issues with flutter_localizations

---------

Co-authored-by: John Wesley <dev@jwr.one>
2024-05-30 11:26:03 -04:00
John Wesley a5e7d9635c Fix dependencies 2024-05-29 11:59:50 -04:00
John Wesley 7ed1afbfdd Implement blurhash for images and avatars, start basic full screen image page 2024-05-29 10:53:02 -04:00
John Wesley d7bb733e4e
Add subscript, superscript, and spoiler markdown support (#43)
* Add subscript and superscript markdown support

* Add lemmy spoiler support to markdown
2024-05-19 14:15:28 -04:00
John Wesley d66282d4d5 Upgrade dependencies and remove unused directory 2024-04-18 13:59:08 -04:00
John Wesley b99da83822 Finish migrating the last models to new format 2024-02-19 16:46:38 -05:00
John Wesley 3634bbbf77 Show chip with name and icon for user/magazine mentions 2024-02-14 10:36:30 -05:00
olorin99 f9a8b6c2ea
Themes (#11)
* Add dynamic colours (Material You) to theme

* Add option to change themes.

* Fix dark mode not applying on default theme

* Fix floating menu icon invisible on catppuccin dark mode.

* Rename themeIndex to themeAccent, fix theming for subscription buttons

* Switch to using string to get theme.

---------

Co-authored-by: John Wesley <dev@jwr.one>
2024-01-29 09:17:08 -05:00
olorin99 db17e4624d
Add image upload support for posting entries. (#9)
* Add image upload support for posting entries.

* Add file selection permissions for macOS

* Move image picking into separate widget.
Restricts picking from camera to android and ios platforms.
When image is picked shows filename and button to clear selection.
When image is picked hide url input.

* Fix image picker state lag, only show image picker when no body or url

---------

Co-authored-by: John Wesley <dev@jwr.one>
2024-01-23 19:30:25 -05:00
John Wesley 92e83a4eaa Add basic notification viewing on the profile screen 2024-01-11 16:01:52 -05:00
John Wesley ca0da7ff4b Refactor api models to use the freezed package 2024-01-06 16:49:57 -05:00
Danni Silk e05fbc18e3
Add app icon design (#3)
* Add flutter_launcher_icons to generate app icons

* Generate App icons for all platforms

* Update icon size to fit better for Android launcher

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Update app icons to new design

---------

Co-authored-by: Danni Silk <danni!@silkypants.dev>
Co-authored-by: BenjMathis1 <95931220+BenjMathis1@users.noreply.github.com>
2024-01-04 09:37:05 -05:00
John Wesley b9f83ad1d6 Add YouTube video embedding 2023-12-27 21:48:49 -05:00
John Wesley 99d967463c Update pubspec 2023-12-24 11:55:26 -05:00
John Wesley e73cb2c425 Implement oauth login, multi account ability, basic profile page 2023-12-21 09:35:38 -05:00
John Wesley 522dfdafd2 Refresh avatar display, fix mag/user/domain description alignment 2023-12-15 11:08:02 -05:00
John Wesley 54e9924973 Fix link functionality and blockquote display in markdown 2023-12-15 09:57:20 -05:00
John Wesley 6264c0f62b Use NavigationRail for landscape screens 2023-12-13 14:34:12 -05:00
John Wesley 2dead7d28d Implement People and Domains tabs, refactor EntryItem and EntryPage widgets 2023-12-13 11:28:07 -05:00
John Wesley d6e1ae1adc Update version 2023-12-12 15:00:00 -05:00
John Wesley 0d6c7f3783 Start magazine feed page, make numbers human readable 2023-12-12 14:42:10 -05:00
John Wesley eccce9b1d9 Fix issues with android build 2023-12-11 10:45:43 -05:00
John Wesley aef67f1c4f Initial setup: support for viewing threads and comments 2023-12-11 09:30:34 -05:00