Commit Graph

420 Commits

Author SHA1 Message Date
790cbb35db Moving Database updates to an invalidate UI call that only runs at every 100 ms. 2023-02-14 09:29:24 -05:00
743c23f3c8 Moving Incoming Payload processing to the Global Thread to release Web Threads faster. 2023-02-14 09:17:12 -05:00
25b470cde6 Removing border colors. 2023-02-13 18:10:13 -05:00
05d71fd27e Better positioning of the User Search (always at the bottom, independent of screen size) 2023-02-13 18:08:38 -05:00
f5e61b9409 v0.15.3 2023-02-13 17:12:57 -05:00
620bd4d5a8 This might work best between smaller images and bigger images 2023-02-13 17:12:19 -05:00
3f671350ce Adjusting the New Post screen to show Search and Images (cropped if necessary) together with the keyboard and the text. 2023-02-13 16:48:42 -05:00
b89a8e5f8f v0.15.2 2023-02-13 16:14:17 -05:00
a01a282e2e Adjusting New Post screen's keyboard cutting off in long posts 2023-02-13 16:13:47 -05:00
2ed0ca5fdb Removing DataSource stops in ViewModels to make sure this is handled by the Screen class 2023-02-13 15:50:50 -05:00
49366ac47d Speeding up report queries 2023-02-13 15:49:51 -05:00
2ac4ed8ac4
Merge pull request #118 from Radiokot/fix/gif_image_upload
Fix GIF image upload #115
2023-02-13 09:40:46 -05:00
Oleg Koretsky
bb76bbd313 Show running image uploading. Show error message if the uploading is failed 2023-02-13 16:24:49 +02:00
2c5ba69657 v0.15.1 2023-02-13 08:54:23 -05:00
a618e84d32 Image seems to better support Bitmap models than Async Image 2023-02-13 08:45:32 -05:00
Oleg Koretsky
108ad4dadc Do not encode images to JPEG before uploading. Fixes GIF upload #115 2023-02-13 11:57:26 +02:00
80bede648f Moving the ThreadView to the same Model as Global: Only active when using this view. 2023-02-12 21:53:22 -05:00
e5ee367761 Doesn't start the Global to make sure home updates faster. 2023-02-12 21:48:07 -05:00
4e53a9fda0 Removes unnecessary println 2023-02-12 21:47:53 -05:00
caa170f78e Forces profile screen and search screen to only be active when in such views. 2023-02-12 21:47:38 -05:00
a857b587a1 Forces the use of a single RoboHash for performance 2023-02-12 21:47:02 -05:00
420bacea3d Forcing the Account Datasource to only download notifications (Removing new followers, for instance) 2023-02-12 21:46:40 -05:00
b2da651fd1 Clears filters when DataSource closes 2023-02-12 21:44:18 -05:00
04d94b4dbf Removes Raw ZapNotes from Notifications 2023-02-12 21:43:19 -05:00
64f2575228 Lightning Zaps. 2023-02-12 18:23:02 -05:00
8a65f3fbe7 Moving channels to the local version of RoboHash 2023-02-10 17:29:10 -05:00
e6153e7ef5 Enabling local RoboHash for User Pictures 2023-02-10 17:14:34 -05:00
c62c4c7545 Reconnect after 60 seconds instead of 10 seconds. 2023-02-10 17:14:08 -05:00
c4d3c105f7 Better content descriptors for UrlPreviewCard 2023-02-10 17:13:51 -05:00
3d3578666d Using a local version of RoboHash 2023-02-10 17:13:25 -05:00
01c060caa1 Caching videos to reduce initialization delay. 2023-02-10 14:30:39 -05:00
d6cd8e2804 v0.14.3 2023-02-10 11:56:02 -05:00
fa559c8428 Disabling ProGuard until we figure out why crashes only happen in the release build. 2023-02-10 11:55:31 -05:00
a38087a9b9 v0.14.2 2023-02-10 09:13:45 -05:00
29dc677148 Allows the user to leave and join their own groups 2023-02-10 09:13:01 -05:00
50bc55e84b More Performant UpdateFollows 2023-02-09 17:52:18 -05:00
ae8d39df92 Download only metadata in the Search for authors 2023-02-09 16:42:30 -05:00
09919e99b9 Fixes: https://github.com/vitorpamplona/amethyst/issues/91 2023-02-09 15:25:32 -05:00
5069c30a4a Fixes https://github.com/vitorpamplona/amethyst/issues/103 Doesn't do anything if the content in the field is not a URI. 2023-02-09 15:11:20 -05:00
4097263c12 Activating Proguard 2023-02-09 15:02:13 -05:00
88e91e37fa Fixing the height of the nav bar icon 2023-02-09 14:56:54 -05:00
a003e111eb Fixing QR Code screen for smaller screens. 2023-02-09 14:45:00 -05:00
4cde2fe8e6 Refactoring of RelaySetupInfo away from ModelView 2023-02-09 14:25:58 -05:00
ffe5e79474 Making sure once proguard is used, it doesn't break json serialization 2023-02-09 14:24:56 -05:00
19a9e7a949 language-id seems necessary for some phones. unsure why 2023-02-09 14:24:28 -05:00
757e566774 Fixes permissions issue in Image Upload 2023-02-09 11:22:49 -05:00
7fff535b74 v0.14.1:
- Save image
- LNURL edit in the profile
- Bugfix crashing the Lightning Tips with non numeric values in the amount.
2023-02-09 10:42:08 -05:00
65ef34511a Adding LNURL setup in the User Metadata 2023-02-09 10:36:43 -05:00
644c6b4d76 Merge remote-tracking branch 'origin/main' 2023-02-09 09:47:34 -05:00
dec17e162e Avoids crashing on a non-numeric amount in Lightning Tips 2023-02-09 09:47:23 -05:00
df49c63936
Merge pull request #99 from Radiokot/feature/save_images
Add Save option to the image view screen
2023-02-09 09:22:46 -05:00
f0d4ad38a5
Merge pull request #98 from bleetube/offchain.pub
Public relay name change
2023-02-09 09:22:27 -05:00
7cb146bb50 v0.14.0 2023-02-08 18:27:23 -05:00
5195ddf63e Sending Lightning Tips 2023-02-08 18:26:49 -05:00
Oleg Koretsky
3fde6b4b1f Add Save option to the image view screen 2023-02-08 22:06:12 +02:00
Brian Lee
5102a15532 Public relay name change 2023-02-08 12:05:56 -08:00
00981ef15c Refactoring RichTextViewer file 2023-02-08 14:02:42 -05:00
f2badce3b8 v0.13.3 2023-02-08 13:55:25 -05:00
e9f0fb82e9 New options to choose which language to translate to and which languages to block translations from 2023-02-08 11:57:36 -05:00
abf217b71d Fixes: https://github.com/vitorpamplona/amethyst/issues/95 2023-02-07 18:03:48 -05:00
Oleg Koretsky
d600d1c3e5 Fix invisible user profile menu button (white on white) 2023-02-07 12:01:23 +02:00
Oleg Koretsky
79947524cc Fix login screen buttons crop when the keyboard is opened 2023-02-07 11:53:46 +02:00
Oleg Koretsky
2e49bbc606 Make post translation label wrap words properly, fix #86 2023-02-07 11:20:45 +02:00
c3f0f7c59c Bugfix 2023-02-06 18:53:43 -05:00
387c5cdffa v0.13.2 2023-02-06 18:39:45 -05:00
660f11cfc4 Adjustments to video playback 2023-02-06 18:38:59 -05:00
2a6a6f459c Using the explore button to present information about the relay 2023-02-06 18:15:54 -05:00
12c330f8f6 Correctly handling Atomic Boolean 2023-02-06 18:15:37 -05:00
d252297ba4 List relays in Private DMs 2023-02-06 18:15:18 -05:00
ba5eca648f Adds individual relay information per chat message. 2023-02-06 17:51:55 -05:00
ca3ed88b78 Tracks relays used per Note 2023-02-06 17:16:27 -05:00
433881fa21 Adjusts final relays for release 2023-02-06 17:16:07 -05:00
7b3a23825f Updating Semisol's relay. 2023-02-06 14:50:59 -05:00
2819c7efcf Shipping Amethyst with Paid relays for Global and Public Chats. 2023-02-06 14:34:44 -05:00
e645029ddf Crops Posts in 350 chars. 2023-02-06 14:34:21 -05:00
f160a024aa Since refresh is mostly a CPU/Memory process and not really IO, Default is recommended. 2023-02-06 12:29:17 -05:00
074cac3021 Removes unnecessary elvis operator 2023-02-06 12:28:27 -05:00
e7c6292cdc Fixing test case after https://github.com/vitorpamplona/amethyst/pull/87 2023-02-06 12:18:52 -05:00
6daeb487d3 Fixing unassignable variable from PR https://github.com/vitorpamplona/amethyst/pull/88 2023-02-06 11:30:57 -05:00
2e2e54d642
Merge pull request #87 from greenart7c3/main
add debug configuration
2023-02-06 11:19:25 -05:00
d2ce108bf3
Merge pull request #88 from middlingphys/remove_trailing_slash
remove trailing slash from relay URI
2023-02-06 11:18:48 -05:00
a6dcf64f04 Refactoring Channel -> Subscription 2023-02-06 10:56:10 -05:00
middlingphys
a2f85dd060 remove trailing slash from addedWSS 2023-02-06 23:25:45 +09:00
greenart7c3
7c8c79819a add debug configuration 2023-02-06 11:15:18 -03:00
a5f156ec49 Merge remote-tracking branch 'origin/main' 2023-02-06 08:38:48 -05:00
de3431e374 Fixing the order of url text and link 2023-02-06 08:32:35 -05:00
Oleg Koretsky
09f3a440d3 Fix switching tabs when changing the pager height 2023-02-06 14:46:54 +02:00
Oleg Koretsky
49c93c11e6 Make the profile header scrollable a, keep the bs â fixed 2023-02-06 13:47:48 +02:00
8ce96257d2 v0.13.1 2023-02-05 20:26:47 -05:00
94b525dd1f Fixing add button color. 2023-02-05 18:55:09 -05:00
e04843fe96 Using Main to update screen seems needed otherwise I get a 1 minute delay in the loading page before the screen updates. It looks like it waits for all the Pictures to load. Not sure why. 2023-02-05 18:39:54 -05:00
bb50099021
Merge pull request #75 from clackbib/habib/threading-perf-fixes
Scroll Perf Improvements.
2023-02-05 18:18:29 -05:00
459c195113
Merge pull request #76 from clackbib/habib/search-perf
A couple proposed improvements to search.
2023-02-05 18:16:58 -05:00
933fa9bf4d
Merge pull request #77 from clackbib/habib/scrollabletabs
Tiny change to profile page:
2023-02-05 18:14:59 -05:00
bd94544c9b Breaking filters down by feed type: Home, DMs, Public Chats and Global. 2023-02-05 18:14:41 -05:00
72aad26c03 Fixing a bug where the last message is remembered by the Compose when forcing index = 0 on the first element. 2023-02-05 18:13:08 -05:00
ff087e3dea Correctly addressing Preview of images when posts have been reported. 2023-02-05 18:12:11 -05:00
eb41f22bae Correctly addresses a report to a note (and not to a user) 2023-02-05 18:10:32 -05:00
f1a37afaf1 Testing to see if the use of PlayServices dependencies uses less cache from the app. 2023-02-05 18:09:49 -05:00
9035fda17a Simplifying dependencies 2023-02-05 12:59:35 -05:00