Commit Graph

55 Commits

Author SHA1 Message Date
Matthieu bb543c3217 Use plugin from jitpack! 2022-10-29 16:51:33 +02:00
Matthieu 6b42677f1e Put editing in a module 2022-10-28 20:49:25 +02:00
Matthieu de602b0124 Restore EXIF rotation after stripping EXIF metadata 2022-10-25 12:50:32 +02:00
Marie 86e5ed818f Bookmarks done(?) 2022-10-24 07:47:41 +00:00
Marie a81808664a Tab shows bookmarks 2022-10-24 07:47:41 +00:00
Marie e1f7018b19 WIP bookmark buttons 2022-10-24 07:47:41 +00:00
Matthieu b815fc2424 Finish stabilization 2022-10-23 16:05:02 +02:00
Matthieu 48752e8db2 Implement new splash screen and dynamic color 2022-10-15 14:35:36 +02:00
Matthieu 026374843e Safer usage of FFmpegKit 2022-08-21 00:45:17 +02:00
Matthieu bd22d93167 Update Pixelfed API doc link 2022-08-21 00:45:17 +02:00
Matthieu ce4d9d7082 Limit BlurHash ratio 2022-08-21 00:45:17 +02:00
Matthieu f96496e22d Remove useless "LIMIT 1" on SQL queries 2022-08-21 00:45:17 +02:00
Matthieu 17f5df37a4 allow unit tests in cleartext 2022-07-29 15:11:14 +02:00
Matthieu dc68d328ff Add dependency verification and remove information leak from OkHttp 2022-07-29 10:45:28 +02:00
Matthieu fa20a7731a Remove hardcoded strings, add contentdescriptions 2022-07-28 20:56:29 +02:00
Matthieu 7ed25c7f1d Reduce technical debt and improve code, remove hardcoded strings 2022-07-28 20:11:08 +02:00
Matthieu 04c509d05a Fix saving image with content link 2022-07-27 15:55:33 +02:00
Matthieu 3f49be6355 Work on tests to make CI work again 2022-07-26 14:21:58 +02:00
Matthieu 696959214f fix splash screen color 2022-07-10 15:10:35 +02:00
Matthieu b07608092c Color accents and UI improvements 2022-07-10 13:42:19 +02:00
Matthieu 326d744925 Start on theme choose 2022-07-08 23:20:44 +02:00
Matthieu 4a6795bc0e Improve compatibility and add a shortcut for creating a post 2022-06-21 18:47:12 +02:00
Matthieu 3c7f46d75a Fix bug where all saved files were pngs 2022-06-19 14:28:00 +02:00
Matthieu 5c221e004d huge refactor of PostCreation to use ViewModel 2022-06-19 13:02:05 +02:00
Matthieu 8cecfa3de6 Video edit 2022-06-18 22:21:19 +02:00
Matthieu 03f83790f2 Rudimentary video support in PostCreationActivity 2022-02-17 12:22:21 +01:00
Matthieu 63362a031b Only allow video upload when supported by instance 2022-02-17 12:22:21 +01:00
Matthieu 9b0cabe37c Dismiss notification group of current account when notification tab is opened 2022-02-06 15:58:14 +01:00
Matthieu 57d8962eb6 Group notifications 2022-02-05 14:58:54 +01:00
Matthieu 94e431d93f Format html 2022-02-05 14:54:31 +01:00
Matthieu 011846c3ad Fix discover 2021-12-20 16:13:05 +01:00
Matthieu b65ea6e87c Fix discover for new api route 2021-12-15 13:18:28 +01:00
Matthieu 5b557ed061 Change discover endpoint used 2021-12-06 09:56:14 +00:00
Matthieu 2991b50b3b Fix regex and remove unused code 2021-11-28 20:36:59 +01:00
Matthieu b57922ae1e Remove unused tag 2021-10-20 23:29:45 +02:00
Matthieu bfba41c4f8 Update dependencies 2021-10-20 23:29:42 +02:00
Matthieu 485140e18d Merge branch 'master' into 'click_notifications'
# Conflicts:
#   app/src/main/java/org/pixeldroid/app/posts/feeds/cachedFeeds/notifications/NotificationsFragment.kt
2021-10-07 21:20:58 +00:00
Matthieu 2df06d4928 Use complete user id (with instance) 2021-09-25 21:24:31 +02:00
Matthieu 5c97fe096f Notifications: initial implementation 2021-09-25 11:52:18 +00:00
Matthieu 717ed496f5 Merge branch 'image_orientation' into 'master'
Image orientation

See merge request pixeldroid/PixelDroid!384
2021-09-23 22:30:27 +00:00
Frédéric Gerber d64728d8ed Consider EXIF orientation manually for APIs < 28
Co-authored-by: Matthieu <24-artectrex@users.noreply.shinice.net>
2021-09-24 00:26:15 +02:00
Matthieu 2e3d912cdc Fix #300 in manner suggested by dansup
"you should be using url if preview_url returns public/no-preview.png or stick with url. The issue is a race condition and caching"
2021-09-22 23:59:39 +02:00
Matthieu 73fc84ad75 Refactor bitmap and make less copies 2021-09-18 13:11:10 +02:00
Matthieu 104648af2c Prepare db migration 2021-09-07 13:14:32 +02:00
Matthieu 6e1e12af0e Create api from user without side effect 2021-09-07 13:14:29 +02:00
Matthieu ba372a3d17 Update instead of replace user to avoid CASCADE deleting all cached feeds
Previously, every time database entry for the user is updated (as it is
on startup of the app), the tables depending on the user will get wiped.
This includes notifications, public and home feeds, so that breaks quite
a bit of things in a hard to debug way.
2021-09-07 13:14:29 +02:00
Matthieu 649535f8fd Add comment notification type 2021-09-07 13:14:29 +02:00
Matthieu ebec547dd0 Only clear feed from the right user 2021-09-07 13:14:29 +02:00
mjaillot f8f1162e63 Merge branch 'master' into click_notifications 2021-09-06 16:29:32 +02:00
mjaillot 321d7ca7ca Merge branch 'master' into click_notifications 2021-09-06 16:08:48 +02:00