Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
|
2020-02-29
| ||
| 20:16 | [v4.0.0229] Stable v4 Release - Cleaned up old files ~ README finally updated to be somewhat better [jspann] Leaf check-in: c9174b4026 user: jspann128@gmail.com tags: master, trunk | |
| 19:46 | [~] Fixed File Selection Coloring Bug * utilsKT still focused on old preferences, causing no colors to appear ~ Modified code to focus on config.colorPreferencePrefix [jspann] check-in: f4a29410f6 user: jspann128@gmail.com tags: master, trunk | |
|
2020-02-09
| ||
| 06:06 | [~] Hackaround for Proper Text Colors with Markdown in Dark Mode ~ Adjusted dark mode text color ~ Styles adjusted for light mode text color handling * Will have to redo colors to make more sense & simplify + Markdown now takes config param to determine theme [jspann] check-in: 9f0570b115 user: jspann128@gmail.com tags: master, trunk | |
| 05:48 | [~] Preference References Made to Config vars + Config members to hold preference data + Commented references to new setup in utils, SettingsActivity * Will need preferences work with appCtx in utils/config * Once appCtx in utils, reference from all activities/fragments * Yes this is crummy and hacky. I want other themes aside light/dark [jspann] check-in: ef8e681fed user: jspann128@gmail.com tags: master, trunk | |
| 05:23 | [+] Sloppy Theme Implementation stylesXML: ~ Separated dark mode elements into AppThemeDark MainActivityKT: + themeSet() to actually set theme ~ Rearrangement of override super() calls to set theme onCreate, Restart, Pause, Resume [jspann] check-in: 7affd80799 user: jspann128@gmail.com tags: master, trunk | |
| 04:33 | [+] DarkMode Theme Preference and Config Support + Dark theme toggle preference added + Handlers for option added [jspann] check-in: f9cf1ac113 user: jspann128@gmail.com tags: master, trunk | |
| 04:29 | [~] Fixed all Color Backgrounds Being The Same ~ Decided to take light spinner so other elements aren't grey... [jspann] check-in: 759c8e9480 user: jspann128@gmail.com tags: master, trunk | |
| 04:14 | [~] Initial General Dark Theme ~ Adjusted for spinner background to be dark as well * This is a current tradeoff for bottom bar color and I'm too lazy to do more right now [jspann] check-in: 4d7afbaecf user: jspann128@gmail.com tags: master, trunk | |
| 04:05 | [+] Initial Themeing + Style/Theme definitions in stylesXML ~ Some files/widgets given references to app colors directly [jspann] check-in: 1416155b95 user: jspann128@gmail.com tags: master, trunk | |
|
2020-02-08
| ||
| 23:07 | [+] App Colors ColorsXML: + New App color set that borrows from other colors * Will set in the future to change with theme MainActivityXML: ~ Colors switched to new colorsXML app color values [jspann] check-in: bf892ae33d user: jspann128@gmail.com tags: master, trunk | |
| 22:38 | [~] File Prompt Spinner Corrected with String + Proper string value in stringsXML ~ Hardcoded value references stringsXML [jspann] check-in: 70cdf3148d user: jspann128@gmail.com tags: master, trunk | |
| 22:34 | [+] File Dialog Support for Item Visibility MainActivityKT: + setSpinnerItems() check for if hidden items visible & if UNIX hidden file prefix [jspann] check-in: 206141567e user: jspann128@gmail.com tags: master, trunk | |
| 22:26 | [+] Preference to View Hidden Files pref_generalXML: + New settings option for viewing hidden files stringsXML: + Strings for hidden files settings items MainActivityKT: + Handling for hidden files pref ConfigKT: + Hidden Files member [jspann] check-in: 390f01410e user: jspann128@gmail.com tags: master, trunk | |
| 22:17 | [+] Options Menu Handling of Advanced UI ConfigKT: + advancedUI member pref_themesXML: ~ Corrected preference name for advanced UI MainActivityKT: + Override for opPrepareOptionsMenu() + Handling to set certain menu items visible menuXML: ~ Allowed save option again ~ Reorganized menu items [jspann] check-in: 5aef4e4b3b user: jspann128@gmail.com tags: master, trunk | |
| 21:33 | [+] Popup Toggling Preference MainActivityKT: + Verbose Popups preference check pref_generalXML: + New preference section for controlling popups + Verbose popups toggle MainActivity, utils, ColorSelectorActivity, CallReceiver KT: + Handlers to suppress popups if pref set to off stringsXML: ~ Fixed existing strings [jspann] check-in: b3be35a7a7 user: jspann128@gmail.com tags: master, trunk | |
| 20:50 | [+] Minor Touchups MainActivityKT: + Popup for exporting data stringsXML: + String for saving file MarkdownKT: ~ Fixed hashtag regex [jspann] check-in: a2a39d525e user: jspann128@gmail.com tags: master, trunk | |
| 20:24 | [+] File Settings Added to Data Export MainActivityKT: + preferencesMappedFileColorsGet() to get file colors as JSON - setApplicationColor() cleanup + preferencesGetJSON() includes "files" preferences after main prefs ~ Previous pref prefixes refer config prefixes ColorSelectorActivityKT, utilsKT: ~ Previous hardcoded preferences changed to new config prefixes ConfigKT: ~ App Data Prefixes Moved to Config [jspann] check-in: f7fcb60132 user: jspann128@gmail.com tags: master, trunk | |
| 19:33 | [~] Code Cleanup stringsXML: ~ "Export Settings" properly changed to "Export Data" prefGeneralXML: ~ Preference names amended with new type "extensions" MainActivityKT: ~ All references to loadPreferences() replaced with preferencesLoad() - loadPreferences() deprecated ~ Reorganized and cleaned up preferences code [jspann] check-in: d67508a0e0 user: jspann128@gmail.com tags: master, trunk | |
| 18:56 | [+] Basic Writing Preferences to File + PreferencesModel MainActivityKT: + preferencesExport() to write preferences to file + preferenceNamesGet() to get names and format in bulk + _preferencesPrefix for better naming consistency + preferencesGet() to load preferences in bulk + preferencesToSring() converts preferences model to JSON string + preferenceTypeGet() infers preference type by pref name extension + Menu handler for exporting preferences StringsXML: + New string values for menu items MenuXML: + New option to export settings/colors/data ~ All hardcoded strings reference StringsXML MarkdownKT: ~ Moved spannable string style back in loops due to only selecting last [jspann] check-in: 1addc61b25 user: jspann128@gmail.com tags: master, trunk | |
| 16:51 | [~] Slightly Optimized Markdown KT Markdown: ~ Moved spannable string style vars out of loops to reduce redundant function calls [jspann] check-in: 64458f46f1 user: jspann128@gmail.com tags: master, trunk | |
| 16:40 | [+] Hashtag Markdown Highlighting MarkdownKT: + Callout to setHashtagSpans() + Basic setHashtagSpans() [jspann] check-in: ff9b50256e user: jspann128@gmail.com tags: master, trunk | |
|
2019-09-11
| ||
| 02:19 | [+] Edit-Controller Activity + EditControllerActivity.kt for handling all editor functionality ~ MainActivity implements EditControllerActivity [jspann] check-in: 3620ae69ae user: jspann128@gmail.com tags: master, trunk | |
| 02:11 | [~] General Preferences Updated to Use Strings + General pref strings in strings.xml ~ General prefs activity uses strings }!{ check-in: d1dfccada9 user: mister.butterfly@outlook.com tags: master, trunk | |
| 01:59 | [~] Updated Themes Preference Strings + New pref_themes__* strings in res/values/strings.xml ~ pref_themes.xml uses string values [jspann] check-in: a57d111ee8 user: mister.butterfly@outlook.com tags: master, trunk | |
| 01:45 | [+] New Preferences Activity Fragment + New entry in res/xml/pref_headers.xml + java/*/daily-droid/SettingsActivity.kt handles to launch activity + New res/xml/pref_themes.xml + New res/drawable/ic_color_lens icon for themes ~ Updated build info [jspann] check-in: c9b17a07d8 user: mister.butterfly@outlook.com tags: master, trunk | |
|
2019-08-24
| ||
| 19:09 | [~] Fixed Night Mode With Appropriate Text Colors + New default text colors ~ Removed static colors for proper text colors [jspann] check-in: 287e20aced user: jspann128@gmail.com tags: master, trunk | |
| 19:03 | [+] Initial Night Mode Layout + activity_main_nightXML * Need to have a dark mode/theme for coloring, night-mode simple layout [jspann] check-in: 302841ab9c user: jspann128@gmail.com tags: master, trunk | |
|
2019-05-04
| ||
| 14:58 | [+] README Update ~ App build with new key signature + Readme file with TODOs [jspann] check-in: 67157ce195 user: jspann128@gmail.com tags: master, trunk | |
|
2018-12-21
| ||
| 20:55 | [v3.0] Daily Droid v3.0 + First app icon ~ Upgraded image resources to match official icon + New Menu/Settings/Info activity entry and fragment + String resources that holda app info + New icon for preferences ~ General preferences icon changed ~ Reorganizing source code structure - Old/deprecated/unused code + Comments to better describe fn()s - Unused code in SettingsActivity - Unused JavaUtils class ~ Merging similar MainActivity functions + Dedicated markdown colorization fn() for a file's text ~ CallReciever cleanup ~ Split massive CallReciever functions into smaller methods ~ Getting phone call state int is now when statement + Reusable app info-data resources for strings.xml [Joshua Spann] check-in: 082902348a user: jspann128@gmail.com tags: master, trunk | |
|
2018-12-20
| ||
| 19:30 | [v2.10] More Colors & Improved Text Navigation ~ Moved setAppColor() in setTxtToFileContents() to fix MD bug + Variations of current colors for 24 optional "UD" colors + moveCursorBackOneWord() + moveCursorForwardOneWord() + Handlings on button taps for new functionality ~ Adjusted tap timing for nav buttons [jspann] check-in: fff2ddb3d6 user: jspann128@gmail.com tags: master, trunk | |
| 16:35 | [v2.9] Colorization of Headings and File Lists ~ getFileColorsFromPreferences is in utils + Comments and code cleanup ~ Spinner item colorization code moved to utils @ setSpinnerItems reset spinner's adapter, loading latest file + spinnerAdapter property to better manage spinner + updateSpinnerItems() fixed bug with new adapter setting file [jspann] check-in: c2c16b97f9 user: jspann128@gmail.com tags: master, trunk | |
|
2018-12-19
| ||
| 12:22 | [v2.8.1] Colorization of File Selections + More file tag colors on ColorSelector activity + setSpinnerItems() gets file's color and sets item to that color ~ setSpinnerItems() uses SpannableString list instead of String list + New utils fn() that gets the data value from "YYYmmdd" ~ All references to legacy name "textfilewriter" are now "dailydroid" + setSpinnerItems() called when clicking on title before spinner.click + Build updates & new key to sign files [jspann] check-in: a01ffb18c1 user: jspann128@gmail.com tags: master, trunk | |
|
2018-07-17
| ||
| 19:02 | [+] Github-Checkbox Markdown Support + Markdown for unchecked [ ] and checked [x]|[X] boxes [〆spann] check-in: f84530dd3d user: jspann128@gmail.com tags: master, trunk | |
| 18:46 | [+] Navigation Button Functional Improvements + Start/End button count properties to facilitate document navigating + Start button event listener handling for button clicks count + Beggining nav button goes to start of file on 2 taps + Function that gets the current line number in edit text + Start button goes to start of line on 1st tap + End button event listener handling for button clicks count + Ending nav button goes to end of file on 2 taps + End button goes to start of line on 1st tap + Non-blocking fn() to reset button nav properties after 1s delay [〆spann] check-in: 85f1e2c697 user: jspann128@gmail.com tags: master, trunk | |
| 17:38 | [+] Bugfixes & Markdown Improvements ~ `code` tags can now appear multiple time on a line ~ Regex for timestamps now include arrays (- #,#...:) ~ Regex for timestamps include ranges (- # - #:) [〆spann] check-in: 8a26dd7b26 user: jspann128@gmail.com tags: master, trunk | |
|
2018-03-30
| ||
| 16:34 | [+] Demo Images [jspann] check-in: e516f272a4 user: jspann128@gmail.com tags: master, trunk | |
| 16:06 | [v2.7.2] App Requests Ungranted Permissions + Check for storage closes app until granted + SettingsActivity.checkPermissions() for extra/optional permissions + New build number + New APK [Josh Spann] check-in: f9d35f247d user: jspann128@gmail.com tags: master, trunk | |
| 14:52 | [+] Runtime Storage Permission Request + Base code to request permission to RW to storage in checkPermissions() + createDialog() for a simple OK/Cancel popup dialog box with callbacks ~ Manifest update ~ Moved createDialog into utils [jspann] check-in: 8e55bd04cd user: jspann128@gmail.com tags: master, trunk | |
| 13:24 | [~] Crashing App Bugfix + Additional check when first assigning scroll to prevent uninitialized EditText from crashing app [jspann] check-in: 31705cb04d user: jspann128@gmail.com tags: master, trunk | |
|
2018-03-29
| ||
| 21:34 | [v2.7.1] Added Fancy Scrolling + Setting and preference for controlling fancy scrolling + New build version and apk [jspann] check-in: 3f2819f31c user: jspann128@gmail.com tags: master, trunk | |
| 21:19 | [+] EditText Scrollable via Fling + New method to apply fling event to supplied EditText ~ Moved autoloading keyboard code into own function [jspann] check-in: 864b918f27 user: jspann128@gmail.com tags: master, trunk | |
| 21:18 | [v2.7] Settings Implemented [Joshua Spann] check-in: f91af2ab61 user: jspann128@gmail.com tags: master, trunk | |
| 20:11 | [~] User Preferences and Settings Cleanup ~ Commented unnecessary settings XML ~ Code cleanup [jspann] check-in: ec580c3188 user: jspann128@gmail.com tags: master, trunk | |
| 19:48 | [+] Autoload Settings after Changes ~ Fix for loading autosave number safely as int and not string + loadPreferences() fires onRestart and onResume to avoid manual reset + onRestart and onResume both pull up the softkeyboard + onCreate sets onClick for editText to pull up softkeyboard - Unused imports ~ Code cleanup [jspann] check-in: 01cb9a397c user: jspann128@gmail.com tags: master, trunk | |
| 18:43 | [+] Call Logging Preference Handling + daily_droid__pref_autolog_calls_enabled user prefs + CallReciever checks (tryCatch) for autolog prefs ~ Fixes and if conditionals in MainActivity preference getting code ~ CallReciever uses similar checks as MainActivity ~ Moved preference checking code into own MainActivity fn() + loadPreferences() [jspann] check-in: 7f181be3b4 user: jspann128@gmail.com tags: master, trunk | |
| 17:57 | [+] General Preferences Functionality ~ Commented example preference calls that crashed app on SettingsActivity load + Preference for rendering styled markdown + MainActivity to load autosave_enabled and markdown_enabled prefs + trycatch to successfully implement refresh button when autosave = false [jspann] check-in: c48b46ee98 user: jspann128@gmail.com tags: master, trunk | |
| 16:28 | [v2.6.2] Markdown and Spinner Bugfixes ~ Modified bold and boldItalic regex to fix issue where 2+ on same line creates an overflow until the final tag ~ spinner_item layout adjustments for bigger text and padding + Title for the default spinner and filter to only show files with a dot [jspann] check-in: 77561d5866 user: jspann128@gmail.com tags: master, trunk | |
|
2018-03-28
| ||
| 19:05 | [v2.6.1] Optimizing Main Activity + New scrolling-friendly main activity code for edittext ~ Hid problematic edittext scroll code ~ Hid new file button ~ Reimplemented new file option as part of main menu + Start of File button to auto-scroll to top/start of file ~ Refresh no longer goes to end of file + _editTextPosition to save the position of the cursor on refresh ~ Save now calls setEditTextToFileContents() to refresh markdown on save + New build version and apk [jspann] check-in: b8a753aab9 user: jspann128@gmail.com tags: master, trunk | |
| 16:53 | [v2.6] Markdown Styling For Main Edit Text Markdown Class & Colors Object code cleanup: ~ Organizing methods and standardizing method jsdoc comments - For loop rendundancy by having most span applied in while loops ~ Reorganizing Colors Object Structure Main Activity: + _isMarkdownEnabled to enable/disable markdown coloring for _editText + Checks around all markdown calls to provide md coloring Project: ~ Version Name updated to 2.6 + v2.6 release APK [Joshua Spann] check-in: edccf942b1 user: jspann128@gmail.com tags: master, trunk | |
| 16:19 | [+] Horizontal Rule Markdown Styles + setHorizontalRuleSpans() ~ setItalicSpans() regex fix for ignoring new lines + Markdown.HORIZONTAL_RULE color [jspann] check-in: 797babbd04 user: jspann128@gmail.com tags: master, trunk | |