Commit graph

64 commits

Author SHA1 Message Date
Ming Ming
83449fa676 Refactor: extract widget to center ListTile icon 2022-02-08 18:22:55 +08:00
Ming Ming
00e3ce8c32 Unify icon used for add to album button 2022-02-08 18:22:55 +08:00
Ming Ming
b417ccb6a0 Refactor: extract archive selection fn 2022-02-08 18:22:55 +08:00
Ming Ming
3beb46b1b9 Upgrade dependencies 2021-12-10 13:32:00 +08:00
Ming Ming
e98f4611da Overhaul how dependencies are injected to clients 2021-12-08 04:29:41 +08:00
Ming Ming
807b009dd7 Improve how filenames are logged 2021-12-02 19:58:36 +08:00
Ming Ming
bf09cc2462 Remove obsolete param 2021-12-02 19:57:05 +08:00
Ming Ming
42d6851bf5 Swipe up to open detail pane in viewer 2021-11-26 18:10:53 +08:00
Ming Ming
0eef1a88cc Can only remove owned items from album 2021-11-25 21:02:41 +08:00
Ming Ming
ab4969d69f Unify adding items to album from widgets 2021-11-25 21:02:41 +08:00
Ming Ming
224b9ad151 Case insensitive string for username 2021-11-25 21:02:41 +08:00
Ming Ming
a63d3e43a1 Add OSM as alternative map provider 2021-11-25 21:02:41 +08:00
Ming Ming
d57be5e77a Rename map to reduce confusion 2021-11-25 21:02:41 +08:00
Ming Ming
456975360a Inject Pref to use cases 2021-11-04 03:23:34 +08:00
Ming Ming
7583b09bb8 Inject AppDb 2021-11-04 03:23:30 +08:00
Ming Ming
4ac8cac73d Store user and time when an item is added to album 2021-10-28 04:48:51 +08:00
Ming Ming
b2016e6f9b Unshare when removing files from album 2021-10-28 04:48:51 +08:00
Ming Ming
f1cffb0571 Share files added to a shared album 2021-10-28 04:48:51 +08:00
Ming Ming
d7a41161ed Better way to compare if 2 Files are the same file on server 2021-10-28 04:48:51 +08:00
Ming Ming
0a6a90f963 Remove redundant code 2021-09-28 16:33:44 +08:00
Ming Ming
3d5de229cb Refactoring: extract remove item from album 2021-09-28 16:33:40 +08:00
Ming Ming
a15f7a0db6 Fix new provider being created instead of modified 2021-09-28 16:32:13 +08:00
Ming Ming
94118c4a5b Remove unnecessary Containers 2021-09-16 03:53:10 +08:00
Ming Ming
06023228b8 Conform to the new lint rules 2021-09-16 03:53:10 +08:00
Ming Ming
3151e088bc Tweak button style 2021-09-16 03:53:10 +08:00
Ming Ming
ec930361cd Slideshow 2021-09-16 03:53:10 +08:00
Ming Ming
a25fd8ff63 Change how exceptions are handled in notified action 2021-09-09 02:07:52 +08:00
Ming Ming
458ef2f733 Refactoring: extract add items to album 2021-09-09 02:07:52 +08:00
Ming Ming
0c08fc8122 New flag to control logging file name 2021-09-05 02:15:53 +08:00
Ming Ming
12aedf4fbe Refactoring 2021-08-31 20:49:37 +08:00
Ming Ming
90b79a65e0 Fix misusing context after widget disposed 2021-08-30 03:58:52 +08:00
Ming Ming
49fa4d320b Fix exception when accessing localized string with broken context 2021-08-30 03:58:51 +08:00
Ming Ming
bbe7d20e31 Align icon in detail pane 2021-08-29 02:48:23 +08:00
Ming Ming
afaea7a337 Fix buttons in detail pane not scrollable 2021-08-29 02:48:23 +08:00
Ming Ming
0689040ccc Tweak style 2021-08-27 03:08:07 +08:00
Ming Ming
6c69e7e2ed Show the owner of a shared file 2021-08-27 03:08:07 +08:00
Ming Ming
ea8d351187 Remove opened photo from an album 2021-08-23 05:03:26 +08:00
Ming Ming
607e8a23ca Can only set cover for albums owned by you 2021-08-23 05:03:26 +08:00
Ming Ming
047f92bc98 Fix hardcoded text 2021-08-17 22:18:30 +08:00
Ming Ming
31452bc5fb More subtle color for icons in detail pane 2021-08-16 03:46:01 +08:00
Ming Ming
d057799d75 Reduce padding in detail pane buttons 2021-08-16 03:46:01 +08:00
Ming Ming
f7d8a2533a Set album cover manually 2021-08-16 03:46:01 +08:00
Ming Ming
9fc08aa5ec Remove delete button from detail pane 2021-08-16 03:46:01 +08:00
Ming Ming
058320ffe4 Archive/unarchive opened file 2021-08-16 03:46:01 +08:00
Ming Ming
bbb9eb14be Simplify localized string access 2021-07-25 13:08:05 +08:00
Ming Ming
df26b7a8c8 Migrate to null-safety 2021-07-25 00:23:08 +08:00
Ming Ming
a0bbddfe3b Migrate deprecated dependency: android_intent 2021-07-12 21:29:49 +08:00
Ming Ming
f6bc230a2c Add new photos to the head of album
Matters when the album is sorted manually
2021-07-11 13:32:35 +08:00
Ming Ming
1f01c83f9a Extract album item class 2021-07-11 13:32:35 +08:00
Ming Ming
0e7f2462b6 Abstract album content provider 2021-06-29 18:11:59 +08:00