Nik Clayton
73e9ef3b81
docs: Mention translation support in the documentation ( #253 )
2023-11-15 15:59:31 +01:00
Nik Clayton
80e61f3499
docs: Update badges and fix links in README.md
...
Update missing or incorrect information in README.md
- Link to Weblate with a badge
- Link to Play and F-Droid stores
- Correct the link to the list of releases
- Link to CONTRIBUTING.md
Fixes #13
2023-09-09 16:24:39 +02:00
Nik Clayton
55075fe84f
docs: Add contributor license agreements ( #1 )
...
Ensure contributions are appropriately licensed by requiring new
contributors sign a CLA.
CLAs are from https://contributoragreements.org/agreement-chooser.html ,
and https://cla-assistant.io is configured in the repository to present
the CLA to first-time contributors when they propose a PR.
2023-09-05 14:35:07 +02:00
Nik Clayton
c42f4e1067
docs: Adopt the Contributor Covenant Code of Conduct
...
Be explicit, from the beginning, about how this community is expected
to conduct itself.
2023-09-05 13:40:58 +02:00
Nik Clayton
1bf13b10f8
refactor: Transition from Tusky to Pachli
...
- Rename packages to app.pachli.*
- Switch to Pachli icons (blue / orange)
- Reset database schema version to 1
- Reset versionCode to 1 and versionName to "1.0"
- Update colour scheme, use colorPrimary etc through the app
- Use Material UI components for toolbars
- Use "Pachli" in strings (UI, constants, etc)
- Update copyright on code I contributed
- Update README
- Update fastlane metadata
2023-09-05 13:33:37 +02:00
Nik Clayton
908c88726b
ci: Remove Bitrise configuration and reference in README
2023-09-01 18:28:56 +02:00
Konrad Pozniak
a0286d9e5c
delete "head of development" section from readme ( #3636 )
2023-05-17 20:35:01 +02:00
Konrad Pozniak
d34586b7c8
Update Readme ( #3304 )
...
* Update Readme
* master -> main
2023-02-14 21:09:16 +01:00
Konrad Pozniak
eb167c623b
new app icon ( #2695 )
...
* new app icon
* make icon in readme a bit smaller
2022-09-13 19:48:09 +02:00
Konrad Pozniak
93d5cb1e0c
update bitrise build status badge
2022-08-06 09:00:55 +02:00
Konrad Pozniak
d9931e3d2c
Rename Toots to Posts ( #2396 )
...
* rename toots -> posts in strings
* extract tusky_compose_post_quicksetting_label string
* rename toot -> status in code
2022-03-20 20:21:42 +01:00
Guntbert Reiter
971fc65a54
Correct sentence in README ( #1933 )
...
questions (not answers) get answers :-)
2020-09-07 19:11:48 +02:00
Konrad Pozniak
1740707660
add faq link to readme
2020-04-29 19:15:33 +02:00
Mary
ec986887e3
update Readme - Mastodon no longer supports OStatus ( #1538 )
...
[Mastodon no longer supports OStatus](https://blog.joinmastodon.org/2019/10/mastodon-3.0/#goodbye-ostatus-you-ve-been-deprecated ) and is thus no longer GNU Social-compatible. Also fixed a minor grammatical quirk to make it a bit easier to understand.
2019-10-16 17:34:51 +02:00
Mostafa Ahangarha
f0a2dd4c6a
Added URL for translation in README.md ( #1509 )
2019-10-05 08:38:00 +02:00
Conny Duck
e2e2eecc20
remove Amazon from Readme
2019-09-09 14:26:44 +02:00
Konrad Pozniak
2de0a690ae
Repace Crowdin with Weblate in Readme
2019-03-25 13:40:23 +01:00
Konrad Pozniak
5d7c8f975a
Add Opencollective badge to readme
2019-03-05 20:21:44 +01:00
Konrad Pozniak
7e68aecba7
Replace Stringlate with Crowdin ( #1055 )
2019-02-20 22:44:03 +01:00
Konrad Pozniak
a38319fad0
update my mastodon acc in README.md
2019-01-30 20:51:11 +01:00
Konrad Pozniak
72c0adae03
Update Readme.MD
2018-12-12 19:46:43 +01:00
Konrad Pozniak
95b1a7c61a
Update bitrise badge ( #833 )
2018-09-03 16:24:39 +02:00
Konrad Pozniak
4d836b54b8
include nightly info in README
2018-07-16 21:01:33 +02:00
Konrad Pozniak
4fe6efe977
update bitrise badge in README.md
2018-07-09 14:56:22 +02:00
Conny Duck
71f4f0ad2d
Release 39
2018-07-01 12:26:04 +02:00
Ivan Kupalov
5b8b8d9fe0
Add CircleCI badge ( #651 )
2018-05-13 14:04:59 +02:00
Konrad Pozniak
09da0e0945
add dev chat to README.md
2018-05-11 20:14:31 +02:00
Konrad Pozniak
5d5c103644
add stringlate badge to readme
2018-04-14 10:19:17 +02:00
Christian Paul
3fb766fc68
Add titel, description and images for fastlane (and F-Droid) ( #564 )
...
* Add titel, description and move images for fastlane (and F-Droid)
* Replace app title with multi-account feature in the short description
* Add feature list to full_description.txt
2018-04-09 12:37:56 +02:00
Christian Paul
d7d6afc2ef
README and CONTRIBUTING capitalization and typo ( #565 )
...
* Capitalize product names Java and GitHub
* Fix capitalization and typo in the Feature list
2018-04-09 08:45:27 +03:00
Konrad Pozniak
60b58ccba5
Update README.md
2018-02-19 21:51:45 +01:00
Konrad Pozniak
69a478aebf
Add Support section, remove building section from README.md
2018-02-15 21:23:15 +01:00
Konrad Pozniak
be018d349c
add bitrise badge to README.me
2018-02-13 21:22:09 +01:00
Konrad Pozniak
92ae463b38
Multi account feature ( #490 )
...
* basic implementation
* improve LoginActivity
* darken drawer background image
* add current avatar in ComposeActivity
* add account name to logout dialog
* multi account support for notifications
* multi account support for notifications
* bugfixes & cleanup
* fix bug where somethings notifications would open with the wrong user
* correctly set active account in SFragment
* small improvements
2018-02-03 22:45:14 +01:00
Conny Duck
9c2227fe28
update amazon link in readme
2017-12-09 10:46:33 +01:00
Konrad Pozniak
cc1c52100f
Update README.md to reflect current changes
2017-10-22 10:37:52 +02:00
Conny Duck
b7f3a90f92
new launcher icon, new adaptive icon
2017-10-19 14:06:52 +02:00
Konrad Pozniak
76bf08abea
Update README.md
2017-10-17 08:59:42 +02:00
Vavassor
1fbcc556d5
Removes outdated references to the unused Tusky API.
2017-07-27 01:18:27 -04:00
Vavassor
4548ad66b1
Adds F-Droid badge to README.md.
2017-07-14 19:56:49 -04:00
Vavassor
6dbdb31101
Fixes the Amazon badge in README.md.
2017-05-11 16:29:36 -04:00
Vavassor
98229d2bb7
Moves store badges and normalizes their sizes.
2017-05-11 16:16:31 -04:00
Vavassor
6be10527ef
Adds store badges to README.md.
2017-05-11 16:13:49 -04:00
Vavassor
4c582bdf3d
Merge branch 'new-icon' of https://github.com/daycode/Tusky into daycode-new-icon
2017-04-21 00:32:03 -04:00
daycode
618001d163
fix dark shadow
2017-04-10 20:28:36 +02:00
Vavassor
17c8827b35
google-services.json is back. Hope it makes contributors' time easier.
2017-04-09 23:29:54 -04:00
daycode
9ebf4ddb15
Replace Tusky logo in README.md
2017-04-09 21:41:12 +02:00
Vavassor
99c621c8d1
Update README.md
...
Adjusts the formatting of README.md.
2017-03-26 19:04:59 -04:00
Vavassor
7ac98fecb1
Added Tusky-API and Firebase basic info to README.md.
2017-03-26 18:56:07 -04:00
Vavassor
7f4637c04c
Improved login error messages. Also, updated readme with F-Droid removed and no mention of alpha status.
2017-03-19 23:15:36 -04:00