-
```
From an internal dogfooder
Choose which calendars to show, not only visible calendars.
```
Original issue reported on code.google.com by `roman.nurik` on 12 Feb 2013 at 7:20
-
```
From an internal dogfooder
Choose which calendars to show, not only visible calendars.
```
Original issue reported on code.google.com by `roman.nurik` on 12 Feb 2013 at 7:20
-
java.lang.IllegalStateException: Unable to create directory: /mnt/sdcard/eskimo_apps/gutendroid/epub_no_images
at android.app.DownloadManager$Request.setDestinationInExternalPublicDir(DownloadManager.…
-
@thomasdao Thank you for your very nice lib.
I'm using it to display a calendar which has many events for one date. Like this:
![image](https://f.cloud.github.com/assets/1925993/2371923/30cce9e6-a831-…
-
I used this this library in one of my project and although it worked smoothly on Android 4.4, Android 5.0 seems to have some problems dealing with the animation. The "frame rate" is so low you can bar…
-
Alter StoriesFragment to display a listView, pulling data from the server.
http://www.vogella.com/tutorials/AndroidListView/article.html
-
Some separation between the listed recordings is necessary. Headers/Groupings for each day might be good.
-
Need to come up with a good way to allow a horizontal scroll for parents/children in the ExpandableListView for the workout view. Tried this with HorizontalScrollView, but lost the ability to long cl…
-
The following was sent by Kevin Moran at the College of William & Mary.
``` Java
protected Dialog onCreateDialog(final int n) {
switch (n) {
default: {
return …
-
I don't know how feasible would this be, but it would be nice to be able to have sticky headers on an ExpandableListView. I have a couple of those and it looks strange that they are the only ones whe…