Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/op sqlite - 0.75.4 #886

Draft
wants to merge 30 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
1a55445
feature: OP-SQLite Prerequisites
furkanarabaci Sep 17, 2024
4b12a83
update op-sqlite to 8.0.2
furkanarabaci Sep 19, 2024
99f2abc
update mendix/native local npm package, include iOS
furkanarabaci Sep 24, 2024
c1ff09c
add new op-sqlite package
furkanarabaci Sep 24, 2024
c610df4
update mendix/native version for op-sqlite
furkanarabaci Oct 3, 2024
8ba18a3
update op-sqlite to 9.1.0 and add patch for empty cipher
furkanarabaci Oct 3, 2024
74c7598
remove package.json config and use hardcoded values with sqlcipher an…
furkanarabaci Oct 3, 2024
db6e2a3
update op-sqlite to 9.1.2
furkanarabaci Oct 7, 2024
7ffa837
update podfile.lock for op-sqlite
furkanarabaci Oct 9, 2024
2e3ed66
update @mendix/native version
furkanarabaci Oct 10, 2024
afb08e2
update op-sqlite patch
furkanarabaci Oct 23, 2024
57881ef
update mendix/native and op-sqlite patch
furkanarabaci Oct 24, 2024
e62f0d3
update mendix/native
furkanarabaci Oct 25, 2024
e19f75a
enable hermes for native template
furkanarabaci Oct 26, 2024
e2e420e
revert the op-sqlite patch for deleting resources
furkanarabaci Oct 29, 2024
2983fa1
update mendix/native to fix jni crash
furkanarabaci Nov 7, 2024
e465dd4
enable hermes for ios
furkanarabaci Nov 7, 2024
5a97524
update mendix/native
furkanarabaci Nov 8, 2024
fde55ef
use published mendix/native version
furkanarabaci Nov 14, 2024
e2f4f36
update native template version
furkanarabaci Nov 14, 2024
9220433
Update package-lock and podfile.lock
UrazAkgultan Nov 18, 2024
4fca21b
Remove tgs mendix/native packages
UrazAkgultan Nov 18, 2024
f0ef78e
Update mendix version
UrazAkgultan Nov 18, 2024
2d30a35
remove op-sqlite package.json part
furkanarabaci Nov 18, 2024
ecdd64c
revert framework api patch for op-sqlite
furkanarabaci Nov 19, 2024
32cdc96
use local mendix/native
furkanarabaci Nov 19, 2024
0e95a95
Merge branch 'master' into feature/op-sqlite
furkanarabaci Nov 29, 2024
0347b77
update mendix/native
furkanarabaci Dec 2, 2024
6cfe6de
update mendix/native
furkanarabaci Dec 9, 2024
446b3a4
op-sqlite update project file
furkanarabaci Dec 11, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ android {
packagingOptions {
pickFirst "**/libjsc.so"
pickFirst "**/libc++_shared.so"
pickFirst "**/libcrypto.so"
}
}

Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ android.suppressUnsupportedCompileSdk=33

# Use this property to enable or disable the Hermes JS engine.
# If set to false, you will be using JSC instead.
hermesEnabled=false
hermesEnabled=true
1 change: 1 addition & 0 deletions ios/Config/config.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ PRODUCT_BUNDLE_IDENTIFIER = com.mendix.native.template$(BUNDLE_IDENTIFIER_APPEND
RUNTIME_URL = http:\/\/localhost:8080

PRODUCT_NAME = nativeTemplate
HERMES_ENABLED = YES
Loading