Review of "Iranian Persian Calendar" version 40

Details Page Preview

تقویم هجری شمسی،قمری و میلادی در میز‌کار گنوم لینوکس قابلیت نمایش اوقات شرعی و پخش اذان درج تعطیلی‌ها و مناسبت‌های رسمی تقویم زبان کاملاً فارسی تاریخ قمری هلالی ایران سازگار با اکثر نسخه‌های گنوم در حال توسعه... Shows Persian + Islamic + Gregorian date in the panel of gnome. It shows: 1- Persian calendar 2- It can show, today is holiday or not! 3- Show notification onDayChanged! 4- Date converter between Persian, Gregorian and Lunar Hijri(Islamic) 5- Show calendar Events. 6- Show PrayTimes and play sound (Azan). Please "rate" here and "star" project in GitHub. Please open an issue in GitHub if you found something or have an idea! گزارش مشکلات: https://github.com/SCR-IR/gnome-shamsi-calendar/issues

Extension Homepage
https://github.com/scr-ir/gnome-shamsi-calendar

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Previous Reviews on this Version

jdf.scr.ir posted a review
i need a class with the following methods to work in both files "extension.js" and "prefs.js" . please introduce relevant documents or a sample of ready examples . class SoundPlayer { setUri(uri) {// set or change sound file uri/path } isPlaying() { } play() { } pause() { } setVolume(value) { } }
JustPerfection rejected
No diff compared to version 38 (which has been rejected before). And answered your question here: https://extensions.gnome.org/review/47896
JustPerfection posted a review
btw, as mentioned in other reviews you cannot create an instance of object in the global scope (for example, line 73 `sound.js`). Line 32 and 73 are the main issues on that file for not getting approved.