senooken JP Social
  • FAQ
  • Login
senooken JP Socialはsenookenの専用分散SNSです。
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices by AndStatus (andstatus@loadaverage.org), page 5

  1. AndStatus (andstatus@loadaverage.org)'s status on Thursday, 28-Mar-2019 14:49:17 JST AndStatus AndStatus
    • Juanjo Faico
    @dwaltiz Funny proposal :-)
    I think it's much easier to fix the problem that you encountered (I suspect it's about UI/#UX) yet even _you_ didn't find time to file the issue properly, trying to reproduce it, describing steps to reproduce the issue and attaching screenshots. Just this post that doesn't help to make the app better, unfortunately :-(
    Yes, there may be "steps back" (developers call them "regressions") but they occur exactly because I'm rewriting #AndStatus and rely on community members, who take their time to explain, what went wrong...
    So, when you are ready to help, please file the bug here and we will substantially discuss it: https://github.com/andstatus/andstatus/issues?q=is%3Aissue+sort%3Aupdated-desc
    Maybe at that stage somebody will join us with concrete help...
    In conversation Thursday, 28-Mar-2019 14:49:17 JST from loadaverage.org permalink

    Attachments

    1. andstatus/andstatus
      from GitHub
      Multiple accounts client for multiple Social networks. For Android - andstatus/andstatus
  2. AndStatus@Mastodon (andstatus@mastodon.social)'s status on Friday, 22-Mar-2019 00:50:01 JST AndStatus@Mastodon AndStatus@Mastodon
    • z428

    @z428 As you may see from the discussion it the GitHub issue, the first and maybe the most undefined step in the #ActivityPub #C2S specification is authentication and whoami (account verification/discovery) steps. We agreed on concrete steps and endpoints with pleroma.site developer, but the same probably won't work out of the box with other systems.
    Anyway, I'm open to collaboration and aim at creation of really unified API, compliant with ActivityPub C2S.

    In conversation Friday, 22-Mar-2019 00:50:01 JST from mastodon.social permalink Repeated by andstatus
  3. AndStatus (andstatus@loadaverage.org)'s status on Monday, 11-Mar-2019 03:28:43 JST AndStatus AndStatus
    • Juanjo Faico
    • :abunhdhappyhop: :abunhdhappy: :abunhdhop: :abunhd:
    • Haelwenn /ɛlwən/ ?
    • Andrew Miloradovsky
    • Kate
    @lanodan @amiloradovsky @kit_ty_kate Yes, #AndStatus really has minimal #ActivityPub Client-to-Server implementation that works with pleroma.site. You can even play with this...
    For more details, including current state of this implementation and problems/questions please see https://github.com/andstatus/andstatus/issues/499
    @kaniini https://loadaverage.org/attachment/5083546
    In conversation Monday, 11-Mar-2019 03:28:43 JST from loadaverage.org permalink

    Attachments


    1. https://loadaverage.org/file/ed9b3ece2c06fbd0df09fb110b9f6f4e11122a5c2a7476417835c49caa3463ff.png
  4. AndStatus (andstatus@loadaverage.org)'s status on Monday, 04-Mar-2019 01:42:27 JST AndStatus AndStatus
    • Juanjo Faico
    #AndStatus v.47.03 "Avatars and Attachments improved" Beta is published, see https://github.com/andstatus/andstatus/issues/456

    What's new:
    1. When some Actor follows (or stops following) me, show detailed info about that Actor, not about my Actor.
    2. If an attached video has a preview image, that image will be shown (currently available for Mastodon only). View image / View media context menu item for remotely accessed media files.
    Show a text link to a media file, for which even preview image couldn't be downloaded (instead of no attachment at all as before). #502
    3. Don't download attached Video by default. May be changed in Settings -> Attachments -> Download attached video
    4. Actor's avatar in their profile is shown with maximum resolution.
    5. Fixed: Cannot delete a Note's Title (Name) after it was first saved (even in a draft).
    6. Fixed: Default notification sound was heard even if set to Silent in Settings. This was caused by changed rules after starting to target Android 9.
    Any Android notification (including Vibration and Sound) should show an icon in Notification Area (Android 9 restriction). https://loadaverage.org/attachment/5061991
    In conversation Monday, 04-Mar-2019 01:42:27 JST from loadaverage.org permalink

    Attachments


    1. https://loadaverage.org/file/f146ca4a04f276ca02a06736a293ee490b32e627883ac36a2b8542bddbfaaaac.png
  5. AndStatus (andstatus@loadaverage.org)'s status on Friday, 22-Feb-2019 13:11:15 JST AndStatus AndStatus
    • Juanjo Faico
    • Nestort ?✅
    @nestort It appears that AndStatus still cannot show a preview of remote media files that it didn't download. Currently only locally downloaded images/video files are shown at attachments and may be viewed. As a result, media files that are larger than configured in "Attachments -> Maximum size of an attachment" are not shown at all.
    We need to store locally a preview image (if it is available) and show that image. Or at least show a text link to the media file, for which even preview image couldn't be downloaded.
    I created the ticket for the feature https://github.com/andstatus/andstatus/issues/502
    In conversation Friday, 22-Feb-2019 13:11:15 JST from loadaverage.org permalink

    Attachments

    1. Preview and click to play/view remote media files (including video) · Issue #502 · andstatus/andstatus
      from GitHub
      It appears that AndStatus still cannot show a preview of remote media files that it cannot download. Currently only locally downloaded images/video files are shown at attachments and may be viewed....
  6. Yuri Volkov (yvolk@loadaverage.org)'s status on Friday, 22-Feb-2019 03:33:46 JST Yuri Volkov Yuri Volkov
    • Christopher Lemmer Webber
    • Juanjo Faico
    • Eliot Berriot
    • Emacsen
    @emacsen I mentioned WebFingerId not as a part of WebFinger protocol, but only as an artificially created identifier, helping to figure out the same actors via old-style (Twitter-like...) client APIs (which don't provide globally unique identifiers of actors (users...)).
    As we're currently are figuring out, how to use #ActivityPub C2S protocol in the real world :-) I see that WebfingerId isn't really needed in ActivityPub API: Actor's profile has enough information to know both username and hostname of an actor (what constitutes WebFingerId).
    I think that you will be interested to read our discussion on this here: https://github.com/andstatus/andstatus/issues/499

    @cwebber @thefaico @eliotberriot
    In conversation Friday, 22-Feb-2019 03:33:46 JST from loadaverage.org permalink Repeated by andstatus

    Attachments

    1. Basic implementation of "client to server" ActivityPub protocol · Issue #499 · andstatus/andstatus
      from GitHub
      As defined at https://www.w3.org/TR/activitypub/ , ActivityPub provides two layers: A server to server federation protocol (so decentralized websites can share information) A client to server proto...
  7. Emacsen (emacsen@emacsen.net)'s status on Friday, 22-Feb-2019 03:07:42 JST Emacsen Emacsen
    • AndStatus
    • Juanjo Faico
    • Eliot Berriot
    • infinite love ⴳ
    • Yuri Volkov
    • [MOVED] Christopher Webber

    @yvolk @andstatus @thefaico @trwnh @eliotberriot @cwebber Thanks for your thoughtful explanation, I'm not sure everyone mentioned here wants to be part of this discussion but it's an interesting one for me!

    I use the term "identities" specifically to reference the "id" property of the AP spec.

    And some of the technologies you mentioned (Webfinger in particular) are not part of AP, so I think it's important to mention that.
    [1/?]

    In conversation Friday, 22-Feb-2019 03:07:42 JST from emacsen.net permalink Repeated by andstatus
  8. Emacsen (emacsen@emacsen.net)'s status on Saturday, 09-Feb-2019 14:01:20 JST Emacsen Emacsen
    • Christopher Lemmer Webber
    • Eliot Berriot
    • infinite love ⴳ

    @trwnh @cwebber @eliotberriot @kity

    Maybe I misunderstand the issue but I think part of it is that right now people are okay with having N ActivityPub identities in a way that mirrors their proprietary service life. "Mastadon, PeerTube, Pixelfed" each on their own. But if you moved the bar the other way, to each of those being some sub-stream of your general AP identity, then you'd insist on a client (or c2s model) that was flexible enough to handle it.

    In conversation Saturday, 09-Feb-2019 14:01:20 JST from emacsen.net permalink Repeated by andstatus
  9. AndStatus (andstatus@loadaverage.org)'s status on Thursday, 21-Feb-2019 00:39:23 JST AndStatus AndStatus
    • Christopher Lemmer Webber
    • Juanjo Faico
    • Eliot Berriot
    • infinite love ⴳ
    • Emacsen
    @emacsen #AndStatus Android client allows you to setup as many user accounts as you wish in several types of Social networks (#ActivityPub is in testing now). And it recognizes the same your Actor in different instaces, showing a combine view of one Actor via several networks, or a view of all your Actors...

    @eliotberriot @trwnh @kity @cwebber
    In conversation Thursday, 21-Feb-2019 00:39:23 JST from loadaverage.org permalink
  10. AndStatus (andstatus@loadaverage.org)'s status on Wednesday, 20-Feb-2019 14:29:37 JST AndStatus AndStatus
    • Juanjo Faico
    • :abunhdhappyhop: :abunhdhappy: :abunhdhop: :abunhd:
    @kaniini And you only mentioned differencies in authentication part...
    In conversation Wednesday, 20-Feb-2019 14:29:37 JST from loadaverage.org permalink
  11. AndStatus (andstatus@loadaverage.org)'s status on Monday, 18-Feb-2019 00:50:27 JST AndStatus AndStatus
    in reply to
    • Juanjo Faico
    • ⚪ the lynne creacher
    @lynnesbian That it a screenshot made when I only started development, many years ago... And it needs an update definitely :-)
    In conversation Monday, 18-Feb-2019 00:50:27 JST from loadaverage.org permalink
  12. ⚪ the lynne creacher (lynnesbian@fedi.lynnesbian.space)'s status on Monday, 28-Jan-2019 08:55:02 JST ⚪ the lynne creacher ⚪ the lynne creacher

    just saw this screenshot on andstatus' google play page and got transported back to an era i never wanted to revisit

    if you are nostalgic for pre-jellybean android you are wrong. your opinion is wrong.

    In conversation Monday, 28-Jan-2019 08:55:02 JST from fedi.lynnesbian.space permalink Repeated by andstatus
  13. AndStatus (andstatus@loadaverage.org)'s status on Monday, 18-Feb-2019 00:34:05 JST AndStatus AndStatus
    • Juanjo Faico
    I made the simplest implementation of #ActivityPub C2S protocol in #AndStatus, allowing me to log into pleroma.site, read home timeline and get other user's info (i.e. read the Actor's profile based on his "id").
    But I've got an error response from pleroma.site server on an attempt to send a Note, so I created another bug report in pleroma issues tracker: https://git.pleroma.social/pleroma/pleroma/issues/650

    Alpha build of AndStatus is attached to this comment: https://github.com/andstatus/andstatus/issues/499#issue-389014088 , source code is available in the repository. https://loadaverage.org/attachment/5020018
    In conversation Monday, 18-Feb-2019 00:34:05 JST from loadaverage.org permalink

    Attachments


    1. https://loadaverage.org/file/c614a1b6d22f3401ec9b0ca5d02e4399c15530caf3a8c2e4f2e83f8d52da52f6.png
  14. AndStatus (andstatus@loadaverage.org)'s status on Thursday, 14-Feb-2019 15:15:38 JST AndStatus AndStatus
    in reply to
    • Juanjo Faico
    • Haelwenn /ɛlwən/ ?
    @lanodan It's OK for #Mastodon and #Pleroma to use in their UI "summary" property only. Especially taking into account that Mastodon actually doesn't have Title/Subject of a "toot" but "CW" only (Content Warning) that fits into semantics of #ActivityPub's "summary" better than into "name".
    Above decision shouldn't influence the "name" property, one of basic properties of #ActivityPub vocabulary.

    Regarding current usage: Pump.io uses both "name" and "summary" properties since its creation in 2013, and they live together without problems.
    In conversation Thursday, 14-Feb-2019 15:15:38 JST from loadaverage.org permalink
  15. Haelwenn /ɛlwən/ ? (lanodan@queer.hacktivis.me@queer.hacktivis.me)'s status on Thursday, 14-Feb-2019 14:47:38 JST Haelwenn /ɛlwən/ ? Haelwenn /ɛlwən/ ?
    in reply to
    • AndStatus
    • Haelwenn /ɛlwən/ ?
    @andstatus Pleroma/Mastodon WebUI is using the summary field, name has just no place at all in the REST APIs nor in the current world of the fediverse.
    And even in a bit different world: Friendica posts with a title are Articles, without they are Notes.
    In conversation Thursday, 14-Feb-2019 14:47:38 JST from queer.hacktivis.me permalink Repeated by andstatus
  16. AndStatus (andstatus@loadaverage.org)'s status on Thursday, 14-Feb-2019 14:40:18 JST AndStatus AndStatus
    • Juanjo Faico
    Discussion of the #ActivityPub Note's "name" property usage and it's processing by Pleroma. Main attention is on the Client to Server interactions that are being implemented in #AndStatus.

    I feel that we mixing two different use cases here:

    1. An ActivityPub property, to which a Note's Subject/Title is placed, when entered via Pleroma web UI.
    I understood about this point.

    2. Delivery / sending to other servers a Note, which came from a client application or from another server and which has the "name" property.
    I assume that if incoming Note has the "name" property, Pleroma doesn't delete that property, but sends it to recipients with the same value.
    ?!

    https://git.pleroma.social/pleroma/pleroma/issues/635
    In conversation Thursday, 14-Feb-2019 14:40:18 JST from loadaverage.org permalink

    Attachments

    1. ActivityPub C2S: Incorrect property for the Note's Title (should be "name") (#635) · Issues · Pleroma / pleroma
      from GitLab
      Currently Note's title is in the "summary" property. Should be in the "name" property. For a difference between them see e.g. EXAMPLE 15 in https://www.w3.org/TR/activitystreams-vocabulary/#dfn-create `{ "@context": "https://www.w3.org/ns/activitystreams", "summary": "Sally...
  17. :abunhdhappyhop: :abunhdhappy: :abunhdhop: :abunhd: (kaniini@pleroma.site)'s status on Wednesday, 06-Feb-2019 06:18:01 JST :abunhdhappyhop: :abunhdhappy: :abunhdhop: :abunhd: :abunhdhappyhop: :abunhdhappy: :abunhdhop: :abunhd:
    • :abunhdhappyhop: :abunhdhappy: :abunhdhop: :abunhd:

    by the way, did you know that Pleroma and AndStatus are collaborating on building a production ActivityPub C2S client?

    read about it here: https://github.com/andstatus/andstatus/issues/499

    In conversation Wednesday, 06-Feb-2019 06:18:01 JST from pleroma.site permalink Repeated by andstatus

    Attachments

    1. Basic implementation of "client to server" ActivityPub protocol · Issue #499 · andstatus/andstatus
      from GitHub
      As defined at https://www.w3.org/TR/activitypub/ , ActivityPub provides two layers: A server to server federation protocol (so decentralized websites can share information) A client to server proto...
  18. AndStatus (andstatus@loadaverage.org)'s status on Monday, 04-Feb-2019 14:54:07 JST AndStatus AndStatus
    • Juanjo Faico
    • Colegota El Villano
    @colegota I need to look into Notifications another time, after the latest crash fix (that was a one line fix actually). Looks like different "notification channels" are mixed...
    In conversation Monday, 04-Feb-2019 14:54:07 JST from loadaverage.org permalink
  19. AndStatus (andstatus@loadaverage.org)'s status on Sunday, 03-Feb-2019 23:09:32 JST AndStatus AndStatus
    • Juanjo Faico
    • Fedilab
    @tom79 "statuses/mentions.json" endpoint is the primary source of Notifications in the GNU Social "type of a Social network" and in Twitter. But as I wrote, an activity / note from ANY timeline may be put into "(Unread) Notifications" timelines, if #AndStatus app decides that a User needs to be notified about it. Even from "Search" timelines, which can be made syncable.
    @up201705417@loadaverage.org
    In conversation Sunday, 03-Feb-2019 23:09:32 JST from loadaverage.org permalink
  20. AndStatus (andstatus@loadaverage.org)'s status on Sunday, 03-Feb-2019 22:45:19 JST AndStatus AndStatus
    in reply to
    • Diogo Cordeiro
    • Juanjo Faico
    • Fedilab
    • Colegota El Villano
    @up201705417@loadaverage.org "Unread notifications" are just notifications, which weren't explicitly marked as "read" by a user (using "Mark all as read" button on an "Unread notifications" timeline).
    @tom79 @lnxw48a1@nu.federati.net @colegota
    In conversation Sunday, 03-Feb-2019 22:45:19 JST from loadaverage.org permalink
  • After
  • Before

User actions

    AndStatus

    AndStatus

    Moscow, Russia

    http://andstatus.org/

    Open Source multiple accounts client for multiple Social networks, including GNU social, Mastodon, Twitter and Pump.io. AndStatus can combine your feeds from all networks into one Timeline, and it allows you to read and post even when you are offline. For Android v.7.0+ devices.

    Tags
    • (None)
    ActivityPub
    Remote Profile

    Following 0

      Followers 1

      • せのお (妹尾 賢)

      Groups 0

        Statistics

        User ID
        3085
        Member since
        15 Aug 2018
        Notices
        138
        Daily average
        0

        Feeds

        • Atom
        • Help
        • About
        • FAQ
        • TOS
        • Privacy
        • Source
        • Version
        • Contact

        senooken JP Social is a social network, courtesy of senooken. It runs on GNU social, version 2.0.2-beta0, available under the GNU Affero General Public License.

        Creative Commons Attribution 3.0 All senooken JP Social content and data are available under the Creative Commons Attribution 3.0 license.