- 29 Oct, 2022 1 commit
-
-
It's not possible to replace the DRing namespace for jami because of conflicts with namespaces and classes defined under the jami namespace. Thus, use libjami as the namespace. Script to reproduce: rg -l DRing | sort | uniq | awk '$0 !~ /NEWS/' | xargs sed -i -e 's|DRing|libjami|g' rg -l DRING_ | sort | uniq | xargs sed -i -e 's|DRING_|LIBJAMI_|g' sed -i -e 's|dring|jami|g' src/jami/CMakeLists.txt sed -i -e 's|dring|jami|g' src/jami/def.h Change-Id: I80e8c8b58a7586527a016bbef850bab07869c473
-
- 08 Sep, 2022 2 commits
-
-
Adrien Béraud authored
Causes issues with yaml-cpp. Reverting temporarily until we fix the issue. Change-Id: I2df0823554ad87880bc965bdff4f4707a6129789
-
Change-Id: Iceae2a19ce3febce62f7916af8b4242e06a7e1d4
-
- 25 Apr, 2022 1 commit
-
-
bump Plugin api version bump Jami version GitLab: #631 Change-Id: I8b8a9bbb05b3dd461bfafc02940441fda92b25c4
-
- 05 Jan, 2022 1 commit
-
-
Sébastien Blin authored
Change-Id: I795e3f2f69c07349bf84c87dbcafb502dc8490f8
-
- 15 Jul, 2021 1 commit
-
-
Automated using the following commands: $ mv src/{dring,jami} $ git grep -l src/dring | xargs sed -i 's,src/dring,src/jami,g' $ git grep -l '#include "dring/' | \ xargs sed -i 's,#include "dring/,#include "jami/,g' $ git grep -l 'dring.h' | xargs sed -i 's,dring.h,jami.h,g' And finally, $ git grep -l 'dring' | xargs sed -i 's,dring,jami,g' $ files=$(find -name '*dring*' | sort) $ for f in $files; do mkdir -p "$(dirname "$f")"; \ mv "$f" "$(echo $f | sed 's/dring/jami/g')"; done To resolve a bad renaming favorably: $ git grep -l -i AlsaCarjami | \ xargs sed -i -E 's/([Aa])lsaCarjami/\1lsaCardRingtone/g' The above renaming command is not perfect, so some hand-tuning was required to complete it. * src/manager.cpp (Manager::ManagerPimpl::retrieveConfigPath): Preserve the dring.yml configuration file name, until we add something to migrate (rename) it to jami.yml. * man/dring.pod: Delete. * bin/dbus/jamid.pod: Move to ... * man/jamid.pod: here. * bin/dbus/meson.build (jamid_targets): Normalize man section to the pre-existing 1 and adjust accordingly. * src/jami/def.h (dring_EXPORTS): Rename to ... (jami_EXPORTS): ... this. change-Id: I9828be6da9c711ab2f22c4d1b9539fea89d7b6fb
-
- 19 May, 2021 1 commit
-
-
Adrien Béraud authored
Change-Id: Ie4a5d67ded80c4f8b138cbac30c4694e7ba99a23
-
- 04 May, 2021 1 commit
-
-
Aline Gondim Santos authored
GitLab: #525 Change-Id: I7de174626bbb97c40ac58ceea9d99d9fe8b95bd9
-
- 08 Apr, 2021 1 commit
-
-
GitLab: #508 Change-Id: I77585afd484fa2c8deb5f548b96a0e954f316e32
-
- 31 Mar, 2021 1 commit
-
-
GitLab: #490 Change-Id: Ibf7adde8afaef36c421358d13aaff2551e3ca81b
-
- 11 Mar, 2021 1 commit
-
-
GitLab: #422 Change-Id: Id94eb245d9675d305a0d05da76e62bcd245525ec
-
- 26 Feb, 2021 1 commit
-
-
Reload plugins libraries after setting or resetting preferences. Previously unloading and reloading should be done by client. GitLab: #418 Change-Id: Ib6938cfe63c2d6a6336adee4994da6a54be7ecd8
-
- 18 Feb, 2021 1 commit
- 01 Feb, 2021 2 commits
-
-
Aline Gondim Santos authored
GitLab: jami-plugins#10 Change-Id: Ib18829baec30ec949512c2ce215470771ca0ed70
-
- add internal preference for always turn on plugin GitLab: jami-plugins#4 GitLab: #394 Change-Id: Ic37fb486531cf436df4346246ec74f6480e4c0fd
-
- 25 Jan, 2021 1 commit
-
-
Change-Id: Ib53fa87efdbbbc6b7561e3b37f27d7a8d51af163
-
- 19 Oct, 2020 1 commit
-
-
Change-Id: Iebb5804098699ca206a506cf8e1362faf1ef1aff
-
- 15 Sep, 2020 1 commit
-
-
Change-Id: I5573606fae39567caf9026e9b1253b33588ab292
-
- 01 Sep, 2020 1 commit
-
-
Adrien Béraud authored
This reverts commit 7f215008. Reason for revert: API design issue Change-Id: I89b4bd9f59b95637acb7fd2199a4ccc43b1bda64
-
- 31 Aug, 2020 3 commits
-
-
Change-Id: I61c074464e21344b2d7a1d64023f23bd96139c3b
-
Change-Id: I4620a3a2704ea9bca661f00e0f7e6da55f2cb909
-
Change-Id: I865275b95641aef48a694a375191862ad489ab94
-
- 28 Aug, 2020 1 commit
-
-
With v4l2, the serialized device attribute currently named "id" corresponds to the member "input" of the DeviceParams structure which is used as a path. Ideally, the attribute should be called "uid" in DeviceParams, serialized accordingly, and "input" should hold the path or string required to open the device. On linux, the "uid" should be something like: VID+PID+serial. Considering the current broken state of device settings in the config, migration on linux should be done by simply wiping the existing entries. Change-Id: I539330d33fdc8fc9c395469b330b9ce96f963958
-
- 25 Aug, 2020 1 commit
-
-
This patch fits the plugin's code to windows Change-Id: I3ef6f581af45cde7ca872d2d91a5a42803d6dcac
-
- 11 Aug, 2020 2 commits
-
-
Sébastien Blin authored
Change-Id: I2dd97518218a5a777ddde2ce8d23e2d5dde4dcf0
-
Change-Id: I193328586ea401c16d64393eb0dfb2ebb0d80e9d
-
- 03 Aug, 2020 1 commit
-
-
Adrien Béraud authored
Change-Id: I57ea8db1cf5b2c28e000bc66db41c0b8224f9b7b
-
- 14 Jul, 2020 1 commit
-
-
Aline Gondim Santos authored
Change-Id: I0d41bd1a8e55371748d36a1b5c3654ec03f6fd5b
-
- 07 Jul, 2020 1 commit
-
-
Change-Id: I0919a3a78f4066122773a2ee9ab85d8e406e7e8f
-
- 05 Jun, 2020 3 commits
-
-
fix preferences set in first plugin loading small logic changes in libraries loading related to: https://review.jami.net/c/ring-project/+/14433 Change-Id: I4730f279ee38d337e3ef94dd9562a5dfc1a63c32
-
jpl uncompress regex modification Change-Id: I54bf8f45c71777537e892189889b9814eed70a6a
-
Change-Id: I2946387c8f30151a9ce2b979e5d395600bfa7dae
-