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

MIgrate to gradle build system. #22

Merged
merged 34 commits into from Feb 6, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
e1beaaf
MIgrate to gradle build system.
ypbnv Jan 29, 2020
5666128
style(android): add .clang-format for android
sgtcoolguy Feb 5, 2020
9671700
style(js): add eslint config
sgtcoolguy Feb 5, 2020
22ba574
chore: update .gitignore
sgtcoolguy Feb 5, 2020
f1e9329
chore(package): add initial package.json
sgtcoolguy Feb 5, 2020
7d504dc
chore(package): update lockfile
sgtcoolguy Feb 5, 2020
f0460af
style(android): fix formatting
sgtcoolguy Feb 5, 2020
4d128e6
style(ios): fix formatting
sgtcoolguy Feb 5, 2020
dd73cc3
chore: move example code to top-level
sgtcoolguy Feb 5, 2020
7727eaf
style(js): fix eslint issues on test code
sgtcoolguy Feb 5, 2020
9f3493a
build(ios): enable modules in xcode project, should fix SDK 8+ build
sgtcoolguy Feb 5, 2020
ee6bcab
build(ios): fix building on sdk 8+
sgtcoolguy Feb 5, 2020
a81fb33
docs: add initial apidocs
sgtcoolguy Feb 5, 2020
64d18e5
style(docs): update whitelisted types for doc validation
sgtcoolguy Feb 5, 2020
2fe6c29
ci(danger): add danger.js
sgtcoolguy Feb 5, 2020
a96616f
ci(jenkins): publish to npm on master branch
sgtcoolguy Feb 5, 2020
c9b930a
fix(android): override apiName
sgtcoolguy Feb 5, 2020
3fc3b9b
fix(ios): override apiName
sgtcoolguy Feb 5, 2020
598d099
test: add very simple initial test suite
sgtcoolguy Feb 5, 2020
3bcbe49
ci(jenkins): tie to xcode 11 nodes for ios
sgtcoolguy Feb 5, 2020
bac7cdb
chore(package): update to lint-staged 10.0.7
sgtcoolguy Feb 5, 2020
12253d0
chore(package): update lockfile
sgtcoolguy Feb 5, 2020
1206343
chore(package): update to titanium-docgen 4.2.0
sgtcoolguy Feb 5, 2020
f1e20c8
chore(package): update lockfile
sgtcoolguy Feb 5, 2020
8cfd6e6
chore(package): update to danger 9.2.10
sgtcoolguy Feb 5, 2020
fbacc17
chore(package): update lockfile
sgtcoolguy Feb 5, 2020
13b31b0
chore(package): update to husky 4.2.1
sgtcoolguy Feb 5, 2020
60a51e1
chore(package): update lockfile
sgtcoolguy Feb 5, 2020
025119b
chore(package): update @seadub/danger-plugin-titanium-module to 0.0.6
sgtcoolguy Feb 5, 2020
bd89783
chore(package): update lockfile
sgtcoolguy Feb 5, 2020
d02d958
chore(package): update to eslint 6.8.0
sgtcoolguy Feb 5, 2020
6da59e5
chore(package): update lockfile
sgtcoolguy Feb 5, 2020
e80cf07
build(jenkins): update sdk
garymathews Feb 5, 2020
86207ad
chore(ios): update sdk
garymathews Feb 5, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions Jenkinsfile
@@ -1,5 +1,6 @@
@Library('pipeline-library') _
#!groovy
library 'pipeline-library'

buildModule {
sdkVersion = '7.5.1.GA'
sdkVersion = '9.0.0.v20200128095338'
}
11 changes: 0 additions & 11 deletions android/.classpath

This file was deleted.

17 changes: 0 additions & 17 deletions android/.project

This file was deleted.

10 changes: 0 additions & 10 deletions android/build.xml

This file was deleted.

Binary file removed android/dist/ti.compression-android-2.0.4.zip
Binary file not shown.
Empty file removed android/lib/.gitkeep
Empty file.
6 changes: 3 additions & 3 deletions android/manifest
Expand Up @@ -2,9 +2,9 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 4.0.0
version: 5.0.0
apiversion: 4
architectures: arm64-v8a armeabi-v7a x86
architectures: arm64-v8a armeabi-v7a x86 x86_64
description: Lets you zip and unzip files.
author: Dawson Toth
license: Apache License, Version 2.0
Expand All @@ -15,4 +15,4 @@ name: compression
moduleid: ti.compression
guid: c129f5f7-ace8-4cca-be47-b226f8b29f78
platform: android
minsdk: 7.0.0
minsdk: 9.0.0