More rebranding

This commit is contained in:
Paride Legovini 2017-01-16 19:34:24 +01:00
parent 220f76bb27
commit 182092a87f

View file

@ -1,6 +1,7 @@
#!/bin/bash
sed -i 's/co\.copperhead\.noise/im\.cable/' build.gradle
sed -i 's/co\.copperhead\.noise/im\.cable\.cableim/' build.gradle
sed -i 's/Noise/Cable/' res/layout/reminder_header.xml
find res -iname '*.xml' -exec sed -i '
@ -15,3 +16,10 @@ s/Noise:/Cable:/g;
s/Noise$/Cable/g' {} +
sed -i 's|https://textsecure-service\.whispersystems\.org|https://139\.162\.192\.233:8080|' build.gradle
# Needed to install Cable in parallel with Signal or Noise:
sed -i 's/org\.thoughtcrime\.provider\.securesms/org\.thoughtcrime\.provider\.cable_securesms/' \
AndroidManifest.xml \
src/org/thoughtcrime/securesms/providers/PartProvider.java \
src/org/thoughtcrime/securesms/providers/MmsBodyProvider.java