Mishiranu / Dashchan

Imageboards client for Android
GNU General Public License v3.0
396 stars 50 forks source link

What program do you use to create extensions? #271

Closed kira2022 closed 3 years ago

kira2022 commented 3 years ago

I want change and adapt an extension that has already been created in a faster and more efficient way. For example, if I want to rename "chan.extension.name" for all java files, how do I do this? Another question: when I manage (with a lot of effort, because I edit all files manually) to change an extension and make it work, the list of boards does not appear, it returns "empty answer". How to solve?

Mishiranu commented 3 years ago

in a faster and more efficient way

Just get the source code and adapt it for your needs. All extensions are hosted here https://github.com/Mishiranu/Dashchan-Extensions.

What program

Personally I use Intellij IDEA, because I need debugger and other development stuff. If you don't need, you can just use terminal emulator and text editor.

the list of boards does not appear

It depends.

kira2022 commented 3 years ago

Personally I use Intellij IDEA, because I need debugger and other development stuff. If you don't need, you can just use terminal emulator and text editor.

Thank you, I will try this program. Please, one last question: what tool do you recommend for creating a drawable vector? I don't want to draw from the beginning, I just want to transform an image into a vector drawing. I need to change that in the extensions that I intend to adapt.

Mishiranu commented 3 years ago

I use Inkscape. It also has "trace bitmap" feature which allows to convert raster images to vector images, but it should be used carefully.

kira2022 commented 3 years ago

Eu uso o Inkscape. Ele também possui o recurso "trace bitmap" que permite converter imagens raster em imagens vetoriais, mas deve ser usado com cuidado.

Thanks!