jujojujo2003 / AnDCpp

An Android DC++ client based on libjdcpp
5 stars 6 forks source link

Allow changing default directory - and other settings. #25

Open phinfinity opened 10 years ago

phinfinity commented 10 years ago

We need to allow the user to change the default directory, as well as other settings like share size etc. Default Directory and Share Size as a first priority

amoghbl1 commented 10 years ago

I've implemented the change downloads directory part (pull req is on it's way), but don't know about the share size part, could you point me to where what needs to be changed?

phinfinity commented 10 years ago

awesome! Share sizes are currently being set at : https://github.com/jujojujo2003/AnDCpp/blob/master/src/com/phinmadvader/andcpp/DCPPService.java#L482

phinfinity commented 10 years ago

directory changes have been addressed in 6e1e12fb467b04 , leaving this issue open to address shared size customization.