luelista / friendica-for-android

Friendica Image Uploader for Android - ARCHIVED REPO
Other
21 stars 17 forks source link

Andfrnd Uploader Beta, URI and filename appears on uploaded images #29

Open jpfox opened 10 years ago

jpfox commented 10 years ago

Why this text is added on image post description ? It isn't very nice in timeline :-(

In mw-android-friendica-01/src/de/wikilab/android/friendica01/FriendicaImgUploadActivity.java t.setText("Andfrnd Uploader Beta\n\n[b]URI:[/b] " + fileToUpload.toString() + "\n[b]File name:[/b] " + fileSpec);

luelista commented 10 years ago

I put it there for debugging and forgot it, so I think it's no longer needed. I remove it in the next version.

jpfox commented 10 years ago

perfect !