rhunk
21395b43da
fix(app/media_downloader): force voice note format
2024-08-12 19:25:57 +02:00
rhunk
b50237c529
fix(composer): download button icon
2024-08-12 19:17:21 +02:00
rhunk
9f0fecbf89
feat(core/ui_tweaks): hide billboard prompt
2024-08-12 19:15:49 +02:00
rhunk
986dbad983
fix(core/inapp_overlay): status toast text
2024-08-12 19:13:52 +02:00
rhunk
76a2df6a34
fix(bridge): broadcast log crash
2024-08-12 10:20:28 +02:00
rhunk
07f3835864
fix(core/bridge): connection retry
2024-08-12 01:14:40 +02:00
rhunk
ae1aee3ce0
fix(app): synchronized logs
2024-08-12 01:14:21 +02:00
rhunk
0aa429c29b
refactor(app/e2ee): failure log
2024-08-11 23:51:52 +02:00
rhunk
0ac142f46c
feat(core): sif status
...
- add InAppOverlay custom composable
2024-08-11 17:42:42 +02:00
rhunk
43f1a305a2
fix(build): clean natives
2024-08-11 16:05:07 +02:00
sn-o-w
f97dda6e4d
chore(ci): update java ( #1189 )
2024-08-11 10:16:42 +02:00
sn-o-w
95befdf381
fix(ci): rust android targets ( #1188 )
2024-08-11 10:10:18 +02:00
rhunk
b2587593cd
fix(app): update checker crash on release builds
2024-08-11 00:24:43 +02:00
rhunk
39525c9dca
fix(core): voice note auto play
2024-07-30 11:06:39 +02:00
rhunk
34090f3110
fix(native/composer_hooks): load when composer starts
2024-07-29 16:02:13 +02:00
rhunk
bcec1f5651
fix(native): composer loader hook
2024-07-28 20:13:27 +02:00
rhunk
bc9af4105c
fix(native): custom font hook crash
2024-07-28 19:43:31 +02:00
rhunk
8c4e32d614
feat(native): pre init
2024-07-28 19:39:57 +02:00
rhunk
d3f9d03dcf
feat(native): custom font hook
2024-07-27 19:51:41 +02:00
rhunk
b18c969125
chore(build/native): release profile
2024-07-27 18:20:40 +02:00
rhunk
790e7bab2e
fix(native): ndk version
2024-07-26 13:44:45 +02:00
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