ummalqura-calendar icon indicating copy to clipboard operation
ummalqura-calendar copied to clipboard

Implementation of java.util.Calendar for the Umm Al-Qura calendar system.

Results 9 ummalqura-calendar issues
Sort by recently updated
recently updated
newest added

**This issue with Date Format issue with Orio 8.0 And on above version working fine.** UmmalquraCalendar calendar = new UmmalquraCalendar(); calendar.set(Calendar.YEAR, 1442); calendar.set(Calendar.DAY_OF_MONTH, 16); calendar.set(Calendar.MONTH, UmmalquraCalendar.THUL_HIJJAH); SimpleDateFormat dateFormat = new...

![Screenshot_20211017_205147](https://user-images.githubusercontent.com/64359132/137632798-6be59259-2780-422d-b2e9-9cc5d815fc12.jpg) When i build app using d8 & aab, install succesfully but when i run it's showing this picture.. But when i build using dx & apk, it's ok. No...

Simply trying to add/set a month or a year to the calender object when DAY_OF_MONTH is 30. It'll throw `DateTimeException: Invalid Hijrah day of month: 30` because it has 29...

Class [UmmalquraDateFormatSymbols](https://github.com/msarhan/ummalqura-calendar/blob/master/src/main/java/com/github/msarhan/ummalqura/calendar/UmmalquraDateFormatSymbols.java) should be public, so we can reach `UmmalquraDateFormatSymbols().shortMonths` to get months names. It's available for Gregorian by `DateFormatSymbols().shortMonths`.

Salam guys, Im getting this error when I install my app from the Play Store `Caused by java.util.MissingResourceException: Can't find bundle for base name com.github.msarhan.ummalqura.calendar.text.UmmalquraFormatData, locale en at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1558) at...

I am facing issue that hijrah date is invalid.. This error is exist in both version 2.0.1 and 2.0.2. Any help.? @msarhan @alhazmy13 Error Screen shot is attached.

There's a discrepency between the actual number of days in the year and the library Reference: https://hijricalendars.com/hijri/1414

Why doesn't work android 6 ?