aliab / Persian-Date-Picker-Dialog

Persian Date Picker Dialog for Android
297 stars 68 forks source link

"مشکل در "برو به امروز #21

Closed hessam71d closed 4 years ago

hessam71d commented 6 years ago

تو 31 مرداد، وقتی میزدم "برو به امروز" میرفت رو 29 مرداد الان که 1 شهریور هستیم، اون دکمه رو میزنم درست عمل میکنه فکر کنم 30 و 31 رو درست عمل نمیکنه

majidghafouri commented 5 years ago

توی 30 شهریور هستیم و هنوز مشکل حل نشده. دکمه امروز 30 و 31 هر ماهی رو میندازه روی 29 همون ماه. لطفاً بررسی کنید.

hessam71d commented 5 years ago

سلام دوست عزیز خیلی ممنون از اینکه اطلاع دادید.

On Sat, Sep 22, 2018, 12:08 Majid Ghafouri notifications@github.com wrote:

توی 30 شهریور هستیم و هنوز مشکل حل نشده. دکمه امروز 30 و 31 هر ماهی رو میندازه روی 29 همون ماه. لطفاً بررسی کنید.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/aliab/Persian-Date-Picker-Dialog/issues/21#issuecomment-423727812, or mute the thread https://github.com/notifications/unsubscribe-auth/ATjZ-mUykf1BRFQ3TcPDAOhlsMvZQlCaks5udfcdgaJpZM4WI79M .

AlirezaNoorali commented 5 years ago

سلام. دوستان لطفا اگر باگی رو برطرف میکنید بنویسید که بدونیم استفاده کنیم یا خیر. چون در اپ من تاریخ اهمیت خیلی زیادی داره و خطا میتونه ضرر مالی زیادی وارد کنه.

mjalijani commented 5 years ago

سلام این مشکل هنوز وجود داره برای من امروز 30 خرداد ولی وقتی میزنم امروز میره 29 خرداد

adelhoss commented 5 years ago

با سلام بزرگواران من هم همین مشکل رو دارم و کاربران اپ ما متاسفانه با برو به امروز اطلاعات زیادی ثبت کردند و گفتند که ما متوجه نشدیم که برو به امروز اشتباه کار می کنه لطفا راه حلی ارائه بدین تا ارائه ی نسخه ی جدید ممنونم اگر دوستان راه حل فعلی خودشون رو ارائه بدن ممنون

aliab commented 4 years ago

ممنونم از گزارشتون. تو نسخه ۱.۵.۰ این مشکل حل شد

mjalijani commented 4 years ago

سلام دوباره من وقتی نسخه 1.5.0 یا نسخه ی 1.5.1 رو وقتی اضافه میکنم موقع sync شدن این خطا رو میده

ERROR: Manifest merger failed : Attribute application@appComponentFactory value=(android.support.v4.app.CoreComponentFactory) from [com.android.support:support-compat:28.0.0] AndroidManifest.xml:22:18-91 is also present at [androidx.core:core:1.1.0] AndroidManifest.xml:24:18-86 value=(androidx.core.app.CoreComponentFactory). Suggestion: add 'tools:replace="android:appComponentFactory"' to element at AndroidManifest.xml:25:5-185:19 to override.

My Gradle:

android { compileSdkVersion 28 defaultConfig { minSdkVersion 17 targetSdkVersion 28 multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" lintOptions { checkReleaseBuilds false // Or, if you prefer, you can continue to check for errors in release builds, // but continue the build even when errors are found: abortOnError false } } }

dependencies { classpath "io.chabok.plugin:chabok-services:1.0.0" classpath 'com.android.tools.build:gradle:3.5.3' classpath 'com.google.gms:google-services:4.3.3' classpath 'io.fabric.tools:gradle:1.31.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }

implementation 'com.github.aliab:Persian-Date-Picker-Dialog:1.5.1' implementation 'net.cachapa.expandablelayout:expandablelayout:2.9.2' implementation 'com.google.firebase:firebase-messaging:17.1.0' implementation 'com.google.android.gms:play-services-auth:16.0.0' implementation 'com.google.firebase:firebase-analytics:16.0.1' implementation 'com.google.firebase:firebase-core:16.0.1' implementation 'com.google.android.gms:play-services-gcm:15.0.1' implementation 'com.android.installreferrer:installreferrer:1.0'

این رو هم به منیفست اضافه کردم اما مشکلی حل نکرد

'tools:replace="android:appComponentFactory"