Merge branch 'master' into 'master'
Fixed namespace and package; added exlibs I interprete "disable=wrong package id, jars" in the packagefile wrong package ==> i renamed namespace and package and the packagefile jars => unknown used libraries: i added used jars to the build/extlib directory with corresponding source.txt. note: the same extlibs are already used by org.dgtale.icsimport and org.sufficientlysecure.ical if you meant something else with "disable=wrong package id, jars" please let me know what i have to do to make it pass
This commit is contained in:
commit
fd0e1c3708
44
metadata/de.k3b.android.calendar.ics.adapter.txt
Normal file
44
metadata/de.k3b.android.calendar.ics.adapter.txt
Normal file
|
@ -0,0 +1,44 @@
|
|||
Categories:Office,System
|
||||
License:GPLv3
|
||||
Web Site:https://github.com/k3b/CalendarIcsAdapter/wiki
|
||||
Source Code:https://github.com/k3b/CalendarIcsAdapter
|
||||
Issue Tracker:https://github.com/k3b/CalendarIcsAdapter/issues
|
||||
|
||||
Auto Name:android.calendar.ics.adapter
|
||||
Summary:Import and export .ics calendar files
|
||||
Description:
|
||||
Helper that opens *.ics files or attachments of type text/calendar and
|
||||
displays the "Add to calendar" dialog pre-populated.
|
||||
|
||||
It also supports exporting calendars, either
|
||||
as a file or as an attachment.
|
||||
|
||||
This is a fork of [[org.dgtale.icsimport]] that
|
||||
adds the export functionality and tries to support Android versions prior to
|
||||
4.0.
|
||||
|
||||
'''Required Android Permissions:'''
|
||||
* READ_CALENDAR used to export events from calendar
|
||||
* WRITE_EXTERNAL_STORAGE used to store the created ics-file so that it can be attached to email or send via bluetooth.
|
||||
|
||||
'''Status:'''
|
||||
* Works with android 4.0 and up. Should work with most android 2.1 and up but it is not garanteed, since there was no standard calender api before android 4.0.
|
||||
* Works with [[com.fsck.k9|k9-mail]] to import and export calender-events via ics-file-attachments.
|
||||
* Works with "send to bluetooth"
|
||||
* Does not work with "receive bluetooth" because android blocks receiving "*.ics" files. As a workaround you can receive "*.ics_" files via bluetooth that can be imported.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/k3b/CalendarIcsAdapter.git
|
||||
|
||||
Build:1.5.1-140402,7
|
||||
disable=wrong package id, jars
|
||||
commit=v1.5.1
|
||||
|
||||
Build:1.5.2-140406,8
|
||||
commit=v1.5.2
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.5.2-140406
|
||||
Current Version Code:8
|
|
@ -1,33 +0,0 @@
|
|||
Categories:Office,System
|
||||
License:GPLv3
|
||||
Web Site:https://github.com/k3b/CalendarIcsAdapter/wiki
|
||||
Source Code:https://github.com/k3b/CalendarIcsAdapter
|
||||
Issue Tracker:https://github.com/k3b/CalendarIcsAdapter/issues
|
||||
|
||||
Auto Name:Add to calendar
|
||||
Summary:Import and export .ics calendar files
|
||||
Description:
|
||||
Helper that opens files of type text/calendar and displays the "Add to
|
||||
calendar" dialog pre-populated. It also supports exporting calendars, either
|
||||
as a file or as an attachment. This is a fork of [[org.dgtale.icsimport]] that
|
||||
adds the export functionality and tries to support Android versions prior to
|
||||
4.0.
|
||||
|
||||
'''Required Android Permissions:'''
|
||||
* READ_CALENDAR used to export events from calendar
|
||||
* WRITE_EXTERNAL_STORAGE used to store the created ics-file so that it can be attached to email or send via bluetooth.
|
||||
|
||||
'''Status:''' Works with android 4.0 and up. Should work with android 2.1 and up
|
||||
but it is not garanteed, since there was no standard calender api before android 4.0
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/k3b/CalendarIcsAdapter.git
|
||||
|
||||
Build:1.5.1-140402,7
|
||||
disable=wrong package id, jars
|
||||
commit=v1.5.1
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
|
Loading…
Reference in a new issue