hanggrian / socialview

Android TextView and EditText with hashtag, mention, and hyperlink support
http://hanggrian.com/socialview/
Apache License 2.0
323 stars 81 forks source link

Release new version with latest commits #83

Closed uzaysan closed 3 years ago

uzaysan commented 4 years ago

ı see you fixed some issues. But last version is 0.2 and this version doesnt contain latest commits. Please release a new version. I tried to add your library to my project as module. But gradle build is not successful

hanggrian commented 4 years ago

My apologies for slow release cycle, I was pre-occupied with other projects. I will be prioritizing version 0.3 and it should be shipped within 1-2 days.

uzaysan commented 4 years ago

Great. Thank you. I'll be waiting.

One problem i noticed, socialtextview has problem. When I long click mention or hashtag etc.. app crashes. Hope you also fix that

hanggrian commented 4 years ago

That thing about unsuccessful gradle build, is it related to the newer Android gradle build tools 4.0.0? Would you kindly post your build.gradle files?

I will look into the long click issue, I believe there are also quite a few threads about it.

uzaysan commented 4 years ago

I dont know much. But Android studio cannot resolve build gradle.

I downloaded your library. Extracted files into my project folder. In Gradle setting I included your library. Den in project level gradle ı compiled your library but No luck

hanggrian commented 4 years ago

First release candidate of version 0.3 has been out. Please test it and if there is still gradle error, please post the output here.

uzaysan commented 4 years ago

Hey. Thanks for update. I still get this error.

rsz_screenshot_from_2020-07-22_00-25-06

Better to add this library from gradle

Edit: This is how gradle looks like:

rsz_screenshot_from_2020-07-22_00-30-28

uzaysan commented 4 years ago

@hendraanggrian Hey I downloaded source code and tried to add library as module. But I see you released 0.3-rc1. And this version works.

nikolasamardzija commented 4 years ago

@hendraanggrian @uzaysan How did you managed to add dependencies and build successfully? image

EDIT: I managed to find solution it should be like this:


def socialview_version = "0.3-rc1"
implementation "com.hendraanggrian.appcompat:socialview:$socialview_version"
implementation "com.hendraanggrian.appcompat:socialview-commons:$socialview_version"```
fukemy commented 3 years ago

i cant not run gradle too, version 0.3-rc1 error can not found

hanggrian commented 3 years ago

Can you make sure that JCenter is added to your repository list?

fukemy commented 3 years ago

it work for

implementation "com.hendraanggrian.appcompat:socialview-commons:$socialview_version"

may be implementation "com.hendraanggrian.appcompat:socialview:$socialview_version" is removed, now im started to use your lib, thanks

hanggrian commented 3 years ago

The project has now moved to maven central, but at the moment only SNAPSHOT.

hashop9 commented 1 year ago

if it close mean its not works i neaded present version which is runing

implementation 'com.hendraanggrian.appcompat:socialview-core:' implementation 'com.hendraanggrian.appcompat:socialview-commons:' api 'com.theartofdev.edmodo:android-image-cropper:____'