Grzegorz Orczykowski
Grzegorz Orczykowski
> We should investigate whether Collect actually needs the Camera permission for the (non-selfie) Image and Video widgets. We can't remove that permission from our app. This is very confusing...
I've investigated this issue and it looks like it can be easily fixed so let's do that.
I think we haven't done everything yet to fix different kinds of problems with the null form controller but yes those crashes are not that common now so we can...
> additionally the user should see a dialog explain that they need to grant "precise" location if they select "approximate" to make it clearer what the problem is Can we...
@chanmratekoko thanks I used: ``` MyanmarDate myanmarDate = MyanmarDate myanmarDate = getCurrentBurmeseDate() WesternDateConverter.convert(MyanmarDateKernel.m2j(myanmarDate), CalendarType.GREGORIAN) ``` and looks as if it's ok but I want to construct the MyanmarDate object using...
@chanmratekoko do you mean this constructor https://github.com/chanmratekoko/mmcalendar/blob/master/src/main/java/mmcalendar/MyanmarDate.java#L109? I don't really get it could you provide an example let's say my Myanmar date is 1380 Tawthalin waning 12. How can I...
@chanmratekoko thanks for you help but I'm a little bit confused... My use case is: 1. Convert Gregorian date to Myanmar (which is easy) 2. Build a custom calendar like...
@chanmratekoko any chance to solve my problem?
@chanmratekoko Thanks a lot! Could you prepare a new release (I use gradle dependency)?
@chanmratekoko Thanks, but there is one problem: my build fails every time I use `v1.0.5.RELEASE`, everything is fine with `v1.0.4.RELEASE`... Did you change anything else what might cause the problem?