aboutsummaryrefslogtreecommitdiffstats
path: root/sample-android
Commit message (Expand)AuthorAgeFilesLines
* Remove templatesAhmed El Khazari2025-04-1522-617/+0
* Update android-sample to use latest updates of compilerAhmed El Khazari2025-04-151-83/+10
* Fix the build of sample-androidVille Voutilainen2024-12-195-40/+11
* Make the JTE builds use different directories for debug/release buildsVille Voutilainen2024-09-301-0/+13
* Merge remote-tracking branch 'remotes/origin/upstream/use_qjniobject' into devVille Voutilainen2024-09-2027-5/+638
|\
| * First steps of actual QJniObject templatingVille Voutilainen2024-09-112-2/+20
| * Licence updateAhmed El Khazari2024-09-091-1/+1
| |\
| | * Merge branch and updated the licenceAhmed El Khazari2024-09-091-19/+15
| | |\
| * | \ Merge branch and updated the licenceAhmed El Khazari2024-09-091-5/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * Merge branch 'villevoutilainen:use_qjniobject' into use_qjniobjectAhmed2024-09-091-5/+1
| | |\
| | | * Fix templating of the JENNY_CHECK_NULL macroVille Voutilainen2024-09-081-5/+1
| | * | Licence addedAhmed El Khazari2024-09-0318-0/+72
| | |/
| * / Licence addedAhmed El Khazari2024-09-0918-0/+252
| |/
| * Templatize buildNativeInitClassVille Voutilainen2024-08-302-0/+58
| * Templatize field definitionsVille Voutilainen2024-08-262-0/+31
| * Templatize method definitionsVille Voutilainen2024-08-161-0/+23
| * Introduced data classes outside the NativeProxyAhmed El Khazari2024-07-316-6/+7
| * Templates: Field Id initialisations introducedAhmed El Khazari2024-07-301-0/+14
| * Templates: introduced local variables to constructors_ids_initialisations.kteAhmed El Khazari2024-07-262-4/+6
| * Templates : build Methods Id initialisationAhmed El Khazari2024-07-261-0/+17
| * Templates : build Constructors Id initialisationAhmed El Khazari2024-07-261-0/+10
| * Templates: Fields Id declarations templatizedAhmed El Khazari2024-07-191-0/+9
| * Templates: Methods Id declarations templatizedAhmed El Khazari2024-07-192-1/+10
| * Template: bug fixed removed return lineAhmed El Khazari2024-07-191-1/+1
| * JteData : refactored meaningful variables namingAhmed El Khazari2024-07-194-9/+9
| * Templates: Constructor id declarations templatizedAhmed El Khazari2024-07-192-1/+10
| * Handle when templates folder is missing in build.gradleAhmed El Khazari2024-07-181-1/+1
| * JteData Moved out of NativeProxyGeneratorAhmed El Khazari2024-07-157-7/+7
| * SetupAhmed El Khazari2024-07-122-24/+32
| * Add missing templateVille Voutilainen2024-06-141-0/+12
| * Templatize buildConstructorDefinesVille Voutilainen2024-06-142-2/+2
| * Add a template for method prologueVille Voutilainen2024-03-041-0/+16
| * Add a template for paramsVille Voutilainen2024-03-041-0/+22
| * Use JTE, add templates that do the same thing as the hard-coded generatorVille Voutilainen2024-02-1210-3/+137
* | 1. fix deprecated kotlin codeupstream/masterlanderlyoung2024-08-294-53/+105
* | 1. fix compile issue for non-android jni.hlanderlyoung2024-08-204-26/+23
|/
* handle JNI exceptions in C++ codeyangchao122021-06-031-7/+14
* bugfix: fix bug when threadSafe option is offv1.1.1LanderlYoung2021-01-211-1/+1
* feature: Generic.kt 1. suppress compiler warning 2. generate proxy for methodsLanderlYoung2020-10-271-8/+27
* Feature/use jnihelper (#4)v1.0.0LanderlYoung2020-10-2321-4353/+180
* bugfix: workaround github actions ndk versionv0.9.8LanderlYoung2020-06-221-1/+1
* feature: add jenny.headerOnlyProxy options, change demo configLanderlYoung2020-06-2226-2325/+2031
* add options "jenny.outputDirectory" to specify Jenny output directory instead...v0.9.6LanderlYoung2020-06-103-141/+143
* add default constructor to NativeProxylanderlyoung2020-04-0611-0/+22
* 1. tweak codelanderlyoung2020-04-0626-183/+279
* clean up demolanderlyoung2020-02-032-33/+0
* add support for method overload when generate native glue codelanderlyoung2020-02-037-1/+86
* support u8 string for c++11 and C++20landerlyoung2020-02-033-39/+47
* continue to refactor HandyHelper.kt support unicodelanderlyoung2020-02-037-49/+43
* refactor the core class -- HandyHelperlanderlyoung2020-01-304-0/+292