- 14 Dec, 2020 1 commit
-
-
Diego Mello authored
* Duplicated target and changed Bridging Header * Display name * Unnecessary dumb swift file removed * Buildable name * Reorder Info.plist * Rename Official target's bundle id * Ignore .mobileprovision * Fix provisioning of official app * Starting signing * stash fastfile * starting official ci iOS * Uncomment Fastfile keychain * Fix CI config * allowProvisioningUpdates * Changing AppIcon and Splash Screen * Remove unnecessary folder inside of Images.xcassets * Reorder notificationservice and shareextension plists * Fix signing * Manual signing style for official * Split official signing * Update project provisioning * Use ENV as profile * Output match * Keys * TestFlight refactor * Setting up android * android-official-play-build job * Start removing unnecessary fastlane tasks on Android * Trying to refactor Android jobs * android-env * Remove foss build for now * Fork ...
-
- 04 Dec, 2020 1 commit
-
-
Graham Smith authored
* improve white labelling for Android * Move application ID to gradle properties * Fix CI * Point foss sufix to main app * Use npx on android-whitelabel script Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
- 01 Dec, 2020 1 commit
-
-
Diego Mello authored
* Replace keyboard libs for react-native-ui-lib * Apply Jitsi branch * Require keyboard on bundle * Update ui-lib * chore: update deps Co-authored-by:
Djorkaeff Alexandre <djorkaeff.unb@gmail.com>
-
- 19 Nov, 2020 1 commit
-
-
Diego Mello authored
-
- 12 Nov, 2020 2 commits
-
-
Djorkaeff Alexandre authored
-
Marco Jakobs authored
* Fixes #2625 * Fixes #2614 * Apply resValue on defaultConfig and undo unnecessary changes Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
- 09 Nov, 2020 1 commit
-
-
Diego Mello authored
* [FIX] F-Droid build for store * Trying to make Override custom push notifications on play build only * Use play sourceSets * Change version code * Fix react-native-config-reader * [FIX] F-Droid build for store * Trying to make Override custom push notifications on play build only * Use play sourceSets * Change version code * Fix react-native-config-reader * Remove react-native-device-info Google dependencies / Use LIBRE_BUILD of react-native-jitsi-meet * Invalidate CI Cache * Set specific jitsi-meet-sdk * Specify 2.10.0-libre * jitsi-meet using an url based on play build * update react-native-jitsi-meet * react-native-device-info foss * undo some unnecessary changes * Fix notifications Co-authored-by:
Djorkaeff Alexandre <djorkaeff.unb@gmail.com>
-
- 30 Oct, 2020 2 commits
-
-
Djorkaeff Alexandre authored
* iOS native icons * Android native icons * Foss native icons * Experimental icon iOS * Experimental * Notification icon * Splash screen * Splash screen iOS * Blue notification text * Fix iOS Launch Screen Icon * Experimental and foss Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Diego Mello authored
* [IMPROVEMENT] Mentions layout without background * Fix RoomItem * Fix tests * Smaller messagebox * Messagebox colors tweak * Beginning header buttons refactor * Add HeaderButtons * item with title * Refactor * Remove lib * Refactor * Update snapshot * Send to channel on messagebox * Add tshow * Add showMessageInMainThread to login.user reducer * Filter threads on main channel based on user setting * Send tshow * Add tunread * Move unread colors logic away from UnreadBadge component so it can be used on other components * Export UnreadBadge on index * Add empty test * Refactor * Update tests * Lint * Thread unread user and group on RoomItem * Thread badge working * Started ThreadMessagesView.Item * Fix separator * Reactivity working * Lint * custom emojis aren't necessary * Basic filter layout * Filtering layout * Refactor * apply filter * DropdownItemHeader * default all * few fixes * No data found * Fixes list performance issues * Use locale on date formats * Fixed minor styles * Thread badge * Refactor getBadgeColor * Fix send to channel background color * starting search threads * Fix lint and tests * Bump to 4.12.0 just for testing :) * Search input layout * query * starting threads header * fix unnecessary tlm on tmid messages * Fix thread header * lint * Fix thread header on ShareView * Add e2e tests * Fix subscriptions sort * Update stories and minor fixes * Fix button sizes on Messagebox * Remove comment * Unnecessary conditional * Add showMessageInMainThread to user collection * Fix thread header * Fix thread messages not working on tablet * Reset Messagebox.tshow after sending a message * Allow to send to channel when replying to a thread from main channel * Unnecessary theme prop * Address comments * Remove re-render * Fix scroll indicator bug * Fix style * Minor i18n fix * Fix dropdown height * I18n ptbr * I18n
-
- 13 Oct, 2020 1 commit
-
-
Diego Mello authored
* [IMPROVEMENT] Add F-Droid modules as AdditionalModules * Fix missing import
-
- 24 Aug, 2020 1 commit
-
-
Govind Dixit authored
* create play and foss build * update package.json to generate each build * check1 * requested changes * initial commit * Update config.yml * minor changes * remove bugsnag from foss build * remove bugsnag tasks from foss job * fix stuck screen * fixes * update * fix lint * finalise
🚀 * requested changes * share app for fdroid * update * use negation for builds * requested change * update share app * fix issues due to latest sync * add extra line * fix lint * update * update * fix bugsnag issue * Update config.yml * Fix store url * Foss release instead of debug * Add hold for foss * Fix build * requested changes * update name and icons * update * fix * Revert "Bump version to 4.11.0 (#2392)" This reverts commit ea287980 . * finalise Co-authored-by:Djorkaeff Alexandre <djorkaeff.unb@gmail.com> Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
- 19 Aug, 2020 1 commit
-
-
Djorkaeff Alexandre authored
* install react-native-mmkv-storage * wip ios migration * change all js rn-user-defaults -> react-native-mmkv-storage * remove all rn-user-defaults native references (iOS) * android migration from rn-user-defaults to react-native-mmkv-storage * ios app group accessible mmkv * handle get errors * remove access of credentials from legacy native apps * remove data of user defaults * remove no longer necessary import * js mmkv encryption * run migration only once * reply from notification android * fix app group key access at native level ios * encrypt user credentials using a specific key * ios encrypt with random key * use a random key at the first encryption * encrypt migrated data on js land * remove unused function * reply notifications ios should be working * use fix instanceID * android ejson retrieve encrypted data * remove encryption migrated data for a while * encryption working between app and share extension * fix patch react-native-notifications * ssl pinning working using mmkv encrypted data * improve react-native-notifications * run encrypt migration data only once * fix build * fix patches magic string * fix mmkv id * mmkv -> userPreferences * fix instance id on android migration * cast our oldest sharedPreferences string into an object * revert log remove * create currentServer Rocket.Chat key * wrap mmkv api class * change the get logic * move userPreferences to lib * move encrypt migrated data to userPreferences class * check if the new object is new before insert * invalidate ci yarn cache * fix sort migration from android shared preferences * fix splashscreen forever * invalidate yarn cache * invalidate yarn cache * fix patch * Minor change * fix android notifications looking for wrong mmkv instance * Fix some issues on iOS mmkv native access * Remove unnecessary code * Fix notification reply and ssl pinning * WIP NotificationService use MMKV credentials * Add KeychainGroup * Notification idOnly get credentials from mmkv * Some fixes * Invalidate yarn cache * Pods * Use MMKVAppExtension on NotificationService Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
- 11 Aug, 2020 1 commit
-
-
Diego Mello authored
-
- 24 Jul, 2020 1 commit
-
-
Diego Mello authored
* Remove firebase * Install firebase/app * Install analytics * Crashlytics * Android * Fix mocks * Edit scheme to Debug build configuration Co-authored-by:
Djorkaeff Alexandre <djorkaeff.unb@gmail.com>
-
- 20 Jul, 2020 1 commit
-
-
Diego Mello authored
* Update RN to 0.63.0-rc.1 * Updating * Fix keyboard * Fix native stuff on Messagebox * Update to RN 0.63.1 * Update pods * Update patches * Update minors * Majors * Remove base-64 in favour of js-base64 * others * Pods * Flipper * Yarn * Fix setInput
-
- 16 Jul, 2020 1 commit
-
-
Djorkaeff Alexandre authored
-
- 06 Jul, 2020 1 commit
-
-
Diego Mello authored
-
- 26 May, 2020 1 commit
-
-
Djorkaeff Alexandre authored
-
- 08 May, 2020 1 commit
-
-
Diego Mello authored
* Android RN 62 * First steps iOS * Second step iOS * iOS compiling * "New" build system * Finish iOS * Flipper * Update to RN 0.62.1 * expo libs * Hermes working * Fix lint * Fix android build * Patches * Dev patches * Patch WatermelonDB: https://github.com/Nozbe/WatermelonDB/pull/660 * Fix jitsi * Update several minors * Update dev minors and lint * react-native-keyboard-input * Few updates * device info * react-native-fast-image * Navigation bar color * react-native-picker-select * webview * reactotron-react-native * Watermelondb * RN 0.62.2 * Few updates * Fix selection * update gems * remove lib * finishing * tests * Use node 10 * Re-enable app bundle * iOS build * Update jitsi ios
-
- 14 Apr, 2020 1 commit
-
-
Djorkaeff Alexandre authored
-
- 13 Apr, 2020 1 commit
-
-
Djorkaeff Alexandre authored
Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
- 06 Apr, 2020 1 commit
-
-
Diego Mello authored
-
- 20 Mar, 2020 1 commit
-
-
Diego Mello authored
-
- 10 Mar, 2020 1 commit
-
-
Diego Mello authored
-
- 19 Feb, 2020 1 commit
-
-
Diego Mello authored
-
- 17 Feb, 2020 1 commit
-
-
Diego Mello authored
-
- 13 Feb, 2020 1 commit
-
-
Djorkaeff Alexandre authored
-
- 30 Jan, 2020 2 commits
-
-
Diego Mello authored
-
Diego Mello authored
-
- 28 Jan, 2020 1 commit
-
-
Diego Mello authored
-
- 18 Jan, 2020 1 commit
-
-
Djorkaeff Alexandre authored
-
- 17 Jan, 2020 1 commit
-
-
Djorkaeff Alexandre authored
-
- 13 Jan, 2020 1 commit
-
-
Diego Mello authored
-
- 07 Jan, 2020 1 commit
-
-
Diego Mello authored
-
- 17 Dec, 2019 1 commit
-
-
Djorkaeff Alexandre authored
-
- 11 Dec, 2019 2 commits
-
-
Diego Mello authored
-
Diego Mello authored
-
- 10 Dec, 2019 1 commit
-
-
Djorkaeff Alexandre authored
-
- 27 Nov, 2019 1 commit
-
-
Diego Mello authored
-
- 19 Nov, 2019 1 commit
-
-
Diego Mello authored
-