Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit e9776bc4 authored by Akhil's avatar Akhil
Browse files

Memories 5.4.1

parent a6abeecc
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ ARG DASHBOARD_JOB_ID="651040"
ARG SNAPPY_VERSION="2.28.1"
ARG SNAPPY_THEME_VERSION="2.0.8"
ARG USER_MIGRATION_JOB_ID="608716"
ARG MEMORIES_VERSION="5.1.0"
ARG MEMORIES_VERSION="5.4.1"

RUN sed -i 's/25,0,8,2/25,0,8,22/' ${BASE_DIR}/version.php
COPY custom_entrypoint.sh /
@@ -238,8 +238,11 @@ RUN sed -i 's/"data-id":e.notificationId,/"data-id":e.notificationId,"data-objec
#Hide Archive/Unarchive feature in memories app
RUN sed -i 's/{name:(0,be.Iu)("memories","Archive"),icon:la,callback:this.archiveSelection.bind(this),if:()=>!this.routeIsArchive()&&!this.routeIsAlbum()},{name:(0,be.Iu)("memories","Unarchive"),icon:ua,callback:this.archiveSelection.bind(this),if:()=>this.routeIsArchive()},//g' ${BASE_DIR}/custom_apps/memories/js/memories-main.js
RUN sed -i 's/{name:"archive",icon:la,title:(0,be.Iu)("memories","Archive")},//g' ${BASE_DIR}/custom_apps/memories/js/memories-main.js

# Rename Memories to Gallery
RUN sed -i 's/<name>Memories<\/name>/<name>Gallery<\/name>/g' ${BASE_DIR}/custom_apps/memories/appinfo/info.xml
RUN cd ${BASE_DIR}/custom_apps/memories/js && sed -i 's/Memories has been/Gallery has been/g' memories-main.js && sed -i 's/Memories has been/Gallery has been/g' memories-main-bk.js && sed -i 's/Memories has been/Gallery has been/g' memories-admin.js
RUN cd ${BASE_DIR}/custom_apps/memories/js && sed -i 's/Memories Settings/Gallery Settings/g' memories-main.js && sed -i 's/Memories Settings/Gallery Settings/g' memories-main-bk.js

# autocomplete leak tweak apps frontend with sed, disable group suggestion