SimpleMarkdown is an Android app for editing Markdown!
Find a file
William Brawner 01978548c6
Some checks are pending
Build & Test / Validate (push) Waiting to run
Build & Test / Run Unit Tests (push) Blocked by required conditions
Build & Test / Run UI Tests (push) Blocked by required conditions
Build & Test / Validate (pull_request) Successful in 24s
Build & Test / Run Unit Tests (pull_request) Successful in 9m48s
Build & Test / Run UI Tests (pull_request) Successful in 9m48s
Add LocalOnlyException
This is intended to enable local logging of some exceptions for debugging purposes without overrunning the remote crash reporter with issues that can't really be actioned upon
2024-08-22 21:01:53 -06:00
.forgejo/workflows Update actions/setup-java action to v4 2024-08-03 09:51:28 +00:00
.github/workflows Update gradle/wrapper-validation-action action to v3 2024-08-06 11:02:37 +00:00
app Add LocalOnlyException 2024-08-22 21:01:53 -06:00
buildSrc Rename VersionPart to ReleaseType 2023-09-29 07:44:24 -06:00
core Add LocalOnlyException 2024-08-22 21:01:53 -06:00
fastlane/metadata/android/en-US Add note about INTERNET permission justification for F-droid description 2021-06-27 10:46:27 -06:00
free Ignore lint warnings for GradleDependency version 2024-08-21 22:10:34 -06:00
gradle Update dependency androidx.compose:compose-bom to v2024.08.00 2024-08-22 09:30:58 +00:00
non-free Ignore lint warnings for GradleDependency version 2024-08-21 22:10:34 -06:00
.gitignore Re-implement Crashlytics 2020-09-21 15:07:50 -07:00
.gitlab-ci.yml Update openjdk Docker tag to v24 2024-08-03 10:03:57 +00:00
build.gradle.kts Migrate to Gradle version catalogs 2024-07-11 22:00:13 -06:00
flank_auth.sh Fix flank auth in GitHub workflow 2021-02-20 21:36:07 -07:00
gradle.properties Improve build times 2024-02-15 16:35:23 -07:00
gradlew Update dependency gradle to v8.9 2024-08-03 05:05:47 +00:00
gradlew.bat Update dependency gradle to v8.9 2024-08-03 05:05:47 +00:00
Jenkinsfile Fix jenkinsfile 2020-04-08 07:58:54 -07:00
keystore.properties.sample Fix jenkinsfile 2020-04-08 07:58:54 -07:00
LICENSE Added license and readme 2017-08-23 14:51:13 -05:00
NOTICE-ASL.txt Added some helpful information and licensing stuff 2017-08-23 21:17:50 -05:00
README.md Update README.md 2022-11-03 08:58:49 -06:00
renovate.json Add renovate.json 2024-08-03 00:16:22 +00:00
settings.gradle.kts Migrate to Gradle version catalogs 2024-07-11 22:00:13 -06:00

Simple Markdown

pipeline status

Simple Markdown is an open source Markdown editor.

Get it on Google Play Get it on F-Droid

Building

Using Android Studio is the preferred way to build the project. To build from the command line, you can run

./gradlew assembleFreeDebug

Crashlytics

SimpleMarkdown makes use of Firebase Crashlytics for error reporting. You'll need to follow the Get started with Firebase Crashlytics guide in order to build the project.

License

   Copyright 2017-2022 William Brawner

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

Libraries