Code Monkey home page Code Monkey logo

android-calendar-view's People

Watchers

 avatar

android-calendar-view's Issues

.apk in download section

Hi there,
please add an .apk file to the download section, so user can test your 
application without downloading source

Best Regards,
Thomas

Original issue reported on code.google.com by [email protected] on 3 Nov 2011 at 10:01

Error while using

What steps will reproduce the problem?
1.
2.
3.

These are the errprs I have been getting when I use :
Uri day = 
Uri.parse("content://exina.android.calendar/viewyear=2011&month=3&day=18");

startActivity(new 
Intent(Intent.ACTION_VIEW).setDataAndType(day,CalendarActivity.MIME_TYPE));

i.Syntax error, insert "}" to complete ClassBody
ii. Multiple markers at this line
    - Return type for the method is missing
    - Syntax error, insert ")" to complete SingleMemberAnnotation
    - Syntax error, insert "Identifier (" to complete 
     ConstructorHeaderName
    - Syntax error, insert ")" to complete ConstructorDeclaration
    - Syntax error on token "startActivity", @ expected before this 
     token
    - Syntax error, insert ";" to complete ConstructorDeclaration

Original issue reported on code.google.com by [email protected] on 3 Mar 2012 at 1:35

Problem with GetToday

What steps will reproduce the problem?
1. Instantiate new CalendarView
2. Day number is early in the month (enough so that it also appears in the grey 
boxes at the end of the view)

What is the expected output? What do you see instead?

Expected output is that the correct date is circled.  What happens is the grey 
box for the day number in the next month is circled.

What version of the product are you using? On what operating system?

Windows 7 x64, Android, build target 1.5

Please provide any additional information below.

This is fixed by adding the condition && tmp[week][day].thisMonth to line 135 
in CalendarView.java.

It should look like:

// get today
if(tmp[week][day].day == thisDay &&
   tmp[week][day].thisMonth)
{
    mToday = mCells[week][day];
    mDecoration.setBounds(mToday.getBound());
}


Original issue reported on code.google.com by [email protected] on 1 Aug 2011 at 3:23

Rendering breaks with wide screen width

What steps will reproduce the problem?
1. run application with wide view(setting emulator to 960x540 reproduces)
2. open demo application
3. go to calendar view

What is the expected output? What do you see instead?
Expected:
calendar renders correctly

Actual:
calendar text renders left-aligned, but calendar background renders centered

What version of the product are you using? On what operating system?
0.2.0 download, tested on android 2.3 emulator and 2.2.1 droid charge.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 8 Jun 2011 at 4:16

gray color first day also taking to previous month.

What steps will reproduce the problem?
1. if I select first date of disable month(next month) it send me to the 
previous month.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
I am using 4.2


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 2 Feb 2012 at 6:51

Auto-fit problem

What steps will reproduce the problem?
1. Set target device to be Android 1.5 or Android 2.2 on the emulator
2. Run the project on eclipse


What is the expected output? What do you see instead?
I expected to see the contents of the calendar auto-fitting to the screen. But 
It doesn't as attached.

What version of the product are you using? On what operating system?
version 4.2

Please provide any additional information below.
I have tried these two versions only. I want my application to be adapted by 
all versions of Android. Is there some way you provided or do I have to do it 
on my own?

Thanks.


Original issue reported on code.google.com by [email protected] on 9 Nov 2011 at 1:51

Hi, a bug


 not judge which month is current day, maybe it's next or previous month


Original issue reported on code.google.com by [email protected] on 23 Nov 2011 at 9:29

Disable gray color dates

What steps will reproduce the problem?
1. Hi, I want to disable rest of the dates other then current month.
2.
3.

What is the expected output? What do you see instead?
when I go to the next month the it should be enable.

What version of the product are you using? On what operating system?
4.2 version

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 2 Feb 2012 at 6:56

First day of week error

Change 

mHelper = new MonthDisplayHelper(mRightNow.get(Calendar.YEAR), 
mRightNow.get(Calendar.MONTH)); 

to

mHelper = new MonthDisplayHelper(mRightNow.get(Calendar.YEAR), 
mRightNow.get(Calendar.MONTH), mRightNow.getFirstDayOfWeek());

Original issue reported on code.google.com by [email protected] on 3 Oct 2011 at 11:43

Hability to add decoration to some days

Maybe this is not an issue at all and I simply don't know how to do it 
correctly.

But I think it can be interesting to have a function to setting other color (or 
posibly other background) to certain days (to allow user know that day has 
something inside for example).

I've tried to modifying mCell array with some new Cells and calling invalidate, 
but it does not seem to have any effect.


Original issue reported on code.google.com by [email protected] on 29 Jan 2012 at 7:37

CalendarView Bug

What steps will reproduce the problem?
1. Look to the October Month in the picture i attached, some days are repetead 
2.
3.

What is the expected output? What do you see instead?
A month without repetead days, see the attach and you will understand.

What version of the product are you using? On what operating system?
I´m using Android SDK Rev. 20.0.1, in a project with Android API 15

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 26 Oct 2012 at 5:04

Attachments:

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.