Commit Graph

61 Commits

Author SHA1 Message Date
0c8cfff737 Increase version to 27 - 0.1.4-alpha 2018-08-12 11:02:41 +02:00
9aea984e4c Increase app version 2018-08-11 23:34:24 +02:00
9297211785 Remove unused test 2018-08-11 23:34:11 +02:00
d69baed0cf Increase version of app 2018-08-11 21:46:50 +02:00
08f997ff48 Update bookmark 2018-08-11 21:46:14 +02:00
6532cd4697 Remove runConfigurations.xml 2018-08-11 21:46:01 +02:00
38eaf4e25f Check the selected account and use it when posting 2018-05-15 21:36:55 +02:00
5cccd03e2f Improve logging in with the app 2018-05-15 21:36:34 +02:00
aca666cdf1 Add basic tests for url and parsing of syndication 2018-04-26 02:07:25 +02:00
763422f7dd Remove settings menu option 2018-04-26 02:07:09 +02:00
08bbf1d236 Increase version to 0.0.14-alpha 2018-04-26 02:01:24 +02:00
89a09f1b88 Use new client_id and redirect_uri 2018-04-26 02:01:05 +02:00
692a7268d7 Fix problem when returning to App from Firefox
- Without this change the app will crash, because certain fields
aren't set
2018-04-26 02:00:16 +02:00
596dfddb22 Increase version to 0.0.12-alpha 2018-04-24 21:43:43 +02:00
519f82f43d Add toolbar back for LikeActivity 2018-04-24 21:43:07 +02:00
3dc9734180 Make Toast show longer 2018-04-24 21:39:34 +02:00
64a679f10c Increase version 0.0.11-alpha 2018-04-23 20:54:11 +02:00
717d88fa93 Two problems with prefixing with https://
- matches tries to match full string
- fromLiteral escapes regex chars
- rewritten with startsWith
2018-04-23 20:51:56 +02:00
872a409046 Remove the verification step from the auth flow, as it's not needed
The verification step is part of section 5 of the Indieauth spec, which
deals with identification and not authorization. Micropub clients don't
need it, and don't have to implement it.
2018-04-23 20:38:17 +02:00
86ffb8939b Increase version to 0.0.10-alpha 2018-04-22 00:33:12 +02:00
bdee44ab8e Cleanup of VerifyAuthenticationTask 2018-04-22 00:32:35 +02:00
a009adddc9 Merge branch 'master' of github.com:pstuifzand/micropub-android 2018-04-21 23:57:43 +02:00
f9a13363c6 Don't check for "scope" element when verifying code 2018-04-21 23:55:30 +02:00
8d5b4b83e0 Increase version to 0.0.9-alpha 2018-04-21 23:54:40 +02:00
44c5de8ae4
Create README.md
Add other clients
2018-04-11 17:25:19 +02:00
b306b2f54a Better and add name to default fields 2018-04-11 00:44:06 +02:00
050d3ce279 Improve icon sizes 2018-04-11 00:33:09 +02:00
81b095667d Many improvements
- Use linearadapter for syndicate-to
- Fix problem when finding url in text
- Rewrite WebSignin in Kotlin
- Cleanup bookmark interface
2018-04-11 00:22:59 +02:00
bdda82b6ae Remove extra TextInputLayout 2018-03-23 23:57:24 +01:00
0632bd3076 Authenticate through VIEW intent 2018-03-23 23:56:59 +01:00
ac41090fdb Improve image icons 2018-03-23 19:54:36 +01:00
1cdcb335fb Add improved images 2018-03-23 19:49:16 +01:00
ac68c76ea8 Increase version to 8 2018-03-23 19:34:56 +01:00
bed4de9464 Add autocomplete to input for web signin url textfield 2018-03-23 19:34:27 +01:00
cec864a9b7 Add https:// before signin url when it's missing 2018-03-23 19:33:53 +01:00
e018b91c28 Close WebSigninActivity after successfully signing in 2018-03-23 19:33:12 +01:00
1577bbe308 Add bookmarking as activity 2018-03-22 22:41:05 +01:00
1d92436a3c Add likes and better authentication 2018-03-22 21:54:28 +01:00
f2afb939c6 Add test code 2018-03-04 23:34:20 +01:00
c685f0a944 Cleanup overal 2018-03-04 17:08:36 +01:00
28576f6846 Improve error handling in verification 2018-03-01 20:10:53 +01:00
a1777f7d7e Increase version to 4 2018-03-01 20:10:28 +01:00
3cea3f2e7b Increase version of jsoup and import Link headers
Closes #1.
2018-02-28 17:13:53 +01:00
1c67c20bc9 Increase version to 3 2018-02-28 17:13:27 +01:00
0318ef24c6 Add some margin top to content 2018-02-28 14:20:38 +01:00
b1d55f8745 Add TextInputLayouts to categories and content 2018-02-28 14:10:51 +01:00
2a18db4167 Extract hardcoded string resources from content_main 2018-02-28 10:52:08 +01:00
a420954bda Use TextInputLayout for in_reply_to 2018-02-28 10:50:39 +01:00
fb3925978f Release versionCode = 2 2018-02-28 10:50:13 +01:00
1bf3af94d8 Fix scrolling issue where main content hides under toolbar 2018-02-26 07:36:34 +01:00