0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 19 minutes ago. based on code collected 1 day ago.
Jun 12, 2024 — Jun 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
rename done -> save button in tag edit iface. closes turtl/tracker#151 zinnnggg More... almost 7 years ago
add Edit menu in osx. because i am such a NICE GUY. actually because copy/paste keyboard shortcuts seems to be broken. turtl/tracker#139 More... almost 7 years ago
updating the min sdk/target sdk versions (23/26). before, minsdk was 26. whoops. More... almost 7 years ago
adding clean-native target to makefile, removes the .so files under native/ (makes it easy to rebuild the arm core libs) More... almost 7 years ago
allow selecting various line counts for the debug log (core already supports this, so adding an interface) More... almost 7 years ago
fix mobile client detection More... almost 7 years ago
updating a few of the build directions More... almost 7 years ago
making the core-adapter implement the new LoadErrorController for when shit goes haywaire while loading. tested it by bundling corrupt native libs and it worked (shows an error screen). this shoudl help me get to the bottom of the android load errors, I HOPE. More... almost 7 years ago
idiotic package.json update More... almost 7 years ago
updating location of android native libs (native/android/*/ -> native/*/) and updating makefile to reflect. ALSO fixing make clean to remove some of the build-generated files. More... almost 7 years ago
native core java wrapper plugin: now detecting library load errors and surfacing them in the main plugin adapter. also, no longer using hand-created json strings (the JSONObject class is pretty easy to use). also fixing a few issues with missing returns. all in all, looking good. More... almost 7 years ago
detect core load errors and use them to populate the new LoadErrorController interface in the ui, lets us know when something bad happens (although this isnt as important here as it is in android since we can just ctrl+shift+k, but oh well, good to test here first to make sure it all works) More... almost 7 years ago
adding a Load Error controller for when shit goes haywire right off the bat. displays what happened so people can email me the error. More... almost 7 years ago
fix err message for feedback (invite -> feedback) More... almost 7 years ago
update downloads to point at versioned files More... almost 7 years ago
Merge pull request #7 from Sajo811/patch-1 More... almost 7 years ago
bundle root CA certs with desktop core loader (like android). hopefully fixes turtl/tracker#131 More... almost 7 years ago
locale system: fall back to english of translation is null or blank (affects the original part of turtl/tracker#131) More... almost 7 years ago
typo fix in FAQ More... almost 7 years ago
making live config replacement in released version a bit more nuanced (was breaking in linux builds) More... almost 7 years ago
updating piwik to use direct https instance (so i dont have to bound weird shit off a proxy anymore) More... almost 7 years ago
fix for turtl/tracker#129 ...needed to include the systems libeay32.dll/ssleay32.dll into the distribution. i thought that they wouldnt be needed because the symbols would be present in electron, but apparently loading the dll separately requires the (triggered) libs to be present. this shouldnt be an issue on linux because even base installs have ssl (although, people tend to surprise me with the essential stuff they have missing on their linux installs). More... almost 7 years ago
make sure to electron-rebuild when packaging More... almost 7 years ago
fixing linux installer, and also fixing a bug in the general release process that broke the app init (config file problem). this closes turtl/tracker#128 (or at least, it should) More... almost 7 years ago
send proper version into core when loading More... almost 7 years ago
be sure to send version/platform into core so the server can track clients peroperly More... almost 7 years ago
update linux build script to use bzip2 (-j) instead of gzip (-z). the files are named as bz2 so it makes sense to actually use that format =]. thanks to @CaioWCC on twitter for pointing this out! More... almost 7 years ago
Merge branch 'master' of github.com:turtl/www More... almost 7 years ago
updating docs for v0.7 More... almost 7 years ago
updating downloads to point to github More... almost 7 years ago