LucasGGamerM
69ddc95c2c
fix crash when notification markers are null
...
This would happen when an account had 0 notifications and received one.
After which, the user would tap on the notification icon on the tab bar
and the app would crash.
2023-05-27 01:40:05 +02:00
sk
a6ac68499c
use url as fallback for remote url
2023-05-27 01:37:10 +02:00
sk
c10d7cfee4
use remote url; file name as fallback for alt text
2023-05-27 01:32:49 +02:00
sk
f933bdbc53
button with ripple for files and instance picker
2023-05-27 01:13:32 +02:00
LucasGGamerM
274bca84d9
Add display item for unknown/file attachments
...
Co-authored-by: LucasGGamerM <lucassggabriel@gmail.com >
2023-05-27 01:11:26 +02:00
sk
6abfe6ddd7
add unit tests for status filter predicate
2023-05-26 17:02:39 +02:00
sk
a6fd6ae135
add javadoc
2023-05-26 02:37:25 +02:00
sk
99f0817bdb
generalize filtering logic
2023-05-26 02:07:50 +02:00
sk
220cd35d82
fix context not checked for warnings
...
closes sk22#518
2023-05-25 21:25:09 +02:00
sk
07f4ef1697
remove unused imports
2023-05-25 21:22:27 +02:00
sk
b1e0dc5843
show compose button when switching tab
...
closes sk22#506
2023-05-25 20:26:59 +02:00
Grishka
92335d8678
Merge branch 'master' into m3_redesign
2023-05-25 21:02:17 +03:00
sk
ec556511e6
Merge branch 'fix-restored-tab-selection'
2023-05-25 19:57:34 +02:00
sk
85c3d9f65f
fix wrong tab being selected on restore
2023-05-25 19:51:45 +02:00
sk
a7ebadf269
increase read timeout
...
re: sk22#392
2023-05-25 15:11:40 +02:00
sk
94c09d46c2
fix contentType being a required field
...
re: sk22#516
2023-05-25 14:53:26 +02:00
Grishka
1dcb5717ea
Fix #553
2023-05-23 12:56:49 +03:00
Grishka
36f1a557d7
Fix default tab in profile
2023-05-23 12:17:26 +03:00
sk
f6f08d176c
change user-agent string
2023-05-23 10:26:48 +02:00
sk
66cdd63496
use fedinuke block list
...
closes sk22#511
2023-05-22 18:04:37 +02:00
Jacoco
8b502b605c
Alternative content types ( #516 )
...
* Akkoma content types
* Default content type preference
* per-account content types, compatible with glitch
* disable content types by default, change icon
* persist content type to state
* update string
* fall back to plain text if formatting enabled
---------
Co-authored-by: sk <sk22@mailbox.org >
2023-05-22 17:56:50 +02:00
Grishka
bd7157c172
Reporting M3 redesign
2023-05-22 17:08:04 +03:00
FineFindus
2c0ec28803
Panic responder ( #512 )
...
* feat: add panic responder
* refactor: logOut before removing session
* fix(panic): close app after logOut to avoid crash
* build: reset gradle.properties
2023-05-20 13:20:25 +02:00
Jacoco
a9ab9cb249
Fix crashes on Calckey and GoToSocial ( #515 )
...
* Fix crashes on calckey and gts
* Use url if previewUrl is null
2023-05-14 23:26:03 +02:00
sk
9abdc174f4
guarantee space for display name in header
...
closes sk22#513
2023-05-13 14:07:44 +02:00
LucasGGamerM
2e5bfa1d9c
fix: NPE when instance is null and attempts to get new notifications
...
For some weird reason, someone saw a pixelfed instance return null as the instance, causing a crash on the updateNotificationsBadge method. This reminds me of why java is such a shit language
2023-05-13 13:37:19 +02:00
Grishka
34a2af8429
Compose M3 redesign: custom emoji keyboard
2023-05-13 04:27:12 +03:00
Grishka
15883f2138
Compose: language selection
2023-05-12 22:21:21 +03:00
Grishka
89501271ce
Compose autocomplete improvements
2023-05-12 03:39:46 +03:00
Grishka
e253d8f4f3
Pull user row into a separate view holder & update its design
2023-05-11 03:45:23 +03:00
Grishka
cfabe47e10
Select "timeline" tab in profiles by default
2023-05-10 02:10:19 +03:00
Grishka
d3fe7857b7
Move media & poll stuff out of ComposeFragment to separate classes
2023-05-09 23:59:56 +03:00
Grishka
642e96a439
Compose M3 redesign wip
2023-05-09 21:34:42 +03:00
Grishka
62074e554a
Account switcher M3 redesign
2023-05-01 13:43:00 +03:00
Grishka
0434cda2da
Thread view M3 redesign
2023-04-30 23:04:45 +03:00
sk
2e84faa505
update languages
2023-04-23 17:08:51 +02:00
sk
e7e8d13d9e
fix auto hide fab in profile fragment
2023-04-22 22:33:20 +02:00
sk
a683c2cb11
hide fab in notifications
2023-04-22 22:20:40 +02:00
sk
addf7de316
single fab for home tabs
...
closes sk22#415
2023-04-22 21:25:02 +02:00
sk
44d4eada51
fix "load missing more" being hidden
...
closes sk22#482
2023-04-22 20:14:07 +02:00
sk
40bfdea5b1
fix pleroma emoji reaction notifications
2023-04-22 19:52:46 +02:00
sk
60ea7cedf6
support glitch react notification
2023-04-22 19:05:14 +02:00
sk
63e536c66c
fix hidden no alt/alt badge remaining clickable
...
closes sk22#498
2023-04-22 18:20:05 +02:00
Jacoco
b5a08b1b98
Pleroma emoji reaction notifications ( #499 )
2023-04-22 17:39:41 +02:00
r3g_5z
226e2a7cdc
Minor maintenance things ( #501 )
...
* validate gradle wrapper jar file
this is extremely important. see the following:
https://blog.gradle.org/wrapper-attack-report
https://github.com/gradle/wrapper-validation-action#the-gradle-wrapper-problem-in-open-source
Signed-off-by: r3g_5z <june@girlboss.ceo >
* update gradle wrapper to 8.1.1
it is necessary to run the gradlew update command twice to actually
update the jar file properly, e.g.:
./gradlew wrapper --gradle-version=8.1.1 --gradle-distribution-sha256-sum=e111cb9948407e26351227dabce49822fb88c37ee72f1d1582a69c68af2e702f
./gradlew wrapper --gradle-version=8.1.1 --gradle-distribution-sha256-sum=e111cb9948407e26351227dabce49822fb88c37ee72f1d1582a69c68af2e702f
Signed-off-by: r3g_5z <june@girlboss.ceo >
* use Gradle toolchain
this allows for better build reproducibility and avoid mix and matching
JDKs from other projects
https://docs.gradle.org/current/userguide/toolchains.html
Signed-off-by: r3g_5z <june@girlboss.ceo >
* update dependencies and fix build errors
Signed-off-by: r3g_5z <june@girlboss.ceo >
---------
Signed-off-by: r3g_5z <june@girlboss.ceo >
Co-authored-by: sk22 <sk22@mailbox.org >
2023-04-22 17:28:16 +02:00
sk
4d7c4aed4c
enable nonTransitiveRClass
2023-04-22 16:51:44 +02:00
Grishka
4b4c88d44d
Support opening mastodon.online and mastodon.social links
2023-04-17 06:47:49 +03:00
sk
15fcb0e25d
fix alt badge padding and margin
2023-04-13 23:17:46 +02:00
sk
3ad46926f1
Merge remote-tracking branch 'upstream/master'
2023-04-13 21:46:45 +02:00
Grishka
9e116bec97
Merge branch 'master' into m3_redesign
...
# Conflicts:
# mastodon/build.gradle
2023-04-12 19:41:39 +03:00