Commit Graph

260 Commits

Author SHA1 Message Date
b6c1273ecd v0.9.4 2023-01-21 00:55:25 -03:00
07f9c6e8c3 keeping other classes to make sure deserialization works. 2023-01-21 00:54:39 -03:00
ea53a15105 Adding a Basic Privacy Policy 2023-01-20 23:56:54 -03:00
716a150fc3 Changing my mind... keeping the dot in time ago 2023-01-20 23:33:43 -03:00
df3ae43ce7 Adjusting the message screen to correctly display the time aligned to the right. 2023-01-20 23:31:44 -03:00
09bbb59c61 v0.9.3 2023-01-20 23:05:56 -03:00
0f731117d4 Seems to solve constant crashing when reconnecting after a failure related to this issue: https://github.com/square/okhttp/issues/7381 2023-01-20 23:01:53 -03:00
115c1ba082 Edit Profile 2023-01-20 23:00:30 -03:00
135b24df6c Fixing NPE when socket disconnects after the initial check if == null 2023-01-20 18:57:50 -03:00
207f03bb06
Merge pull request #6 from KotlinGeekDev/fix-navigation-issues
Fix navigation.
2023-01-20 16:48:25 -05:00
KotlinGeekDev
e78c7aba85 Fix navigation. 2023-01-20 22:31:19 +01:00
Izzy
de6c594d5a
initial fastlane structure 2023-01-20 21:58:28 +01:00
41b82ec749
Merge pull request #3 from KotlinGeekDev/reduce-apk-size
Make changes to reduce the release APK/app bundle size.
2023-01-20 14:44:58 -05:00
KotlinGeekDev
b915956f57 Make changes to reduce the release APK/app bundle size. 2023-01-20 20:26:46 +01:00
144b0a7512 v0.9.2:
- Fixes bug when tagging new users on reply
- Fixes bug on likes not being shown.
- Fixes alignment of the time in the home feed.
2023-01-19 21:48:15 -05:00
359eb0b000 Downloading just the last metadata for users being displayed in the screen. 2023-01-19 21:40:24 -05:00
e47476129f BugFix for the position of time in the feed. 2023-01-19 21:39:43 -05:00
0017845de2 Fixing the bug that wasn't showing likes 2023-01-19 21:35:57 -05:00
ab0bab0c16 Solving User tagging bug 2023-01-19 21:35:36 -05:00
b9b1da1f04 v0.9.1 2023-01-19 18:26:12 -05:00
0e22a25d3d Removing double call refresh 2023-01-19 18:14:56 -05:00
8b61dc09d0 Showing likes for Public Chat events. 2023-01-19 18:14:42 -05:00
e1fa46290e Correctly shows Chat notifications in the Notifications Tab. 2023-01-19 17:58:35 -05:00
ec5f510264 Shows replies in chat 2023-01-19 17:58:01 -05:00
2d46b17493 Block like breaks in the User Information block of the layout. 2023-01-19 17:57:43 -05:00
99f478d891 Fixing large usernames breaking the layout 2023-01-19 17:56:44 -05:00
451137e8fa handling co-routines with viewModel Scope 2023-01-19 17:56:22 -05:00
fc88c2867d Adding replying information for notes in a channel 2023-01-19 17:55:57 -05:00
98704bc43d remove transformations 2023-01-19 17:55:37 -05:00
c5c8ffc70f Avoid using trasnformations. They won't work in this application (base object never changes) 2023-01-19 17:55:25 -05:00
94a228d78a Simplifying the name of the "Add Image from Gallery" button 2023-01-19 17:54:30 -05:00
625bbaf35c Marking relays with failure as not connected 2023-01-19 17:54:07 -05:00
dd35e01f8a Fixing null pointer exceptions 2023-01-19 17:53:51 -05:00
c1d46dcc2f Using short-term co-routines 2023-01-19 17:52:32 -05:00
85c66279b2 Removing unnecessary code 2023-01-19 17:51:35 -05:00
a18c5b975f Solving some of the Out of Memory errors. 2023-01-19 17:50:29 -05:00
4224ebe429 Version 0.9 2023-01-19 08:44:41 -05:00
57636607d2 Version 0.9 2023-01-19 08:42:36 -05:00
8771584deb Moving away from handlers and into coroutines. 2023-01-19 08:41:48 -05:00
9d52180550 Join/Leave Channels, Channel search. 2023-01-19 08:03:01 -05:00
75219f0f2d Add Channel 2023-01-18 22:00:32 -05:00
0e3b007730 Fixing Public chat's event order. 2023-01-18 18:59:18 -05:00
ce4e3e6589 Fixing #1, unable to see bio in the Profile Screen 2023-01-18 17:22:01 -05:00
f1dd5669a1 v0.8.2 2023-01-18 17:13:08 -05:00
4271ae77d2 Batch updates to enhance performance. 2023-01-18 17:12:43 -05:00
3846ae2af5 Search Bar 2023-01-18 16:50:03 -05:00
a4885e643e Add threading for the LazyColumn refresh. 2023-01-18 15:55:35 -05:00
3441f7987b fix for copying the encrypted part of the message instead of the plain text. 2023-01-18 15:55:10 -05:00
9792733f72 New Observer/Observable performance improvements. 2023-01-18 15:30:39 -05:00
bf8a0f0e76 Additional Performance Improvements 2023-01-18 14:24:04 -05:00