4984 Commits

Author SHA1 Message Date
b0256c8a47 removes unused imports 2024-11-13 14:02:45 -05:00
4ad2555200 more granular settings saves 2024-11-13 14:01:04 -05:00
135dea57b5 reorg some settings
- fix reset bug
2024-11-13 12:55:26 -05:00
63c1d25392 removes unused import 2024-11-13 11:59:16 -05:00
2e00cc68f4 background service support for custom headers
- Adds zrok interstitial header skip
2024-11-13 11:58:55 -05:00
6957dc149d add custom headers on setup 2024-11-13 08:34:22 -05:00
a7e74a06be better reset logic 2024-11-13 08:34:08 -05:00
18b5354223 allows clearing last opened chat manually 2024-11-13 08:18:14 -05:00
66ce74da59 feat: notification provider management 2024-11-12 22:57:23 -05:00
8fe22bb2bd removes unused import 2024-11-09 10:01:28 -05:00
1ba7befb6d fix: reply state prefs usage 2024-11-09 09:47:29 -05:00
509333adf4 Merge branch 'development' of https://github.com/BlueBubblesApp/bluebubbles-app into remember-reply-state 2024-11-09 09:46:20 -05:00
27e37d31e6 Merge branch 'development' of https://github.com/BlueBubblesApp/bluebubbles-app into travis/unified-push 2024-11-09 09:33:39 -05:00
c453e288d7 2024-11-07 15:20:53 -08:00
a95636a199 clarification comment 2024-11-07 15:59:06 -05:00
4d392b9156 fix: findmy devices not working 2024-11-07 15:35:04 -05:00
9cc0f83f30 disables edit if message is > 15 min ago 2024-11-07 14:53:18 -05:00
3c448cac89 removes unused prints 2024-11-07 14:12:57 -05:00
d248e764ed fix: material & samsung pop app on back button from list 2024-11-07 14:12:47 -05:00
a981bb2947 fix: sending links on sonoma+ 2024-11-07 13:47:21 -05:00
d3bf63e23f fix: sending links on sonoma
- fix: foreground service compliance
- version bump
2024-11-06 22:02:27 -05:00
17a31006d5 isMin boilerplate code 2024-11-06 10:25:36 -05:00
9f9e5157ba centers fab icon 2024-11-06 10:22:21 -05:00
ad42ecc8b2 Merge pull request #2834 from BlueBubblesApp/1.14.0-rc
1.14.0 rc
2024-11-06 10:19:36 -05:00
587564c4be fix: issue findmy initial refresh 2024-11-06 10:16:13 -05:00
33a470a874 fix: downloading original movs 2024-11-06 09:00:03 -05:00
77c6756ab5 increases default log line count when fetching from server 2024-11-06 06:51:54 -05:00
e01d3dc68b fix: delete space after mention 2024-11-05 18:57:23 -05:00
234793cdf0 fix: issue deleting mentions 2024-11-05 15:46:26 -05:00
9929ddf830 objectbox model updates 2024-11-05 09:07:06 -05:00
e29f2f2b91 Revert "updates obj box"
This reverts commit 2c784507745d9a9cd0ed64a3b9d7742d25d30599.
2024-11-05 09:04:00 -05:00
150e77fee2 fix: incremental sync invokation 2024-11-05 09:02:40 -05:00
6ce622e187 separate incremental sync conditions for desktop vs android 2024-11-05 08:13:48 -05:00
e32324401f fix: text not clearing 2024-11-05 08:13:27 -05:00
f17b37b4b1 notification cache & db indexes 2024-10-29 08:20:56 -04:00
e005e15a1b adds updated objbox files 2024-10-29 08:20:09 -04:00
2c78450774 updates obj box 2024-10-29 08:19:58 -04:00
4050e908d0 Fix popup menu non-ios skins
Signed-off-by: Joel Jothiprakasam <hijoelj@gmail.com>
2024-10-29 00:26:12 -05:00
bc71696230 Fix popup menu ios skin
Signed-off-by: Joel Jothiprakasam <hijoelj@gmail.com>
2024-10-28 16:31:51 -05:00
7f1a69bb85 Fix cursor on some back buttons
Signed-off-by: Joel Jothiprakasam <hijoelj@gmail.com>
2024-10-25 01:33:32 -05:00
01a23fc45e Fix material/samsung details layout in tablet mode
Signed-off-by: Joel Jothiprakasam <hijoelj@gmail.com>
2024-10-25 01:23:27 -05:00
a5227a090a Fix #2808
Signed-off-by: Joel Jothiprakasam <hijoelj@gmail.com>
2024-10-25 01:17:07 -05:00
172ca4d267 Make esc key close emoji picker
Signed-off-by: Joel Jothiprakasam <hijoelj@gmail.com>
2024-10-24 06:29:16 -05:00
833e94ab27 Improve emoticon support. Gate it behind a misc setting and add all that are on MacOS (and I assume iOS). Fix errors caused by updating text within text listener. Fix bugs related to emoji insertion and mention insertion.
Signed-off-by: Joel Jothiprakasam <hijoelj@gmail.com>
2024-10-24 06:06:45 -05:00
05a3e52e87 Intercept native window close event for 'Close to Tray' (such as Alt+F4). This also enables closing to tray without the custom titlebar on Linux (for non-GNOME systems)
Signed-off-by: Joel Jothiprakasam <hijoelj@gmail.com>
2024-10-24 02:39:40 -05:00
3f1ce7ed7a Fix #2783
Signed-off-by: Joel Jothiprakasam <hijoelj@gmail.com>
2024-10-24 00:58:24 -05:00
c3d9e46970 Workaround for #2818
Signed-off-by: Joel Jothiprakasam <hijoelj@gmail.com>
2024-10-24 00:54:26 -05:00
ce1b428e7c Fix uninitialized error when chat tile is disposed before stream subscription is set
Signed-off-by: Joel Jothiprakasam <hijoelj@gmail.com>
2024-10-24 00:51:48 -05:00
c4f7bd883c Fix incremental sync not happening on desktop app start
Signed-off-by: Joel Jothiprakasam <hijoelj@gmail.com>
2024-10-24 00:23:49 -05:00
f699757cfc Merge branch 'development' into joel/europa/desktop/1.13.100.0 2024-10-23 23:03:28 -05:00