Skip to content

Commit 184ff71

Browse files
committed
Add Android module
1 parent e54d825 commit 184ff71

File tree

18 files changed

+201
-165
lines changed

18 files changed

+201
-165
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.DS_Store
2+
metadata.json
3+
*.zip
4+
*.xcworkspace/
5+
*.xcuserstate
6+
xcuserdata/
7+
build/
8+
/android/dist

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ as a pre-packaged module for Titanium SDK 7.1.0 and later.
66
## Roadmap
77

88
- [x] Find suitable module name
9-
- [ ] Create both modules on the same namespace (right now [Ti.SafariDialog](https://github.com/appcelerator-modules/ti.safaridialog) vs [Ti.ChromeTabs](https://github.com/prashantsaini1/ti-chrometabs))
9+
- [x] Create both modules on the same namespace (right now [Ti.SafariDialog](https://github.com/appcelerator-modules/ti.safaridialog) vs [Ti.ChromeTabs](https://github.com/prashantsaini1/ti-chrometabs))
1010
- [ ] Adjust existing docs from Ti.SafariDialog to support Android as well
11-
- [ ] Write cross-platform example and tests
11+
- [x] Write cross-platform example and tests
1212
- [ ] Pre-package in the SDK, release module
1313

1414
## License

android/java-sources.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
"/Users/hknoechel/Documents/appcelerator_modules/titanium-web-dialog/android/src/ti/webdialog/Params.java"
2+
"/Users/hknoechel/Documents/appcelerator_modules/titanium-web-dialog/android/src/ti/webdialog/TitaniumWebDialogModule.java"
3+
"/Users/hknoechel/Documents/appcelerator_modules/titanium-web-dialog/android/src/ti/webdialog/Utils.java"
4+
"/Users/hknoechel/Documents/appcelerator_modules/titanium-web-dialog/android/build/generated/java/ti/webdialog/TitaniumWebDialogBootstrap.java"
5+
"/Users/hknoechel/Documents/appcelerator_modules/titanium-web-dialog/android/build/generated/r/android/support/compat/R.java"
6+
"/Users/hknoechel/Documents/appcelerator_modules/titanium-web-dialog/android/build/generated/r/android/support/design/R.java"
7+
"/Users/hknoechel/Documents/appcelerator_modules/titanium-web-dialog/android/build/generated/r/android/support/v7/appcompat/R.java"
8+
"/Users/hknoechel/Documents/appcelerator_modules/titanium-web-dialog/android/build/generated/r/android/support/v7/cardview/R.java"
9+
"/Users/hknoechel/Documents/appcelerator_modules/titanium-web-dialog/android/build/generated/r/ti/modules/titanium/ui/R.java"
10+
"/Users/hknoechel/Documents/appcelerator_modules/titanium-web-dialog/android/build/generated/r/ti/webdialog/R.java"

android/lib/README

Lines changed: 0 additions & 2 deletions
This file was deleted.

android/lib/custom-tabs.jar

40.7 KB
Binary file not shown.
33.7 KB
Binary file not shown.
33.6 KB
Binary file not shown.
33.4 KB
Binary file not shown.

android/manifest

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ version: 1.0.0
66
apiversion: 4
77
architectures: arm64-v8a armeabi-v7a x86
88
description: titanium-web-dialog
9-
author: Hans Knoechel
10-
license: Specify your license
11-
copyright: Copyright (c) 2017 by Your Company
9+
author: Prashant Saini
10+
license: Apache 2.0
11+
copyright: Copyright (c) 2017 by Axway Appcelerator & Prashant Saini
1212

1313
# these should not be edited
1414
name: titanium-web-dialog
1515
moduleid: ti.webdialog
1616
guid: 1f19cce1-0ad7-4e25-ab3b-0666f54a0a49
1717
platform: android
18-
minsdk: 7.0.0.v20171128203009
18+
minsdk: 7.0.0

android/src/ti/webdialog/ExampleProxy.java

Lines changed: 0 additions & 104 deletions
This file was deleted.

0 commit comments

Comments
 (0)