a8cbf757ff
build: Let's start work on 0.0.32. nix => 0.0.31.
Build Tilde Friends / Build-All (push) Successful in 32m47s
2025-05-28 18:12:15 -04:00
051291f725
build: Let's build 0.0.31.
Build Tilde Friends / Build-All (push) Has been cancelled
2025-05-28 12:27:37 -04:00
97cea7b40b
build: Attempt to include native debug symbols in the Android .aab file.
Build Tilde Friends / Build-All (push) Successful in 32m58s
2025-04-23 20:47:31 -04:00
a4a8f7cab2
build: Let's start work on 0.0.31.
Build Tilde Friends / Build-All (push) Has been cancelled
2025-04-23 18:33:28 -04:00
4d037c02bf
build: Let's build 0.0.30.
Build Tilde Friends / Build-All (push) Has been cancelled
2025-04-23 12:29:42 -04:00
576022c41a
build: 0.0.30-wip, let's gooooo.
Build Tilde Friends / Build-All (push) Successful in 30m42s
2025-03-26 20:19:28 -04:00
db9bf7f7bd
build: Let's build 0.0.29.
Build Tilde Friends / Build-All (push) Successful in 30m5s
2025-03-26 12:28:06 -04:00
4c3df34950
build: Let's start work on 0.0.29.
Build Tilde Friends / Build-All (push) Successful in 30m9s
2025-02-26 20:04:17 -05:00
71c4011526
build: Let's prepare a 0.0.28 release.
Build Tilde Friends / Build-All (push) Successful in 30m24s
2025-02-26 12:07:54 -05:00
d4a5cc6eee
build: Let's start work on 0.0.28.
Build Tilde Friends / Build-All (push) Successful in 19m44s
2025-01-30 12:46:52 -05:00
c59e0ea6e5
build: Let's release 0.0.27.
Build Tilde Friends / Build-All (push) Has been cancelled
2025-01-29 19:58:31 -05:00
8475ee0985
build: Let's start work on 0.0.27.
2024-12-23 11:23:51 -05:00
f42811d3d4
build: Let's release 0.0.26.
Build Tilde Friends / Build-All (push) Successful in 16m47s
2024-12-23 11:12:26 -05:00
960a385202
update: CodeMirror.
Build Tilde Friends / Build-All (push) Successful in 14m58s
2024-11-27 15:20:32 -05:00
cc409dc3f7
build: Let's build 0.0.25.
Build Tilde Friends / Build-All (push) Successful in 16m0s
2024-11-27 12:10:17 -05:00
cf1c57ccb8
build: Let's start work on 0.0.25.
Build Tilde Friends / Build-All (push) Successful in 16m50s
2024-11-01 18:01:10 -04:00
1f40e8dcd9
build: Let's build 0.0.24.
Build Tilde Friends / Build-All (push) Successful in 15m58s
2024-10-30 12:56:20 -04:00
fabdfb76b9
android: readParcelable compatibility.
Build Tilde Friends / Build-All (push) Successful in 16m37s
2024-09-29 08:18:46 -04:00
944c895bcd
Generated 0.0.23 files. Oops.
Build Tilde Friends / Build-All (push) Has been cancelled
2024-09-25 19:55:12 -04:00
97fb63dda1
Actually 0.0.23-wip.
2024-08-28 19:59:34 -04:00
17d6cc7d46
Let's try 0.0.22 again.
Build Tilde Friends / Build-All (push) Failing after 7m47s
2024-08-28 19:20:55 -04:00
56e483782d
Let's start work on 0.0.23. Clean out some libuv non-submodule cruft while I'm in here.
2024-08-28 19:10:16 -04:00
7114ce2516
Let's release 0.0.22.
Build Tilde Friends / Build-All (push) Successful in 8m54s
2024-08-28 18:40:10 -04:00
e38ff99607
Special treatment to make TXT record lookup work on android.
Build Tilde Friends / Build-All (push) Waiting to run
2024-08-21 20:27:43 -04:00
b78ecaa814
F-Droid looks all set for now. Let's start 0.0.22.
2024-08-06 12:17:26 -04:00
aabbb10564
for fdroid: Use android ndk r27, set SOURCE_DATE_EPOCH for the android ssl build, and remove a non-determinism in AndroidManifest.xml.
Build Tilde Friends / Build-All (push) Successful in 6m50s
2024-08-04 09:36:46 -04:00
3ccd6c9a3e
I missed.
Build Tilde Friends / Build-All (push) Successful in 7m3s
2024-08-02 22:26:01 -04:00
c290240de7
Make a release to make sure F-Droid can pick it up.
Build Tilde Friends / Build-All (push) Has been cancelled
2024-08-02 22:20:18 -04:00
8e799b174b
Address some fdroid zip non-determinism.
Build Tilde Friends / Build-All (push) Successful in 5m15s
2024-08-02 21:55:00 -04:00
3ef8698f42
Put android:versionCode and such back in the static AndroidManifest.xml. I forgot that F-Droid needs to see it.
2024-08-02 20:37:05 -04:00
c1fb15b135
ci tweaks and aab fixes.
Build Tilde Friends / Build-All (push) Successful in 6m24s
2024-07-24 13:50:48 -04:00
9f71ec6194
Minor android cleanup.
Build Tilde Friends / Build-All (push) Successful in 6m12s
2024-07-24 11:27:37 -04:00
ed6bef6d24
Get android running its sandbox in a seprate, isolated service process. So that we support not extracting the native code from the APK, so that we support distributing as an .aab file, so that we may one day release on the app store.
2024-07-04 13:02:39 -04:00
71268636df
Steps toward following all the inconvenient, changing android rules:
...
* Set android:debuggable=false.
* Call native code through JNI only. Having a native executable on disk and exec-ing it no longer seems possible.
* Do all the Tilde Friends things in one process, without a proper sandbox, until I can wire up a restricted service worker process.
* Jam Android App Bundle (.aab) building into the makefile.
* Yuck.
2024-06-30 13:32:17 -04:00
2338b26329
Start working on 0.0.21.
2024-06-26 20:47:44 -04:00
8a93cdd33c
Let's release 0.0.20.
2024-06-26 20:29:07 -04:00
7a2974e54f
Working on 0.0.20.
2024-05-29 20:17:33 -04:00
f4dfc1dd98
Let's release 0.0.19.
2024-05-29 19:50:59 -04:00
b5ed7014f6
Fix attaching files (aka WebView file picking) on Android.
2024-04-26 18:10:22 -04:00
a9cb913a47
Working on 0.0.19.
2024-04-24 19:29:17 -04:00
b7b5d4f1a5
Calling it 0.0.18.
2024-04-24 19:24:10 -04:00
9ce30dee70
Start working on 0.0.18.
2024-03-27 19:08:10 -04:00
3c0b680b8e
Let's release 0.0.17.
2024-03-27 18:59:40 -04:00
402a898d96
Let's start working on 0.0.17.
2024-02-28 18:47:21 -05:00
13d43d8319
Let's release 0.0.16.
2024-02-28 18:24:12 -05:00
4bd46a1657
Working on 0.0.16 now.
...
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4816 ed5197a5-7fde-0310-b194-c3ffbd925b24
2024-01-28 23:55:17 +00:00
72369ab745
Let's release 0.0.15.
...
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4814 ed5197a5-7fde-0310-b194-c3ffbd925b24
2024-01-28 23:35:28 +00:00
d556cbc835
Let's start 0.0.15.
...
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4704 ed5197a5-7fde-0310-b194-c3ffbd925b24
2023-12-30 16:08:15 +00:00
f4f560b164
Let's call this 0.0.14. Cut some apps to squeeze in under 5MB.
...
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4702 ed5197a5-7fde-0310-b194-c3ffbd925b24
2023-12-29 19:33:46 +00:00
1292775a75
Now we're 0.0.14-wip.
...
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4652 ed5197a5-7fde-0310-b194-c3ffbd925b24
2023-12-03 16:29:49 +00:00