More rebranding
This commit is contained in:
parent
220f76bb27
commit
182092a87f
1 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue