rhunk
28d1ea2a43
feat: rust native
...
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-07-26 01:54:43 +02:00
rhunk
17ddfa5b9c
fix(core/account_switcher): backup fidelius databases
...
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-07-24 13:37:09 +02:00
rhunk
115b5ce0d8
feat(core): voice note auto play
...
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-07-24 05:12:41 +02:00
rhunk
ea284bc9aa
fix(core/send_override): snap duration
...
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-07-23 19:38:20 +02:00
rhunk
d5db0ea7f6
fix(e2ee): key exchange
...
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-07-23 18:00:58 +02:00
rhunk
dbafd6de21
fix(friend_mutation_observer): birthday month offset
...
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-07-23 12:33:20 +02:00
rhunk
bb00569cf0
fix(ui/settings_gear): simple Snapchat support
...
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-07-22 22:42:11 +02:00
rhunk
b37d6635ff
chore(build): disable profile installer for development environment
...
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-07-22 14:15:26 +02:00
rhunk
b2bc23d0e0
feat(ui/sif): download indicator
...
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-07-21 00:15:17 +02:00
VendorAttestation
de0342fdac
chore: readme ( #1168 )
2024-07-20 18:17:32 +02:00
rhunk
f007d0d605
fix: config state listener restart
2024-07-18 15:08:47 +02:00
rhunk
23d74bd8c5
fix(ui/manage_repos): card text ellipsis & copy to clipboard
2024-07-17 15:02:43 +02:00
rhunk
3b13aae243
fix: temporary removal of sif screen
2024-07-17 14:22:18 +02:00
rhunk
12ad30ffd8
Merge branch 'refs/heads/refactor_ex' into refactor
2024-07-17 12:55:25 +02:00
rhunk
fb3d7af9cc
Merge branch 'refs/heads/dev' into refactor
2024-07-17 12:51:17 +02:00
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