9433 Commits

Author SHA1 Message Date
sim
4e1f7839b3 Allow configuring push notifications with UnifiedPush 2025-01-21 18:00:14 +01:00
sim
281e989749 Use server VAPID keys 2025-01-21 17:59:52 +01:00
sim
7cd756f6b0 Re-register UnifiedPush when application starts 2025-01-14 17:06:19 +01:00
sim
cc4558458c Add Helper for some UnifiedPush functions 2025-01-14 17:06:19 +01:00
sim
66824aadb9 Use standard webpush for UnifiedPush only 2025-01-14 16:13:31 +01:00
sim
00e90e5f21 Use standard webpush when available 2025-01-14 16:04:27 +01:00
sim
376653cb3f Update UnifiedPush lib 2025-01-14 16:00:54 +01:00
LucasGGamerM
082de410e0 build: disable vcsInfo for fdroid builds 2025-01-07 12:12:16 -03:00
LucasGGamerM
899f48b40c build: disable DependencyInfoBlock 2025-01-07 11:55:05 -03:00
LucasGGamerM
dae5989d64 docs: add changelog 2.3.0+fork.108.moshinda 2025-01-05 19:34:29 -03:00
LucasGGamerM
1d1c4f2666 build: bump version number 2025-01-05 19:33:11 -03:00
LucasGGamerM
0fecdf345a Merge pull request #570
Upgrade build dependencies for the project
2025-01-04 15:15:24 -03:00
Jacoco
ed5c58b4ea Fix wrong padding under reactions 2024-12-22 12:08:32 +01:00
Jacoco
cbab92ed87 Prevent double long press for reaction buttons 2024-12-21 17:34:28 +01:00
Aurimas
82bcfe3fa8 Update gradle.properties
Co-authored-by: Zongle Wang <wangzongler@gmail.com>
2024-11-17 18:46:51 -08:00
Aurimas
203c43343a Update build.gradle
Co-authored-by: Zongle Wang <wangzongler@gmail.com>
2024-11-17 18:46:43 -08:00
Aurimas Liutikas
4c105acc30 Upgrade build dependencies for the project
- Upgrade to Gradle 8.11
- Upgrade to Android Gradle Plugin 8.7.2
- Remove deprecated android.defaults.buildfeatures.buildconfig=true
  gradle property, it is not needed as mastodon/build.gradle already
  sets android { buildFeatures { buildConfig true } }
- Move plugin repository definition to settings.gradle to match latest
  Gradle practices
- Move to using plugin {} mechanism to add Android Gradle Plugin to
  match the latest Gradle practices
- Remove root project clean task as this project does not produce any
  real artifacts, it seems to be leftover from original Android new
  project template
2024-11-15 17:21:37 -08:00
FineFindus
bd6f739842 feat(Compose): exclude own account from reblog mentions
Excludes the users account from being automatically included when
repplying to a status that has been bosted by the user.

Fixes https://github.com/LucasGGamerM/moshidon/issues/548
2024-09-23 18:44:40 +02:00
Jacocococo
e336f15cb0 Don't hide filter settings on Iceshrimp.NET 2024-09-14 21:28:42 +02:00
Jacocococo
a554059cce Change isAkkoma to be based on version code
Iceshrimp.NET now also implements some APIs using the pleroma field, so
only checking for that would create false positives for Iceshrimp.NET
2024-09-14 21:21:41 +02:00
LucasGGamerM
d81eb6ad0a Merge pull request #538 from FineFindus/fix/hashtag-timeline-open-crash
fix(Timeline/Hashtag): check if hashtag is null
2024-09-09 09:03:54 -03:00
FineFindus
08542cd16f fix(Timeline/Hashtag): check if hashtag is null
Fixes a crash when clicking on hashtags in profiles, since the hashtag
is for some reason null.
2024-09-09 12:03:10 +02:00
LucasGGamerM
f30e12f5c6 Merge pull request #526 from FineFindus/fix/empty-hashtag
feat(Error): disable clicking + crash fix
2024-09-02 09:39:41 -03:00
LucasGGamerM
3a14fb5912 Merge pull request #529 from FineFindus/fix/hashtag-timeline-follow-icon
fix(HashtagTimeline): update follow menu icon
2024-09-02 08:55:15 -03:00
FineFindus
cc64a1b6a2 fix(HashtagTimeline): update follow menu icon
Fixes an issue, where the menu follow icon was not correctly updated,
and would always show the follow state.
2024-08-31 17:49:04 +02:00
FineFindus
7fa079e362 fix(HtmlParser): check if hashtag has text
Fixes a crash, where the text of an hashtag was empty, leading to an oob
string access.
2024-08-31 10:44:53 +02:00
FineFindus
c2e6280a18 feat(ErrorStatusDisplayItem): disable clicking on error item
Disable clicking on the ErrorStatusDisplayItem, since there is no valid
content that can be displayed.
2024-08-31 10:42:09 +02:00
LucasGGamerM
01225b05f2 Merge pull request #515 from collingsr/master
Updated README formatting & content
2024-08-29 20:25:16 -03:00
Jacocococo
f016b87ea0 Fix indent 2024-08-28 16:32:30 +02:00
Jacocococo
9426a9bc59 Code comments clarifying features being hidden on some servers 2024-08-27 22:21:47 +02:00
Jacocococo
f146067cda Code comments to clear up isIceshrimp and isIceshrimpJs 2024-08-27 22:16:59 +02:00
Jacocococo
f28e06d2f5 Code comments about hiding news discovery on Iceshrimp 2024-08-27 22:16:00 +02:00
Jacocococo
87cbffcb06 Better code style for hiding language button 2024-08-27 22:04:14 +02:00
FineFindus
7a103046b4 feat(sheets): add domain block sheet 2024-08-26 13:12:56 +02:00
FineFindus
64c53be990 fix(MuteAccountSheet): set selected mute time 2024-08-26 13:10:30 +02:00
FineFindus
e419c504e4 feat: use mute row
Partially 6c519b3cb9 to use the full row
again, but keep the selection in a dialog. This improves the UI, as the
secondary button is confusing, and feels out-of-place.
2024-08-26 13:10:30 +02:00
FineFindus
1f06e4e8f3 feat(Timeline/Hashtag): show snackbar when unmuting
Gives the user feedback in the form of a snackbar that the unmuting was
sucessful. This is already done for unmuting accounts.
2024-08-25 13:43:26 +02:00
FineFindus
b0f8cbb2e3 feat(Timeline/Hashtag): show confirmation sheet when muting
Shows a MuteHashtagConfirmationSheet when muting a hashtag, similar to
the MuteAccountConfirmationSheet. This also adds the option for the mute
to expire.
2024-08-25 13:35:32 +02:00
Ruth Collings
89f27984b7 Update FAQ.md
Co-authored-by: FineFindus <63370021+FineFindus@users.noreply.github.com>
2024-08-22 14:22:30 -04:00
Jacocococo
e3df5ce0a8 Properly set emoji reactions padding 2024-08-22 14:01:35 +02:00
Jacocococo
fcf7665ab5 Merge branch 'master' of https://github.com/LucasGGamerM/moshidon into moshidon-iceshrimp-improvements 2024-08-22 13:32:48 +02:00
Jacocococo
407844378f Revert some changes specifically for Iceshrimp.NET 2024-08-21 22:56:33 +02:00
Ruth Collings
61b933655c clean up
removing stuff I dropped in there earlier
2024-08-21 14:22:13 -04:00
Ruth Collings
d47e1939d0 formatting 2024-08-21 14:18:42 -04:00
Jacocococo
c834199ee4 Hide filter settings on Iceshrimp 2024-08-19 22:42:13 +02:00
Ruth Collings
00b934dc69 spacing and lines
it was bothering me
2024-08-19 16:34:22 -04:00
Ruth Collings
c86ff1cce4 update
Reformatted header buttons and donate section, rewrote blurb, shortened up features descriptions and moved some to FAQ which I will tidy up later
2024-08-19 16:30:50 -04:00
Jacocococo
893b88350a Allow all content types on Iceshrimp
It's disabled anyways for new users, and allowing all lowers the chance
of crashes from a previously selected option being missing
2024-08-19 22:26:11 +02:00
Jacocococo
96b992025b Disable content type setting on Iceshrimp
We can be sure it doesn't support anything other than MFM
2024-08-19 22:24:06 +02:00
Jacocococo
cd7c546bed Only allow MFM content type on Iceshrimp 2024-08-19 21:59:42 +02:00