Free-Software-for-Android / Standalone-Calendar

Android calendar application
Other
60 stars 32 forks source link

Rename suggestions provider and enable it again #3

Open dschuermann opened 10 years ago

dschuermann commented 10 years ago

see AndroidManifest.

it should not share the same namespace as "com.android.calendar" to prevent conflicting with already installed calendars

dalb8 commented 10 years ago

I just installed this on a Gapps device and this was the obvious thing I saw (that the Google Calendar was already filled). Comparing with the Google Calendar pre-installed it was hard to tell the difference. The About section is blank and the icon is different. I was reading a lot of commentary last week about the death of AOSP at the hands of Google Play Services; it doesn't seem to be evident here!

dschuermann commented 10 years ago

Right. I started standalone calendar just beacause I read those articles that the AOSP calendar will not be developed any more. I was also suprised, but it looks like those things are missing (but I haven't investigated further, I am not using Google's services normally):

dalb8 commented 10 years ago
dschuermann commented 10 years ago

Thanks for testing the second point. Then there is really not that much difference between Standalone Calendar and Google Calendar app. I think notification sync is also not really part of the calendar than part of the sync service.

dschuermann commented 10 years ago

Looks like the reddit guy published the code at https://github.com/bvermeule/Launcher3

Unfortunately I don't have time to look into the launcher in more detail, it's not on my personal priority list ;)

dalb8 commented 10 years ago

Yeah, I saw that later (of course). All the other forks (including Cyanogenmod) do nothing more but remap the settings button so far, but it's interesting all the same how they try to bring it under the SDK

dalb8 commented 10 years ago

Sorry if off-topic, but I've been looking at AOSP and see that one app, Pinyin IME, could be easy to build with the SDK. If anybody could provide a pointer that would be appreciated.