Commit Graph

  • 75736c70da force portait, getID, empty messages, auto-scroll, clear chat main Mathieu B 2023-03-25 15:51:30 +0100
  • eb5c8b905f the app doesn't crash anymore when timeout or server down Mathieu B 2023-03-25 12:34:57 +0100
  • a2f8b76ac7 add empty message check and updates dependencies Mathieu B 2023-03-25 12:21:27 +0100
  • 9aa03fc03f added message_from_user socket Mathieu B 2022-12-04 15:29:57 +0100
  • 2ecfa708e6 Re-arranged pages, fixed lag issue with socket.on and working sockets response. Mathieu B 2022-12-04 12:31:46 +0100
  • 8c50b26b71 websockets stuff mathieu 2022-12-02 15:45:01 +0100
  • be4df87c99 websockets stuff mathieu 2022-12-02 15:01:23 +0100
  • 2ea6cf1fc4 new endpoint for voice Mathieu B 2022-12-01 21:31:08 +0100
  • f1f070e0c7 themed icon (android 13) and fixed status bar color Mathieu B 2022-12-01 19:59:36 +0100
  • e90d57df03 rebrand material you / android 13 Mathieu B 2022-11-29 21:31:20 +0100
  • 768b3f216f corrected urls Mathieu B 2022-11-28 22:15:28 +0100
  • f8796c4206 Basic for whisper support (via jarvis-server and whisper-asr) Mathieu B 2022-11-28 21:35:38 +0100
  • c24d07bb26 The UI now responds to recording/not recording and messages appears in chat, still some crashes Mathieu 2022-01-06 16:09:24 +0100
  • 7baa44a8aa The app sends to audio to the server but the UI is not adapting and some crashes append Mathieu 2022-01-06 11:39:21 +0100
  • cbcf615e57 Fixed permission (ui) button issue and added write_external_storage to the required permissions Mathieu 2022-01-05 16:34:30 +0100
  • 39f95ec800 The ask me anything dialog must now contain text before you can press OK Mathieu 2022-01-05 10:59:43 +0100
  • 170dc6b655 Added auto-focus in the ask me anything dialog Mathieu 2022-01-05 10:49:55 +0100
  • 774adb608d Remade the chat system based on the jetchat example app. Mathieu 2022-01-05 10:39:19 +0100
  • 5ef0bf7160 Permission page is now showing if all the permissions are not granted (while locking the user out). Mathieu 2022-01-04 17:53:46 +0100
  • d11f58b716 Added english and french languages and permission "asking system" is working good :) Mathieu 2022-01-04 16:58:44 +0100
  • 43e1489dd4 Moved permission stuff from Utils to PermissionsUtils.kt and kept only the essential Mathieu 2022-01-04 16:56:59 +0100
  • e6015485f9 New icon yay! Mathieu 2022-01-04 14:28:56 +0100
  • 6c5f313c95 (TESTS) Experimenting with permission request Mathieu 2022-01-03 22:20:14 +0100
  • 7a81058542 Audio stuff (tests) Mathieu 2022-01-03 22:19:48 +0100
  • 71e01bb79b Made corners more round Mathieu 2022-01-03 22:19:26 +0100
  • 8349e7739d Added option to send multiples message as one (as jarvis in the chat) with reduced padding and no profile icon. Mathieu 2022-01-03 22:18:43 +0100
  • 7996a94ad3 Added permission page Mathieu 2022-01-03 21:42:42 +0100
  • 4de9e66d0e Added ASSIST to the manifest to use the app like google assistant (from bottom corners) Mathieu 2022-01-03 17:28:41 +0100
  • 20188c0b66 Added complete navigation system, added settings page and splitted the code to be easier to understand Mathieu 2022-01-03 16:46:44 +0100
  • f318467465 Added dropdown menu, added text entry menu (instead of STT), made FAB bigger Mathieu 2022-01-03 15:05:08 +0100
  • a080089811 Set product sans as the default font and make corner more round (android 12-ish look) Mathieu 2022-01-03 15:02:29 +0100
  • 0335e1c7a5 fixed padding too close to status bar Mathieu 2022-01-03 10:59:31 +0100
  • 8b6fdc7d18 update gitignore Mathieu 2022-01-03 10:59:07 +0100
  • 041b0f644f
    Update README.md Mathieu Broillet 2022-01-02 23:05:24 +0100
  • 468f635563
    Update README.md Mathieu Broillet 2022-01-02 23:05:03 +0100
  • 14a131e89a Moved license, readme and images to the right place Mathieu 2022-01-02 23:03:10 +0100
  • 6e8b5f9c6f Add license, readme and images Mathieu 2022-01-02 23:01:51 +0100
  • 75bf1c3389 Added footer, scrollable conversation and global UI improvements Mathieu 2022-01-02 22:53:05 +0100
  • 2157a7e26f Removed duplicated fonts Mathieu 2022-01-02 22:43:59 +0100
  • 591046497b Initial base in Kotlin, started the main activity interface Mathieu 2022-01-02 21:37:22 +0100
  • b32781286c Remove old java project Mathieu 2022-01-02 21:35:26 +0100
  • e92e7d8bcb Replaced default logo, updated dependencies, disabling service (24/7 listening) use for now. java-main-old Mathieu 2022-01-02 15:31:05 +0100
  • a4fa238f16 Started recording system Mathieu 2021-10-16 16:02:19 +0200
  • b57de85ffa "Jarvis?" Working pretty much perfectly Mathieu 2021-10-16 10:56:31 +0200
  • 2043fc7aee Renamed Main to MainActivity Mathieu 2021-10-16 09:40:33 +0200
  • d1e7eb0cb3 Added logo, microphone and improved UI a lot + fixed not starting in background Mathieu 2021-10-15 23:33:37 +0200
  • 3caee5d422 Fixed service not starting after asking for permissions Mathieu 2021-10-14 22:03:17 +0200
  • d488d4e975 Improved UI (ListeningActivity) working fine "in-app" but not outside Mathieu 2021-10-14 22:02:42 +0200
  • ade68294c1 misc files Mathieu 2021-10-14 22:01:58 +0200
  • 28a00889c0 upgraded gradle to 7.0.1 Mathieu 2021-10-14 22:01:42 +0200
  • 229f31ff0e added google sans fonts Mathieu 2021-10-14 22:01:31 +0200
  • 9c897095a0 removed unused padding in rounded_white_on_top.xml Mathieu B 2021-08-13 22:36:43 +0200
  • 717b07bc02 small changes Mathieu B 2021-08-13 22:31:21 +0200
  • 852d3ddaac readme update Mathieu B 2021-08-13 22:00:57 +0200
  • 1fd7f087d4 Fixed messed up renaming of whole project Mathieu B 2021-08-13 22:00:12 +0200
  • f4be619108 Init commit Mathieu B 2021-08-13 12:53:34 +0200
  • 17d897351c
    Initial commit Mathieu Broillet 2021-08-13 12:43:32 +0200