-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add events #325
base: develop
Are you sure you want to change the base?
Add events #325
Conversation
jhoobergs
commented
May 19, 2016
- You can click on empty space to add new items.
- You can specify the precision of the click (1 hour, 15 minutes, ...)
- You can specify the length of the new event
- You can specify the image shown in the new event
…ame date is clicked twice. (Similar to Google Calendar App).
…ame date is clicked twice. (Similar to Google Calendar App).
…ame date is clicked twice. (Similar to Google Calendar App).
…ame date is clicked twice. (Similar to Google Calendar App).
# Conflicts: # library/src/main/java/com/alamkanak/weekview/WeekView.java
@asolis90 Can you also look at this PR and maybe comment on this? |
Sure no problem 👍 |
@@ -436,8 +508,13 @@ private void init() { | |||
mEventTextPaint.setColor(mEventTextColor); | |||
mEventTextPaint.setTextSize(mEventTextSize); | |||
|
|||
|
|||
//mStartDate = (Calendar) mFirstVisibleDay.clone(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you remove the commented code?
its a long time ago @entropitor, @asolis90. I want to rebase this but are you going to merge it in the end? Or are there other things you have to focus on? |
@gvlekke The fork (https://github.com/Quivr/Android-Week-View) contains a lot of extra features and is also published to maven central. It seems that @entropitor doesn't have rights anymore to merge and the response on this repo is quite slow. |
@DaryaSagi yeah thx I already switched to that. |
@DaryaSagi pardon my French but holy ****! Thank you soooo much! I've been working on this calendar for weeks, refusing to give up. Your fork just gave me the last bit I needed in regards to setting the correct time and date! Thank you and the other contributors for your hard work! |