Commit graph

70 commits

Author SHA1 Message Date
Morgan McMillian 77db17acd4 Setting to hide images in timeline resolves #75 2018-11-11 07:54:18 -08:00
Morgan McMillian 198b804f2e additional pwa testing bits 2018-11-11 07:53:28 -08:00
Morgan McMillian e3d62e27d3 fix app title in index and manifest and updating icon sizes 2018-10-29 17:20:39 -07:00
Morgan McMillian 5a0a18ab95 Fix reference to new-post from thread page
Remove more unused imports from stream and post-menu
2018-10-07 08:00:09 -07:00
Morgan McMillian 126f00e165 Added missing pnut-butter import and removed unused imports 2018-10-07 07:39:40 -07:00
Morgan McMillian f34216213f Split out new-post modal and post-menu template and code 2018-10-07 07:36:07 -07:00
Morgan McMillian 03a6e19b5d remove thumbnail tag so image scales properly to be visible in the post issue #73 2018-09-02 18:23:11 -07:00
Morgan McMillian 284836e0dd show thumbnail by default in timeline but open in browser when clicked. issue #73 and #16 2018-09-02 17:49:21 -07:00
Morgan McMillian 749281d959 add action to open post in browser resolves issue #65 2018-07-07 08:16:41 -07:00
Morgan McMillian e5cdc80b64 add progress bar for file uploads resolves #53 2018-02-24 07:22:13 -08:00
Morgan McMillian 1c9dafa4e3 handle change in scope 2018-02-20 20:42:42 -08:00
Morgan McMillian e55fafe04b handle invalid auth token resolve #52 2018-02-19 18:35:21 -08:00
Morgan McMillian a4b71c1707 show attachments with thumbnails and remove button 2018-02-19 11:14:50 -08:00
Morgan McMillian e3b4109d7b attach oembed to post 2018-02-19 08:32:51 -08:00
Morgan McMillian f305310bd7 Removed unused http plugin 2018-02-19 07:36:10 -08:00
Morgan McMillian 50b58cc16f file upload to pnut 2018-02-19 07:04:16 -08:00
Morgan McMillian fc089fe12b Added plugin cordova-plugin-filechooser
Added image button to new post screen
2018-02-17 15:32:24 -08:00
Morgan McMillian e3938a2efe convert posts which exceed 254 characters to raw "nl.chimpnut.blog.post" resolves #51 2018-02-17 09:28:10 -08:00
Morgan McMillian d0f69b88a9 updated package dependencies 2018-02-17 07:47:07 -08:00
Morgan McMillian f02c4d6220 close the overflow after sharing 2018-01-19 05:58:17 -08:00
Morgan McMillian 5a016ea197 Don't include the / mark unless there are additional mentions resolves #46 2018-01-18 21:36:24 -08:00
Morgan McMillian 576f8ed493 display long posts in timeline, issue #51 2018-01-17 20:41:57 -08:00
Morgan McMillian 399e5e68f8 Enable share post button, issue #13 2017-12-19 19:48:38 -08:00
Morgan McMillian 9cfaaae6cb recognize device platform amazon-fireos as Android
resolves #47
2017-11-20 07:03:08 -08:00
Morgan McMillian e6eb71003b don't bother parsing mentions if there are not any.
resolves #46
2017-11-19 14:50:55 -08:00
Morgan McMillian db9cd43d58 Added setting for default timeline, issue #40 2017-09-05 20:50:16 -07:00
Morgan McMillian 154900d497 fix background for white transparent images, issue #41 2017-08-13 07:28:32 -07:00
Morgan McMillian a5ff687946 Add overflow menu to the thread view, issue #39 2017-08-13 07:07:15 -07:00
Morgan McMillian 83d1ff2555 wire up cc on reply setting and refresh timeline on back event 2017-08-05 08:59:22 -07:00
Morgan McMillian 3f57ebe195 fix production compile errors for settings page #31 2017-08-05 07:43:19 -07:00
Morgan McMillian 384ad6ad75 Added delete button with overflow menu. Issue #19 2017-08-04 16:43:48 -07:00
Morgan McMillian 40d9f12f79 add parameter to exclude deleted posts when fetching, issue #37 and #35 2017-08-04 13:47:37 -07:00
Morgan McMillian b11ea8e215 added setting for unified timeline, issue #29 and #31 2017-08-04 13:22:13 -07:00
Morgan McMillian 73f2a297ab Initial settings page, issue #31 2017-07-23 07:48:29 -07:00
Morgan McMillian 61024e18ca fix bookmark and repost from thread view issue #36 2017-07-23 06:51:37 -07:00
Morgan McMillian 7e58365dac properly exclude deleted posts from the stream #35 2017-07-22 08:17:35 -07:00
Morgan McMillian e1a81b4185 exclude self mention on reply to self #33 2017-07-22 07:15:33 -07:00
Morgan McMillian 471a255b78 fixed hyperlinks on posts in conversation view #34 2017-07-22 07:08:08 -07:00
Morgan McMillian d310aef14d version bump for 0.3.0 release 2017-07-09 08:22:10 -07:00
Morgan McMillian 46ac23bb68 hide overflow for now and tweak the mention highlight yet again 2017-07-09 08:08:05 -07:00
Morgan McMillian 4174ec3fc6 toast notifications for issue #6 and overflow for more actions 2017-07-06 16:33:48 -07:00
Morgan McMillian 62fb31b68e fix error when checking for mentions of self, and tweak the color again 2017-06-28 20:20:14 -07:00
Morgan McMillian 680a3a0a2c added button to scroll back to top of feed issue #24 2017-06-25 21:19:49 -07:00
Morgan McMillian 84f09636c9 tweak auth for bb10 to use a valid redirect URL, issue #9 #21 2017-06-25 15:32:38 -07:00
Morgan McMillian ee532730d6 highlight posts where you are mentioned, issue #18 2017-06-25 14:01:43 -07:00
Morgan McMillian aaaafa18b4 show who reposted but keep it hidden for the moment, may rework this more 2017-06-25 10:52:26 -07:00
Morgan McMillian fe0f12f613 handle repost_of object, issue #10 2017-06-25 08:24:11 -07:00
Morgan McMillian 83cb73cdf4 fix reply icon on thread view 2017-06-19 22:12:24 -07:00
Morgan McMillian cd65ed97cd include mentions, bookmarks, and logout button 2017-06-19 22:05:39 -07:00
Morgan McMillian 4bbff3cf8a bump post count and include raw when retrieving thread. #5 2017-06-19 18:42:24 -07:00