Skip to content

Commit

Permalink
Problem with building an app with the plugin for Android #22
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed May 5, 2017
1 parent d9a31a0 commit 0b1e8ad
Show file tree
Hide file tree
Showing 32 changed files with 22 additions and 456 deletions.
4 changes: 2 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.idea
.vscode
platforms/android/libraryproject
ios_permission_custom_reason.png
*.png
*.md
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [1.2.2](https://github.com/EddyVerbruggen/nativescript-calendar/tree/1.2.2) (2017-05-05)
[Full Changelog](https://github.com/EddyVerbruggen/nativescript-calendar/compare/1.2.1...1.2.2)

**Fixed bugs:**

- Problem with building an app with the plugin for Android [\#22](https://github.com/EddyVerbruggen/nativescript-calendar/issues/22)

## [1.2.1](https://github.com/EddyVerbruggen/nativescript-calendar/tree/1.2.1) (2017-02-11)
[Full Changelog](https://github.com/EddyVerbruggen/nativescript-calendar/compare/1.2.0...1.2.1)

Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# NativeScript Calendar Plugin

[![NPM version][npm-image]][npm-url]
[![Downloads][downloads-image]][npm-url]
[![Twitter Follow][twitter-image]][twitter-url]

[npm-image]:http://img.shields.io/npm/v/nativescript-calendar.svg
[npm-url]:https://npmjs.org/package/nativescript-calendar
[downloads-image]:http://img.shields.io/npm/dm/nativescript-calendar.svg
[twitter-image]:https://img.shields.io/twitter/follow/eddyverbruggen.svg?style=social&label=Follow%20me
[twitter-url]:https://twitter.com/eddyverbruggen

The Calendar plugin allows you to manipulate events in the user's native Calendar. You can find, create and delete events in either the default or a custom calendar.

If you're looking for an awesome in-app UI for the native calendar, then [check this out](http://docs.telerik.com/devtools/nativescript-ui/Controls/Calendar/calendar-overview).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-calendar",
"version": "1.2.1",
"version": "1.2.2",
"description": "Interact with the native calendar. Add, Update, Read, you name it.",
"main": "calendar",
"typings": "index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest package="org.nativescript.plugins.calendarpermissions"
xmlns:android="http://schemas.android.com/apk/res/android">
<?xml version="1.0" encoding="UTF-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<uses-permission android:name="android.permission.READ_CALENDAR"/>
<uses-permission android:name="android.permission.WRITE_CALENDAR"/>
Expand Down
14 changes: 0 additions & 14 deletions platforms/android/README.md

This file was deleted.

Binary file removed platforms/android/calendarpermissions-release.aar
Binary file not shown.
11 changes: 0 additions & 11 deletions platforms/android/include.gradle

This file was deleted.

8 changes: 0 additions & 8 deletions platforms/android/libraryproject/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion platforms/android/libraryproject/app/.gitignore

This file was deleted.

25 changes: 0 additions & 25 deletions platforms/android/libraryproject/app/build.gradle

This file was deleted.

17 changes: 0 additions & 17 deletions platforms/android/libraryproject/app/proguard-rules.pro

This file was deleted.

13 changes: 0 additions & 13 deletions platforms/android/libraryproject/app/src/main/AndroidManifest.xml

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

23 changes: 0 additions & 23 deletions platforms/android/libraryproject/build.gradle

This file was deleted.

This file was deleted.

24 changes: 0 additions & 24 deletions platforms/android/libraryproject/calendarpermissions/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

18 changes: 0 additions & 18 deletions platforms/android/libraryproject/gradle.properties

This file was deleted.

Binary file not shown.

This file was deleted.

Loading

0 comments on commit 0b1e8ad

Please sign in to comment.