About 农历生日
农历生日是用来同步农历生日到 Google 日历, 因为 Google 日历不能创建农历重复事件
此App本身不具有任何提醒功能, 重复年数限定在两位数(0-99)
另外代码开源 https://github.com/scola/birthday
同步农历生日到 Google 日历的其他方法可以参考这个帖子 http://www.zhihu.com/question/19601105
Version 1.9.3
1. backup app data to google account (使用google 账户备份应用数据)
Version 1.9.2
1. add lunar or solor info in event title
2. change default name summary
Version 1.9.1
1. use async to insert lunar birthday or delete birthday
2. minor bug fix
Version 1.9
1. use calendar provider to sync event to replace google calendar api
2. add weekday in list page
Version 1.8.1
1. fix crash issue on Android 5.0 and above
Version 1.8
1. add age (增加年龄)
2. sort by latest birthday (按最近的生日排序) Lunar birthday is used to synchronize the lunar calendar birthday to Google Calendar, Google Calendar can not be created because the Lunar repeating events
This App itself does not have any reminders, repeating a two-digit number of years defined in (0-99)
Also open source code https://github.com/scola/birthday
Other methods to synchronize the lunar calendar birthday Google can refer to this post http://www.zhihu.com/question/19601105
Version 1.9.3
1. backup app data to google account (using google account to back up application data)
Version 1.9.2
1. add lunar or solor info in event title
2. change default name summary
Version 1.9.1
1. use async to insert lunar birthday or delete birthday
2. minor bug fix
Version 1.9
1. use calendar provider to sync event to replace google calendar api
2. add weekday in list page
Version 1.8.1
1. fix crash issue on Android 5.0 and above
Version 1.8
1. add age (increasing age)
2. sort by latest birthday (sorted by the most recent birthday)
by Z####:
i'm very confused. this works perfectly, but the dates do not match the correct dates? ex: my mom was born on 6th day, 2nd month, in 1964 (lunar). her birthday is supposed to come up at march 3, 2017 but for whatever reason, the app creates an entry in my google calendar at april 29, 2017 for this particular date. any explanation as of why? UPDATE: I FIGURED IT OUT. you should probably change the format of the month from name into number, because it is confusing as it is. thanks anyway! great app