1059 Commits

Author SHA1 Message Date
rhunk
8c046e984f
fix(common/config): restart on rule changes 2024-07-16 23:27:23 +02:00
sn-o-w
ed42ed4caf
chore(ci): improvments (#1156)
The Release CI workflow is currently failing, likely due to the minimum required Android SDK Build-tools version for `macos-latest` GitHub-hosted runners being updated to 33.0.2, while the version used in https://github.com/kevin-david/zipalign-sign-android-release is 32.0.0.

Changes made in this PR include:
- Upgraded Java version from 17 to 21.
_(Updated to `noriban/sign-android-release` in both workflows, seems to be more updated recently)_
_(Enabled by default in `noriban/sign-android-release`)_
- Automatically determined and utilized the latest installed Build Tools version for APK signing.
- Utilized `${{steps.sign_app.outputs.signedReleaseFile}}` to point to the signed APK files.
- Utilized `${GITHUB_SHA::7}` to obtain the short Git version hash in Debug CI
- Removed the 'Git branch name' step in Debug CI (no longer used, I guess?!)
- Removed the 'Delete unsigned file' step (redundant in Release CI since we can directly upload `${{steps.sign_app.outputs.signedReleaseFile}}`).
- In Debug CI delete unsigned files right before renaming the signed ones.
- In Release CI switch to `softprops/action-gh-release` since `marvinpinto/action-automatic-releases` is no longer maintained.
2024-07-12 02:15:12 +02:00
rhunk
05359f28d8 fix: load after setup screen
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-07-06 17:24:32 +02:00
rhunk
fd619ec8b9 fix: library abi
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-07-06 17:12:07 +02:00
rhunk
8d17d55c83 feat: security features
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-07-06 16:47:45 +02:00
FirePlank
09e3e83d57
chore(readme): ban notice (#1161) 2024-07-05 22:12:48 +02:00
w451
bc4498e13c
fix(build/composer): npx command (#1159)
Co-authored-by: w451 <cheb>
2024-07-04 21:47:30 +02:00
rhunk
f9974b0e84 feat: catalog
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-07-04 16:18:39 +02:00
rhunk
2cb3db042f feat: custom theming
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-07-02 17:30:07 +02:00
rhunk
d31591fd47 refactor: feature load system
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-30 23:58:28 +02:00
rhunk
bf49bcbe11 feat(core/mixer_stories): remove suggested stories
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-28 13:42:33 +02:00
rhunk
dca811daf4 feat(scripting): custom module execution sides
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-28 00:47:35 +02:00
rhunk
f5ce6e9d5c fix(app/features_section): search delay
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-27 23:42:27 +02:00
rhunk
86404c9b38 fix(common/config): concurrent load
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-27 23:33:32 +02:00
rhunk
d8e98d575b fix(core/xposed_loader): prevent loading in sub processes
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-27 23:06:29 +02:00
rhunk
4b93ec7181 feat(core): enhanced transcript in notifications
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-27 15:41:08 +02:00
rhunk
95eb350066 feat(scripting): protobuf bindings
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-22 00:00:42 +02:00
rhunk
4beb63e7aa feat(core): auto close friend feed menu
Automatically closes the Friend Feed Menu after pressing a setting button of SnapEnhance

Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-21 21:23:30 +02:00
rhunk
5d2277db7c fix(core): inapp overlay
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-21 20:58:48 +02:00
Weblate (bot)
029850abcc
chore: translations (#1094)
Co-authored-by: r_unkkk <r_unkkk@users.noreply.hosted.weblate.org>
Co-authored-by: Caner Karaca <canerkaraca_23@hotmail.com>
Co-authored-by: gallegonovato <fran-carro@hotmail.es>
Co-authored-by: Trunks <trunksduturfu31@gmail.com>
Co-authored-by: Zan 1456 <mestermc594@users.noreply.hosted.weblate.org>
Co-authored-by: Even Bogen Nørjordet <evennorjordet@gmail.com>
Co-authored-by: Jacob Thomas <bocajthomas274@gmail.com>
Co-authored-by: Bartosz <kotkreskowy1234567890@gmail.com>
Co-authored-by: Java <imben5276@gmail.com>
2024-06-19 20:55:09 +02:00
rhunk
552c1e4011 fix(native): remap executable
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-13 01:16:40 +02:00
rhunk
a2f56d11c2 fix(config): experimental
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-13 00:48:59 +02:00
rhunk
e7a02d7ba7 fix(mixer_stories): crash
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-12 21:21:31 +02:00
rhunk
6c87e72d94 fix(bridge): auto bridge restart on SnapEnhance update
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-12 16:20:24 +02:00
rhunk
248100b8b9 feat(core): mark as seen button
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-12 16:04:27 +02:00
rhunk
3f02023580 fix(ui/setup): state concurrent
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-12 14:44:38 +02:00
rhunk
844094aca0 feat(core): better transcript
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-12 01:20:39 +02:00
rhunk
d09d4ee96e fix(core): accessibility strings
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-11 22:14:26 +02:00
rhunk
006f9f84e3 refactor(native): remap sections
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-11 00:09:13 +02:00
rhunk
a355ea9667 feat(core): compose conversation preview
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-10 14:38:33 +02:00
rhunk
5ebd48cd9b feat: rounded compose dialogs
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-10 14:09:55 +02:00
rhunk
ce2ae6ff45 feat(core): compose friend feed menu
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-10 02:23:41 +02:00
rhunk
f29e3f37cd refactor(ff_menu): remove toast
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-09 23:16:49 +02:00
rhunk
a6d3c398c7 feat(core/ff_message_preview): avenir next font
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-09 23:10:22 +02:00
rhunk
bcbf54b35a feat(ui/chat_action_menu): show chat edit history
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-09 19:50:28 +02:00
rhunk
31ae06ed62 refactor: composer loader
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-08 21:31:47 +02:00
rhunk
c72cc1d320 feat(ui_tweaks): remove post to story buttons
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-08 17:49:18 +02:00
rhunk
97bce2011b fix(story_logger): ignore friends of friends stories
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-08 16:23:28 +02:00
rhunk
5fbd7667b1 fix(app): actions crash
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-08 15:59:19 +02:00
rhunk
c8819cf2c2 feat: disable telecom framework
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-08 15:41:14 +02:00
rhunk
7f0f202439 fix: composer hooks
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-08 15:28:46 +02:00
rhunk
1747bc38ff fix(ui/tasks): crash
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-07 23:28:15 +02:00
rhunk
23de1aa4fd refactor: log hook errors
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-05 19:02:59 +02:00
rhunk
0688c276bb fix(better_location): suspend location updates
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-05 18:57:21 +02:00
rhunk
a633f913d3 fix(mapper): streaks expiration
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-05 17:04:51 +02:00
rhunk
47a549ea2d feat(experimental): context menu fix
Attempt to repair the Friend Feed Menu as when the device is offline it cannot be displayed correctly

Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-05 15:32:14 +02:00
rhunk
e45e96908b feat(app/ui): tasks root media preview
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-05 15:09:36 +02:00
rhunk
ae15ad7ce9 feat(notifications): smart replies
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-05 14:24:34 +02:00
rhunk
d901cba828 feat(better_location): edit coordinates
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-05 01:22:05 +02:00
rhunk
4623c5cb1a fix(ui/better_location): open popup button
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-04 20:48:40 +02:00