GithubHelp home page GithubHelp logo

android-public-calendars-sdk's People

Contributors

achumakov avatar dmfs avatar rutgerg avatar wilfredstegeman avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

android-public-calendars-sdk's Issues

Jitpack build fails

FAILURE: Build failed with an exception.

* Where:
Build file '/home/jitpack/build/Demo/build.gradle' line: 1

* What went wrong:
A problem occurred evaluating project ':Demo'.
> Failed to apply plugin [id 'com.android.application']
   > Minimum supported Gradle version is 3.3. Current version is 3.1. If using the gradle wrapper, try editing the distributionUrl in /home/jitpack/build/gradle/wrapper/gradle-wrapper.properties to gradle-3.3-all.zip

I guess it would help to put the gradle/wrapper directory under version control.

Handle runtime permissions

Review and update any permission handling in the SDK and in the Demo app given that they both target Lollipop which requires runtime permission handling.

See this comment in particular:
#6 (comment)

"..requires the app to request permissions at runtime, otherwise calendar synchronization won't work.

Intro

In an earlier commit we added an intro. The design, wording and imagery of the intro need to be finalized.

Events Preview screen crashes

Apparently, the net.opacapp.multilinecollapsingtoolbar.CollapsingToolbarLayout library removed in #8 is actually used in a layout and now it causes runtime crash. (Not sure why build succeeds without it)
So it has to be put back and need to solve the related proguard issue.

Problems with Android 12

Hi!

I cannot compile and install the project. I already tried to add a few missing "export=true/false" attributes to the AndroidManifest.xml files but I still get this error:

org.dmfs.syncadapter.TriggerSyncActivity: Targeting S+ (version 31 and above) requires that an explicit value for android:exported be defined when intent filters are present'

The problem seems to be that the AndroidManifest.xml file in

org.dmfs:calendarcontent:1.9

needs to be updated to include an "export=true/false" line for the activity because the activity has an intent-filter. Unfortunately that library is only available as a compiled file, not as source. Can you please provide an updated version that fixes this problem?

Target SDK 31+

Must migrate to Target SDK 31 (at least). Otherwise, the SDK cannot be used.

Here's one error, but more may appear:

Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE 
be specified when creating a PendingIntent.
Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE 
if some functionality depends on the PendingIntent being mutable, 
e.g. if it needs to be used with inline replies or bubbles.

Event list load often hangs forever

The loading of the events for a calendar often hangs, showing the loading indicator forever without loading the list.


Not sure what this depends on, it happens more often when I navigate to the list quickly. Reinstalling the app usually helps.

remove GET_ACCOUNTS permission on SDK 23+

On Android 23+ the GET_ACCOUNTS permission should not be necessary anymore. Starting with Android 23 this permission is only required to read accounts of other apps. Own accounts can always be read.

Adopt event-discovery theme

The public calendar SDK still uses a mix of Holo and Material design elements. In order to have a modern look, as a user I want it to use the same theme as the event discovery SDK.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.