e092fe1399Updated lit, starting to improve the display of mentions during editing, . to refresh, and probably some other things.Cory McWilliams2023-05-02 16:47:27 +00:00
9cbe895cb8Exclude .map files from the APK to squeeze them under the blob size limit.
v0.0.6
Cory McWilliams2023-04-30 13:24:01 +00:00
2926f855a1Start using lit element in the main web interface. It's getting out of control, and if I can finish a refactor, it will reel it in.Cory McWilliams2023-04-29 16:52:35 +00:00
639419db60Oh freaking heck. This fixes the black bar at the bottom of the screen on Android.Cory McWilliams2023-04-20 00:24:12 +00:00
ab055c3394I see what happened. codemirror 6.57.7 was really a misnumbered codemirror5 release. Let's go back to the latest codemirror5.Cory McWilliams2023-04-16 13:07:02 +00:00
1f3f6e2b92Show audio: references inline, too, and now we don't have to show audio: and video: in the references section.Cory McWilliams2023-04-12 00:32:14 +00:00
d6be2f7d54Bind tildefriends HTTP to an arbitrary port, write it to a file, and have the Android activity notice that file write and load the correct URL.Cory McWilliams2023-03-18 12:28:48 +00:00
63615747a7Fix executable choosing for my phone, and fix broadcasting to each interface.Cory McWilliams2023-03-18 01:26:34 +00:00
fbb657a85cUgg, no actual change but I had to touch everything to get it working in the emulator again.Cory McWilliams2023-03-17 23:48:54 +00:00
37edbd9824Get forward and back gestures working, and hide the title bar. Hiding the action bar still eludes me.Cory McWilliams2023-03-14 02:38:56 +00:00
a32bb02223Various fixes I've accrued. Minor cleanups and more tracing in serialize. Turn off memory tracking. Fix Let's Encrypt.Cory McWilliams2023-03-12 22:16:18 +00:00
52ae19220cEnable WebView prompts and localStorage and stuff.Cory McWilliams2023-03-11 15:24:05 +00:00
10bfa65a4eFixed apps not working most of the time. Ultimately, storing a pointer to the database using JS_NewInt64 was lossy and a bad idea. Also, remove use of JNI since we're only starting tildefriends as its own process now.Cory McWilliams2023-03-11 13:57:17 +00:00
50e48af7c4Add all the files I think I need to the .apk, and add zlib, so I can attempt to access them using minizip.Cory McWilliams2023-03-08 17:46:19 +00:00
9127a18ff0With approximately this code, I was able to establish an SHS connection with my phone.Cory McWilliams2023-03-08 02:49:41 +00:00
61ff466908Replace all printfs with tf_printf, which redirects to android logging. Change into the files directory so that sqlite can do its thing. Getting closer.Cory McWilliams2023-03-07 17:50:17 +00:00
8c9d687d50Variety of minor fixes I've been running with. SSB web interface changes. calloc overallocation fix. Use sqlAsync. Probably some other things.Cory McWilliams2023-02-23 01:29:54 +00:00
86bc46a11eTrack memory allocations with a linked list. This is only about 3x slower than without tracking instead of 5x and growing.Cory McWilliams2023-02-19 22:28:36 +00:00