Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some bugs #13

Open
AndroidDeveloperLB opened this issue Oct 24, 2017 · 0 comments
Open

Some bugs #13

AndroidDeveloperLB opened this issue Oct 24, 2017 · 0 comments

Comments

@AndroidDeveloperLB
Copy link

  1. Choose "all day" sometimes set it to be 2 days. From the current one to the next.
  2. Choosing a customized date for a new event turns off the "all day" toggle.
  3. Pressing "today" multiple times does multiple scrolling without a reason.
  4. when fast scrolling , it always gets to the end (or start), and then loads extra pages.
  5. weather forecast doesn't work at all.
  6. Pressing back when the month-view area is opened - doesn't close it. It exits the app instead.
  7. App crashed when scrolling around in the months-view. log:

10-24 10:08:25.203 7536-7536/io.github.hidroh.calendar E/AndroidRuntime: FATAL EXCEPTION: main
Process: io.github.hidroh.calendar, PID: 7536
java.lang.ArrayIndexOutOfBoundsException: length=5; index=-1
at java.util.ArrayList.get(ArrayList.java:310)
at io.github.hidroh.calendar.widget.MonthViewPagerAdapter.bindSelectedDay(MonthViewPagerAdapter.java:225)
at io.github.hidroh.calendar.widget.MonthViewPagerAdapter.setSelectedDay(MonthViewPagerAdapter.java:110)
at io.github.hidroh.calendar.widget.EventCalendarView.setSelectedDay(EventCalendarView.java:115)
at io.github.hidroh.calendar.MainActivity$Coordinator.sync(MainActivity.java:535)
at io.github.hidroh.calendar.MainActivity$Coordinator.access$800(MainActivity.java:462)
at io.github.hidroh.calendar.MainActivity$Coordinator$2.onSelectedDayChange(MainActivity.java:476)
at io.github.hidroh.calendar.widget.AgendaView.notifyDateChange(AgendaView.java:217)
at io.github.hidroh.calendar.widget.AgendaView.onScrolled(AgendaView.java:86)
at android.support.v7.widget.RecyclerView.dispatchOnScrolled(RecyclerView.java:3945)
at android.support.v7.widget.RecyclerView$ViewFlinger.run(RecyclerView.java:4113)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:858)
at android.view.Choreographer.doCallbacks(Choreographer.java:670)
at android.view.Choreographer.doFrame(Choreographer.java:603)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:844)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:152)
at android.app.ActivityThread.main(ActivityThread.java:5497)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)

  1. As opposed to Google's calendar , touching outside of the month-view doesn't close it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant