Skip to content

Commit

Permalink
Update README to remove picasso from list of dependencies
Browse files Browse the repository at this point in the history
- picasso was removed in 29da0f7
- remove unused import and commented code

Signed-off-by: Arka Prava Basu <[email protected]>
  • Loading branch information
archie94 committed Aug 26, 2018
1 parent 917ff84 commit 98e1355
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ This project contains source code or library dependencies from the following pro
* libsignal-service-java from Open Whisper Systems: https://github.com/WhisperSystems/libsignal-service-java (GPLv3)
* signal-cli from AsamK: https://github.com/AsamK/signal-cli (GPLv3)
* Sugar ORM from chennaione: https://github.com/chennaione/sugar/ (MIT)
* Square's Picasso: https://github.com/square/picasso (Apache 2)
* JayDeep's AudioWife: https://github.com/jaydeepw/audio-wife (MIT)
* AppIntro: https://github.com/apl-devs/AppIntro (Apache 2)
* Guardian Project's NetCipher: https://guardianproject.info/code/netcipher/ (Apache 2)
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/org/havenapp/main/ui/EventTriggerAdapter.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

import org.havenapp.main.R;
import org.havenapp.main.model.EventTrigger;
import org.w3c.dom.Text;

import java.io.File;
import java.util.ArrayList;
Expand Down Expand Up @@ -117,7 +116,6 @@ public boolean onLongClick(View view) {
context,
AUTHORITY,
new File(eventTrigger.getPath()));
//Picasso.get().load(fileUri).into(holder.image);
holder.image.setImageURI(fileUri);

holder.image.setOnClickListener(view -> {
Expand Down

0 comments on commit 98e1355

Please sign in to comment.