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
ea0342bc22
Replace spaces by %20 in Uri for OAuth prompt
2021-09-18 13:18:29 +02:00
Matthieu
73fc84ad75
Refactor bitmap and make less copies
2021-09-18 13:11:10 +02:00
Frédéric Gerber
ad0729686b
Remove useless import
2021-09-17 16:47:54 +02:00
Frédéric Gerber
6eaae47140
Comply with EXIF settings when editing a picture
2021-09-17 16:45:47 +02:00
Matthieu
104648af2c
Prepare db migration
2021-09-07 13:14:32 +02:00
Matthieu
2511b9f194
Fix lint error
2021-09-07 13:14:32 +02:00
Matthieu
9c1187f233
Update licenses
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
Matthieu
ea2c9bc6db
Update dependencies
2021-09-07 13:14:24 +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
Matthieu
86c541032e
Add Czech
2021-09-06 16:09:38 +02:00
Matthieu
0ebea9c232
Update dependencies
2021-09-06 15:54:00 +02:00
Matthieu
b1e23b4a93
Fix black camera and profile picture being broken
2021-09-06 15:53:51 +02:00
Tomas
36f073f064
Translated using Weblate (Czech)
...
Currently translated at 92.9% (146 of 157 strings)
Co-authored-by: Tomas <tomas@brabenec.net>
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/app/cs/
Translation: PixelDroid/pixeldroid
2021-08-26 20:06:10 +00:00
Weblate Admin
be195fd394
Translated using Weblate (French)
...
Currently translated at 96.1% (151 of 157 strings)
Co-authored-by: Weblate Admin <contact@pixeldroid.org>
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/app/fr/
Translation: PixelDroid/pixeldroid
2021-08-18 15:39:02 +00:00
Tomas
76a333cc26
Translated using Weblate (Czech)
...
Currently translated at 28.0% (44 of 157 strings)
Co-authored-by: Tomas <tomas@brabenec.net>
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/app/cs/
Translation: PixelDroid/pixeldroid
2021-08-16 15:17:23 +00:00
Dan Xavier
b3bf63b796
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 40.0% (2 of 5 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (157 of 157 strings)
Co-authored-by: Dan Xavier <dannylo@tuta.io>
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/app/pt_BR/
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/fastlane/pt_BR/
Translation: PixelDroid/Fastlane
Translation: PixelDroid/pixeldroid
2021-08-16 15:17:23 +00:00
Weblate Admin
9f16f62858
Added translation using Weblate (Czech)
...
Co-authored-by: Weblate Admin <contact@pixeldroid.org>
2021-08-15 11:06:38 +00:00
translation.spiting@aleeas.com
a7645c40bf
Translated using Weblate (Malayalam)
...
Currently translated at 65.6% (103 of 157 strings)
Co-authored-by: translation.spiting@aleeas.com <translation.spiting@aleeas.com>
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/ml/
Translation: PixelDroid/pixeldroid
2021-08-07 14:32:17 +00:00
Matthieu
464616e7cd
Replace build.gradle
2021-07-16 12:39:18 +00:00
Matthieu
4194078cb2
Update dependencies
2021-06-30 09:11:14 +02:00
Asier Iturralde Sarasola
84a430c0e1
Translated using Weblate (Basque)
...
Currently translated at 100.0% (157 of 157 strings)
Co-authored-by: Asier Iturralde Sarasola <asier.iturralde@gmail.com>
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/eu/
Translation: PixelDroid/pixeldroid
2021-06-27 10:18:20 +00:00
Matthieu
d3db8e944e
Don't assume non null for discover
2021-06-27 11:10:41 +02:00
Matthieu
358e1f7323
Don't assume non null: API can send bad responses
2021-06-27 11:10:41 +02:00
Matthieu
b462ed0904
Update dependencies
2021-06-27 11:10:29 +02:00
Matthieu
99cc065ccb
add languages to settings
2021-06-20 14:33:49 +02:00
Matthieu
994c2d8a32
Merge remote-tracking branch 'weblate/master'
2021-06-20 13:53:05 +02:00
majava
5a72fa518c
Translated using Weblate (Finnish)
...
Currently translated at 45.2% (71 of 157 strings)
Added translation using Weblate (Finnish)
Co-authored-by: majava <sorsa.mitja@gmail.com>
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/fi/
Translation: PixelDroid/pixeldroid
2021-06-20 11:42:57 +00:00
translation.spiting@aleeas.com
31abab47a8
Translated using Weblate (Malayalam)
...
Currently translated at 57.9% (91 of 157 strings)
Translated using Weblate (Malayalam)
Currently translated at 51.5% (81 of 157 strings)
Translated using Weblate (Malayalam)
Currently translated at 21.6% (34 of 157 strings)
Translated using Weblate (Malayalam)
Currently translated at 19.7% (31 of 157 strings)
Added translation using Weblate (Malayalam)
Co-authored-by: translation.spiting@aleeas.com <translation.spiting@aleeas.com>
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/ml/
Translation: PixelDroid/pixeldroid
2021-06-20 11:42:57 +00:00
majava
9717e697d6
Added translation using Weblate (Finnish)
2021-06-20 02:25:48 +00:00
translation.spiting@aleeas.com
f9beb4ea19
Translated using Weblate (Malayalam)
...
Currently translated at 51.5% (81 of 157 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/ml/
2021-06-19 17:48:59 +00:00
translation.spiting@aleeas.com
3988cbe8b0
Translated using Weblate (Malayalam)
...
Currently translated at 21.6% (34 of 157 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/ml/
2021-06-19 10:13:41 +00:00
translation.spiting@aleeas.com
6612deaa69
Translated using Weblate (Malayalam)
...
Currently translated at 19.7% (31 of 157 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/ml/
2021-06-18 22:13:41 +00:00
translation.spiting@aleeas.com
bd20e88a41
Added translation using Weblate (Malayalam)
2021-06-18 15:13:26 +00:00
Matthieu
80cdd54d51
Merge branch 'release_2' into 'master'
...
Release, changelog
See merge request pixeldroid/PixelDroid!362
2021-06-18 07:11:20 +00:00
Matthieu
fa28157dba
Release, changelog
2021-06-18 07:11:20 +00:00
Matthieu
120118bfc0
Merge branch 'nextKey_fix' into 'master'
...
Make sure not to send twice the same key for subsequent pages
Closes #293
See merge request pixeldroid/PixelDroid!361
2021-06-18 07:10:58 +00:00
Matthieu
68222c2662
make sure not to send twice the same key for subsequent pages
2021-06-18 08:47:39 +02:00
ge
7a4083952a
Translated using Weblate (Russian)
...
Currently translated at 100.0% (157 of 157 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/ru/
2021-06-15 20:13:40 +00:00
Mostafa Ahangarha
569e794a05
Translated using Weblate (Persian)
...
Currently translated at 100.0% (157 of 157 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/fa/
2021-06-14 16:13:39 +00:00
Eric
d22b33d8c8
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (157 of 157 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/zh_Hans/
2021-06-10 08:27:09 +00:00
Matthieu
8dd1906544
Merge branch 'translations' into 'master'
...
Translated using Weblate (Portuguese (Brazil))
See merge request pixeldroid/PixelDroid!359
2021-06-09 16:05:12 +00:00
Matthieu
0e5f59df41
Implement viewing hashtags
2021-06-07 20:23:59 +00:00
Ramon Mulin
965c9031e5
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (156 of 156 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/pt_BR/
2021-06-02 06:17:33 +00:00
Dan Xavier
16cdd57464
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (156 of 156 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/pt_BR/
2021-06-01 23:20:05 +00:00
Ramon Mulin
6432e25c87
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (156 of 156 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/pt_BR/
2021-06-01 23:20:05 +00:00
Ramon Mulin
bf03b6f412
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 93.5% (146 of 156 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/pt_BR/
2021-06-01 16:56:57 +00:00
Dan Xavier
f606afeb92
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 93.5% (146 of 156 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/pt_BR/
2021-06-01 16:56:57 +00:00
Ramon Mulin
e8692a02e6
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 92.9% (145 of 156 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/pt_BR/
2021-06-01 16:56:27 +00:00
Dan Xavier
10a3560ba0
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 92.9% (145 of 156 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/pt_BR/
2021-06-01 16:56:27 +00:00
Ramon Mulin
1574689c23
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 91.6% (143 of 156 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/pt_BR/
2021-06-01 16:49:48 +00:00
Dan Xavier
59ff25d494
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 91.6% (143 of 156 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/pt_BR/
2021-06-01 16:49:48 +00:00
Ramon Mulin
8ca2e1a160
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 91.0% (142 of 156 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/pt_BR/
2021-06-01 16:46:45 +00:00
Dan Xavier
35505e15f1
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 91.0% (142 of 156 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/pt_BR/
2021-06-01 16:46:45 +00:00
Ramon Mulin
a5e7e8d794
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 89.1% (139 of 156 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/pt_BR/
2021-06-01 16:43:12 +00:00
Dan Xavier
7e8cfc0fc1
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 89.1% (139 of 156 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/pt_BR/
2021-06-01 16:43:12 +00:00
Ines C
200277c3cc
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 87.1% (136 of 156 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/pt_BR/
2021-06-01 16:35:08 +00:00
Dan Xavier
c83d67a16a
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 87.1% (136 of 156 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/pt_BR/
2021-06-01 16:35:08 +00:00
Ramon Mulin
a7e07c4c1c
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 87.1% (136 of 156 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/pt_BR/
2021-06-01 16:35:08 +00:00
Dan Xavier
b0c991f236
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 57.0% (89 of 156 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/pt_BR/
2021-06-01 15:49:54 +00:00
Ines C
e79a988919
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 57.0% (89 of 156 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/pt_BR/
2021-06-01 15:49:54 +00:00
Matthieu
05d1714b7b
Merge branch 'translations' into 'master'
...
Translated using Weblate (Persian)
See merge request pixeldroid/PixelDroid!356
2021-05-26 10:50:48 +00:00
Matthieu
a041c74129
add indonesian
2021-05-25 14:29:57 +02:00
Xose M
75029bc194
Translated using Weblate (Galician)
...
Currently translated at 100.0% (156 of 156 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/gl/
2021-05-25 01:17:30 +00:00
Eric
a88fcd8907
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (156 of 156 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/zh_Hans/
2021-05-23 11:17:30 +00:00
Mostafa Ahangarha
5ea551176a
Translated using Weblate (Persian)
...
Currently translated at 100.0% (156 of 156 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/fa/
2021-05-23 01:17:31 +00:00
Matthieu
ad6e8e081f
Merge branch 'click_to_scroll_to_top' into 'master'
...
Click tab again to scroll to top
Closes #291
See merge request pixeldroid/PixelDroid!351
2021-05-22 21:44:36 +00:00
Matthieu
f9f114e298
test scroll
2021-05-22 23:35:19 +02:00
S
94cb6d3e64
Translated using Weblate (German)
...
Currently translated at 100.0% (155 of 155 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/de/
2021-05-22 18:38:19 +00:00
Weblate Admin
2ff47ed031
Translated using Weblate (Dutch)
...
Currently translated at 85.1% (132 of 155 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/nl/
2021-05-22 18:38:19 +00:00
Weblate Admin
caf5e78dcf
Translated using Weblate (French)
...
Currently translated at 96.7% (150 of 155 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/fr/
2021-05-22 18:38:19 +00:00
TA
d33ca37ce3
Translated using Weblate (Indonesian)
...
Currently translated at 85.1% (132 of 155 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/id/
2021-05-22 18:38:19 +00:00
Matthieu
a05dd2bb8f
Merge branch 'translations' into 'master'
...
Added translation using Weblate (Indonesian)
See merge request pixeldroid/PixelDroid!354
2021-05-22 18:38:08 +00:00
Matthieu
8d7d45a267
smooth scroll instead of jump
2021-05-22 13:03:13 +02:00
Matthieu
8fa3072de0
Merge branch 'master' into click_to_scroll_to_top
2021-05-22 10:35:59 +02:00
Matthieu
e18558d01a
Merge branch 'debug_variant' into 'master'
...
Catch filenotfoundexception, add build variant for debug
See merge request pixeldroid/PixelDroid!352
2021-05-20 11:49:37 +00:00
Matthieu
d1db225ffb
a bit more reliability for tests
2021-05-20 13:39:11 +02:00
TA
22cb2e2df4
Added translation using Weblate (Indonesian)
2021-05-20 11:33:57 +00:00
Matthieu
a7351b2cf1
Fix some applicationId issues
2021-05-20 12:15:12 +02:00
Andrei
1c21fa1007
Translated using Weblate (Russian)
...
Currently translated at 100.0% (155 of 155 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/ru/
2021-05-19 16:17:29 +00:00
Matthieu
55251289d1
use app:tint instead of android:tint
2021-05-19 11:10:42 +02:00
Matthieu
ccadaac718
Catch filenotfoundexception, add build variant for debug
2021-05-19 11:05:44 +02:00
Eric
dd251b1f2c
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (155 of 155 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/zh_Hans/
2021-05-18 20:17:29 +00:00
Admin
3302d9d7ec
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (155 of 155 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/es/
2021-05-18 20:17:29 +00:00
forght
295a3c643d
Translated using Weblate (German)
...
Currently translated at 99.3% (154 of 155 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/de/
2021-05-18 20:17:28 +00:00
Oliver
939694a694
Translated using Weblate (German)
...
Currently translated at 99.3% (154 of 155 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/de/
2021-05-18 20:17:28 +00:00
Oliver
5d30e44596
Translated using Weblate (German)
...
Currently translated at 97.4% (151 of 155 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/de/
2021-05-18 12:10:08 +00:00
Matthieu
253874d14f
Click tab again to scroll to top
2021-05-18 12:06:38 +02:00
Mostafa Ahangarha
da100e188c
Translated using Weblate (Persian)
...
Currently translated at 100.0% (155 of 155 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/fa/
2021-05-14 23:17:28 +00:00
Matthieu
c3ba4f41fd
Merge branch 'swipe_sensitivity' into 'master'
...
Make it a bit harder to swipe between tabs
Closes #285
See merge request pixeldroid/PixelDroid!341
2021-05-14 08:12:44 +00:00
Matthieu
5ffd71f957
reset the version code to 1 since we changed appId
2021-05-12 23:36:26 +02:00
Xose M
8ef56d6fda
Translated using Weblate (Galician)
...
Currently translated at 100.0% (154 of 154 strings)
Translation: PixelDroid/pixeldroid
Translate-URL: https://weblate.pixeldroid.org/projects/pixeldroid/pixeldroid/gl/
2021-05-12 21:22:02 +00:00
Matthieu
045a599c9b
Merge branch 'translations' into 'master'
...
Translated using Weblate (Italian)
See merge request pixeldroid/PixelDroid!342
2021-05-12 21:21:54 +00:00