458 Commits

Author SHA1 Message Date
rhunk
a9d82305ab feat(section/social): click add dialog 2023-08-19 12:31:37 +02:00
rhunk
7854b167dd Merge branch 'main' into refactor_2_0_0
- fix(media_downloader): download from topics
- fix: anonymous story viewing
2023-08-19 12:09:33 +02:00
rhunk
8a19f27d96 feat: social section
- bridge: rules, sync
- move extensions to a new package
- snap widget broadcast receiver (SnapWidgetBroadcastReceiverHelper)
- refactor compose remember delegates
2023-08-19 11:58:41 +02:00
rhunk
11b7119f8b fix(media_downloader): partial compat for story replies 2023-08-18 15:26:54 +02:00
rhunk
b0dfcd5470 feat: feature section search bar 2023-08-18 11:03:14 +02:00
rhunk
f0df0045d6 mod database exp 2023-08-18 00:55:30 +02:00
rhunk
a8c4c1ce3e fix(mapper): story boost state 2023-08-17 17:44:20 +02:00
rhunk
87030eca7e feat: ui
- feature icons, notices
2023-08-17 17:39:07 +02:00
rhunk
29e552569e refactor(bridge): file operation call 2023-08-16 22:28:43 +02:00
rhunk
122a48e047 friend database test 2023-08-08 14:47:05 +02:00
rhunk
3153c68516 fix(message_logger): persistent after logout/clean cache 2023-08-07 19:50:37 +02:00
rhunk
0e5c48062a fix(ui/features): translation
- fix missing parameter
2023-08-07 17:57:15 +02:00
rhunk
a1e7f234f9 fix(auto_updater): cpu arch deprecated method
- remove unused import
2023-08-07 00:58:36 +02:00
rhunk
0bfb75d00c Merge branch 'main' into refactor_2_0_0
# Conflicts:
#	app/build.gradle.kts
#	core/src/main/assets/lang/de_DE.json
#	core/src/main/assets/lang/hu_HU.json
#	core/src/main/assets/lang/it_IT.json
#	core/src/main/assets/lang/tr_TR.json
#	core/src/main/kotlin/me/rhunk/snapenhance/action/impl/OpenMap.kt
#	core/src/main/kotlin/me/rhunk/snapenhance/features/impl/AutoUpdater.kt
#	core/src/main/kotlin/me/rhunk/snapenhance/features/impl/ui/StartupPageOverride.kt
#	core/src/main/kotlin/me/rhunk/snapenhance/ui/menu/impl/SettingsMenu.kt
#	gradle/libs.versions.toml
#	gradle/wrapper/gradle-wrapper.properties
2023-08-07 00:52:21 +02:00
rhunk
87c5f7dc55 fix: startup tab override 2023-08-07 00:43:09 +02:00
rhunk
3fc6030a23 refactor: mapping wrapper
- rename members
2023-08-07 00:38:20 +02:00
authorisation
d1e7833e86 fix: broken builds due to deps v1.2.1 2023-08-06 23:42:14 +02:00
auth
9c2053fac3
fix: revert shrink 2023-08-06 21:08:36 +00:00
authorisation
b49cf2a4de chore: improvements
* check if loc spoof is on
* allow manual update check on debug
* remove some unused code
* update deps
2023-08-06 22:52:16 +02:00
rhunk
289afce4a5 package refactor 2023-08-06 22:07:53 +02:00
auth
626e4a2efb
add: translations
* bump version (v1.2.0)

* chore: update readme

* sync crowdin langs

* turkish init

* pull upstream

* fetch upstream
2023-08-06 20:06:20 +00:00
auth
7ddc43d0a7
fix: auto-updater download (#175)
* update endpoint link
2023-08-06 20:03:43 +00:00
rhunk
8e87e7c84d main branch merge 2023-08-06 17:04:18 +02:00
rhunk
00b6f25933 fix(ui/downloads): image preview
- fix blur
- add crossfade
2023-08-06 16:42:37 +02:00
rhunk
6eb5ead35d feat(ui/features): dialog translation 2023-08-06 16:41:15 +02:00
rhunk
2b11dec050 fix: navigation bar label 2023-08-06 15:55:06 +02:00
rhunk
7b6b0bfd70 feat: download section 2023-08-05 19:34:31 +02:00
TheVisual
4182f53f23
fix: unicode paths
* improve sanitization
* Fix InputType to allow negative decimals to properly spoof more locations

Co-authored-by: auth <64337177+authorisation@users.noreply.github.com>
2023-08-05 14:59:02 +00:00
rhunk
e6e75123f8 fix: download server timeout 2023-08-05 11:13:30 +02:00
rhunk
ddfa89f4b4 fix: location spoofer
- float to double conversion
2023-08-05 10:34:21 +02:00
rhunk
55f6627d72 wrapper enum delegate 2023-08-05 10:33:51 +02:00
rhunk
c227dff734 feat: navbar localization 2023-08-05 09:58:47 +02:00
rhunk
cd4f3c29c4 fix: pick language screen save config 2023-08-05 09:55:43 +02:00
rhunk
581b2df37e fix: shared context weak reference 2023-08-05 09:44:26 +02:00
rhunk
e89901a2f6 fix: configuration override 2023-08-04 22:45:03 +02:00
rhunk
2cb5872ab0 db cursor helper 2023-08-04 21:51:33 +02:00
auth
d93a90c74d
refactor: config override (#169)
* refactor: config override

* perf: mapper

* revert(hooker): inline method
- hookAll methods

* feat: no friend score delay

---------

Co-authored-by: rhunk <101876869+rhunk@users.noreply.github.com>
2023-08-04 14:53:30 +00:00
rhunk
c88abd70d4 feat: property translation
- add top bar
2023-08-04 16:49:11 +02:00
rhunk
9aef7a1b86 build: proguard rules
- minify release build
- upgrade compose
2023-08-04 13:18:45 +02:00
rhunk
910cbd0bba fix: friend menu injection 2023-08-04 13:17:21 +02:00
rhunk
3df11aadb8 refactor: download
- download task manager
- fix installation summary update
2023-08-04 12:17:19 +02:00
rhunk
2ff8a69403 fix(startup_page_override): camera in background 2023-08-04 11:33:20 +02:00
rhunk
641d66b208 feat(ui): setup activity
- remote side context
- fix float dialogs
- fix choose folder
2023-08-03 21:48:23 +02:00
TheVisual
2925b52b9d
chore: template improvement 2023-08-03 17:18:14 +00:00
rhunk
853ceec290 refactor: packages 2023-08-02 21:44:07 +02:00
rhunk
b35bbfb6b2 ui: container state
- integer dialogs
2023-08-02 10:14:36 +02:00
rhunk
c5def2e69d merge GalleryMediaSendOverride 2023-08-02 09:35:02 +02:00
rhunk
e360011b7b Merge branch 'main' into refactor_2_0_0
# Conflicts:
#	app/build.gradle.kts
#	app/src/main/kotlin/me/rhunk/snapenhance/config/ConfigProperty.kt
#	core/.gitignore
#	core/src/main/kotlin/me/rhunk/snapenhance/features/impl/tweaks/GalleryMediaSendOverride.kt
2023-08-02 09:17:58 +02:00
rhunk
5e827d1c46 event dispatcher 2023-08-02 09:17:17 +02:00
rhunk
369ed0a8a6 setup activity first impl 2023-08-02 00:15:57 +02:00