510 Commits

Author SHA1 Message Date
rhunk
d21de408e5 feat(native): module base, size 2023-08-26 12:05:58 +02:00
rhunk
c0225919e9 feat: experimental native hooks 2023-08-25 19:44:42 +02:00
rhunk
b004f92b9c feat: force image format 2023-08-25 03:14:09 +02:00
rhunk
d0668b67d4 feat: profile picture downloader
- new events: add view, network request
- fix anonymous story viewing
2023-08-25 02:50:41 +02:00
rhunk
3eb8c8f015 feat: streaks reminder
- add streak indicator in social
- fix dialogs
- fix container global state
2023-08-24 02:15:06 +02:00
rhunk
5fbfd5030c fix: auto save rule 2023-08-23 12:12:46 +02:00
rhunk
328bb72d65 optimize imports 2023-08-23 01:39:21 +02:00
rhunk
035d4ad971 fix: auto download rule state 2023-08-23 01:36:32 +02:00
rhunk
a49c4e9a45 feat: prevent self auto download 2023-08-23 01:15:43 +02:00
rhunk
ae70b29180 feat: config export
- activity launcher helper
2023-08-23 00:44:05 +02:00
rhunk
d12a5d689e feat: rule system 2023-08-22 18:41:40 +02:00
rhunk
5c3ad5d588 feat: rule system 2023-08-22 18:41:23 +02:00
rhunk
2b90ee2deb clean unused resources 2023-08-22 13:07:32 +02:00
rhunk
485812a550 fix: check for requirements 2023-08-22 10:32:58 +02:00
rhunk
ba2e4617d5 fix: message export 2023-08-21 19:20:28 +02:00
rhunk
16a16df51a feat: partial scope content 2023-08-21 18:09:59 +02:00
rhunk
31570694a0 feat: scope content
- refactor image loader
- rules
2023-08-20 15:27:42 +02:00
rhunk
6cabb92c04 feat: scope tab base logic 2023-08-19 20:09:35 +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
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
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
3fc6030a23 refactor: mapping wrapper
- rename members
2023-08-07 00:38:20 +02:00
rhunk
289afce4a5 package refactor 2023-08-06 22:07:53 +02:00
rhunk
8e87e7c84d main branch merge 2023-08-06 17:04:18 +02:00
rhunk
6eb5ead35d feat(ui/features): dialog translation 2023-08-06 16:41:15 +02:00
rhunk
7b6b0bfd70 feat: download section 2023-08-05 19:34:31 +02: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
2cb5872ab0 db cursor helper 2023-08-04 21:51:33 +02:00
rhunk
c88abd70d4 feat: property translation
- add top bar
2023-08-04 16:49:11 +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
rhunk
853ceec290 refactor: packages 2023-08-02 21:44:07 +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
79d3bb5ba9 config refactor + ui 2023-08-01 18:37:35 +02:00