coomar2841 / image-chooser-library

An Easy Image/Video Chooser Library for your Android Apps
646 stars 193 forks source link

Are file names universally unique? #129

Open mradlmaier opened 8 years ago

mradlmaier commented 8 years ago

Are file names universally unique?

Or is it possible that the image-chooser-library generates the same file names on different android devices?

coomar2841 commented 8 years ago

No, They can't be unique across all devices. It's just a timestamp.

mradlmaier commented 8 years ago

Is it possible to make them have unique file names, by using UUID instead of timestamps? This would make Synchronisation of files across devices easier.

Kumar Bibek notifications@github.com schrieb am Sa., 14. Nov. 2015 um 19:01:

No, They can't be unique across all devices. It's just a timestamp.

— Reply to this email directly or view it on GitHub https://github.com/coomar2841/image-chooser-library/issues/129#issuecomment-156728441 .

coomar2841 commented 8 years ago

Yes, sure. Will add this for the next version.

mradlmaier commented 8 years ago

Great!

Kumar Bibek notifications@github.com schrieb am Sa., 14. Nov. 2015 um 19:09:

Yes, sure. Will add this for the next version.

— Reply to this email directly or view it on GitHub https://github.com/coomar2841/image-chooser-library/issues/129#issuecomment-156729708 .