Commit Graph

3819 Commits

Author SHA1 Message Date
a366809319 Search by partial Hex or full npub/note activated. 2023-01-22 18:35:10 -03:00
7baef64af9 Single line about me texts in the follow list 2023-01-22 18:34:41 -03:00
9c04cb0e30 putting synchronized lists into a synchronized method 2023-01-22 18:34:21 -03:00
d13979b4b5 Marking Chat groups as such in the UI 2023-01-22 18:33:38 -03:00
9f15b87d57 Allowing unloaded Notes to go into the feed and be loaded later 2023-01-22 18:33:22 -03:00
59305c9b15 Using full pubkeys in User requests 2023-01-22 18:32:22 -03:00
53eeba210a Start of the work to have following since <date> 2023-01-22 18:31:23 -03:00
38c17f9024 Unnecessary Regex compile 2023-01-22 18:29:59 -03:00
0c96d0a3fd 0.9.6 2023-01-21 21:14:19 -03:00
7be2d08db1 View Count 2023-01-21 21:14:10 -03:00
f17936f029 Version 0.9.5 2023-01-21 13:53:48 -03:00
d64766516a Removing unnecessary observables 2023-01-21 13:53:38 -03:00
d685219ed9 Remove blinking 2023-01-21 13:53:12 -03:00
bb9217466a Hard Refresh when the button to refresh is pressed. 2023-01-21 13:37:57 -03:00
80f58875bb Uses cached images instead of reloading them by default 2023-01-21 13:32:22 -03:00
ffe58f3d41 Fixing click home button to go to the top of the home feed. 2023-01-21 13:07:47 -03:00
733801fddf fixing alignment of the reaction buttons 2023-01-21 12:48:14 -03:00
5cb6bca224 Fixing concurrent modification exception in reactions and boosts 2023-01-21 12:41:05 -03:00
790dd778bb Fixing quote of the root image in Messages 2023-01-21 12:40:49 -03:00
a692ad47d6 Spam filter in new private messages 2023-01-21 12:31:23 -03:00
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
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
KotlinGeekDev
e78c7aba85 Fix navigation. 2023-01-20 22:31:19 +01: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
381711b72e Version 0.8.1 2023-01-18 12:21:29 -05:00
ff529a920e Moving URL Preview fetcher to thread + running over a given feed list. 2023-01-18 12:21:00 -05:00
7d18f36e3e Improving performance with more precise filters. 2023-01-18 11:44:31 -05:00
f2b913f7c8 Updating dependencies 2023-01-18 09:18:34 -05:00
d171552efd Clickable Phone and Emails 2023-01-18 09:18:26 -05:00
cae674ee99 v0.8 2023-01-18 08:37:57 -05:00
3ee39887a8 Tags users during message compose. 2023-01-18 08:36:42 -05:00
8f45293be9 New design (Visual Identity and Logo) by Lula Rocha 2023-01-17 18:25:38 -05:00
d0b6e96c2f Possibility to remove mentions from replies. 2023-01-17 11:16:50 -05:00
0789752112 Putting user tags in the reply Information box 2023-01-17 10:43:18 -05:00
21b16984bb onLong click in the Image now copies the URL 2023-01-17 10:18:45 -05:00
ee9422077e Improvement to chat bubbles layout 2023-01-17 10:18:30 -05:00
0667a822f1 Makes lists either immutable or puts them into a synchronized block for thread safety 2023-01-17 08:42:00 -05:00
01425dd42e v0.7 2023-01-16 16:42:46 -05:00
5667bd5140 Adding support for Anigma's chat 2023-01-16 16:34:49 -05:00
ed0ca1ab11 Case insensitive LNURL match. 2023-01-16 13:00:20 -05:00
f5572f7ea5 Support for Gifs and SVGs 2023-01-16 12:57:23 -05:00
f9b86585be Support for User Tags on posts. 2023-01-16 10:51:10 -05:00
f2b831a119 Version 0.6 2023-01-15 22:08:17 -05:00
6605c92626 BugFix: Unparseable LN invoice 2023-01-15 21:58:17 -05:00
4543a68615 Support for User Profiles 2023-01-15 21:52:59 -05:00
5791511bd6 Fixes bug in not showing tags with index 0 2023-01-15 16:14:32 -05:00
933731215c Imports User's banners from Damus 2023-01-15 16:13:49 -05:00
4026ae03e7 Fixes profile images to square sizes 2023-01-15 11:52:45 -05:00
0539861008 Adds error handling for invalid keys on login 2023-01-15 11:50:01 -05:00
ac437ab7ba hides private key on login 2023-01-15 11:25:53 -05:00
0116bbe01b Migrates to Compose 1.3.3 2023-01-15 11:25:45 -05:00
adca60f613 Removing unsupported click on messages 2023-01-15 11:04:05 -05:00
2462b957a3 v0.5 2023-01-14 18:03:47 -05:00
a8dd13e13b Supports Private Messages 2023-01-14 18:02:28 -05:00
aa11bf212a Private message support 2023-01-14 17:56:18 -05:00
f580fdd216 Storing and Counting followers of the main account. 2023-01-14 10:16:36 -05:00
d130a43358 Sending confirmation events back to the Repository. 2023-01-13 21:35:28 -05:00
353046b451 Better info about relays in the Top Nav bar 2023-01-13 21:35:12 -05:00
5859ae2c52 Removing autoplay due to audio (need to figure out how to mute first) 2023-01-13 21:34:31 -05:00
66cfa9201c Simplifies the first call to Nostr relays 2023-01-13 20:17:24 -05:00
380c2e67cc Adds a click to zoom image. 2023-01-13 20:16:57 -05:00
0001ae441f Blocks double likes. 2023-01-13 17:28:23 -05:00
594795fc16 Version v0.4 2023-01-13 12:30:40 -05:00
9b95e1de51 Lightning invoice card 2023-01-13 12:30:13 -05:00
962bd9eb2d Dropdown menu to copy information from the note. 2023-01-13 10:20:54 -05:00
9d4f4c67f1 Better timeAgo formatting 2023-01-13 09:51:14 -05:00
c1d6d965cd Improves Note's padding and click area. 2023-01-13 09:39:45 -05:00
d676d57614 Improving documentation for the Note Class 2023-01-13 09:39:14 -05:00
582b55c6be Caching URL Infos 2023-01-13 09:39:03 -05:00
fd1f8663e5 Version 0.3 2023-01-12 22:40:45 -05:00
69fdc4fcd4 Adding video playback to the timeline 2023-01-12 22:40:39 -05:00
815f044f77 Better permission handling for images. 2023-01-12 22:36:09 -05:00
a336118d0d Removing unnecessary logs 2023-01-12 22:35:51 -05:00
bf827fd1f4 Image uploading and Image/URL previews on new posts. 2023-01-12 21:14:44 -05:00
250e970aca v0.2 Thread Views 2023-01-12 12:48:24 -05:00
45a7a18ea7 Thread View 2023-01-12 12:47:31 -05:00
7ccae7b7c3 Base code for Amethyst 2023-01-11 13:31:20 -05:00