FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Merge pull request #227 from NativeScript/dtodorov/next · NativeScript/push-plugin@d877ca2 · GitHub

This repository was archived by the owner on Feb 7, 2019. It is now read-only.
/ push-plugin Public archive

Commit d877ca2

Browse files
Merge pull request #227 from NativeScript/dtodorov/next
Merge next into master
2 parents 81d4f95 + 07880dd commit d877ca2

14 files changed

Lines changed: 47 additions & 60 deletions

‎.gitattributes‎

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎.gitignore‎

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,22 @@
55
*.js
66
*.js.map
77
*.log
8+
*.esm.json
89
!src/scripts/*.js
910
!src/hooks/*.js
1011
!seed-tests/*.js
1112
seed-tests/seed-copy/**/*.*
1213
seed-tests/seed-copy-new-git-repo/**/*.*
13-
demo/app/*.js
14+
demo/**/*.js
1415
!demo/karma.conf.js
1516
!demo/app/tests/*.js
1617
demo/*.d.ts
1718
!demo/references.d.ts
1819
demo/lib
1920
demo/platforms
2021
demo/node_modules
21-
demo-angular/app/*.js
22-
!demo-angular/karma.conf.js
23-
!demo-angular/app/tests/*.js
24-
demo-angular/*.d.ts
25-
!demo-angular/references.d.ts
26-
demo-angular/lib
27-
demo-angular/platforms
28-
demo-angular/node_modules
2922
node_modules
3023
publish/src
3124
publish/package
3225
demo/report/report.html
3326
demo/report/stats.json
34-
demo-angular/report/report.html
35-
demo-angular/report/stats.json
36-
src/push-plugin.android.d.ts
37-
src/push-plugin.ios.d.ts

‎.travis.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ android:
5454
components:
5555
- tools
5656
- platform-tools
57-
- build-tools-26.0.2
57+
- build-tools-27.0.3
5858
- android-23
5959
- android-26
6060
- extra-android-m2repository

‎demo/app/app.css‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ of writing your own CSS rules. For a full list of class names in the theme
1010
refer to http://docs.nativescript.org/ui/theme.
1111
The imported CSS rules must precede all other types of rules.
1212
*/
13-
@import 'nativescript-theme-core/css/core.light.css';
13+
@import '~nativescript-theme-core/css/core.light.css';
1414

1515
/*
1616
The following CSS rule changes the font size of all UI

‎demo/app/app.ts‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ You can use this file to perform app-level initialization, but the primary
44
purpose of the file is to pass control to the app’s first module.
55
*/
66

7-
import "./bundle-config";
87
import * as app from 'tns-core-modules/application';
98

109
// ANDROID ONLY!

‎demo/app/bundle-config.ts‎

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

‎demo/app/package.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"android": {
3-
"v8Flags": "--expose_gc"
3+
"v8Flags": "--expose_gc",
4+
"requireModules": ["nativescript-push-notifications"]
45
},
56
"main": "app.js",
67
"name": "tns-template-hello-world-ts",

‎demo/app/vendor-platform.android.ts‎

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

‎demo/app/vendor-platform.ios.ts‎

Whitespace-only changes.

‎demo/app/vendor.ts‎

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

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL