adium icon indicating copy to clipboard operation
adium copied to clipboard

Release Updated Version

Open Neustradamus opened this issue 4 years ago • 11 comments

Please provide information on status of next release.

[Reworded by Asher]

Neustradamus avatar Jun 10 '20 16:06 Neustradamus

The details on why there's no no updates is now here: https://github.com/adium/adium/issues/7 along with how to find the most recent work by @Asher- on fixing that up.

As for the message scrolling issue, thankfully that can be fixed without a new build. This solution comes from the forums here and this Softpedia article. Solution copied here:

  • Quit Adium
  • Go to Finder > Applications> Adium > right-click > Show Package Contents
  • Under the folder Contents > Resources, edit the file called Template.html with Atom or TextEdit and replace this (starting on line 215):
//Auto-scroll to bottom.  Use nearBottom to determine if a scrollToBottom is desired.
  function nearBottom() {
   return ( document.body.scrollTop >= ( document.body.offsetHeight - ( window.innerHeight * 1.2 ) ) );
  }
  function scrollToBottom() {
   document.body.scrollTop = document.body.offsetHeight;
  }

with this:

//Auto-scroll to bottom.  Use nearBottom to determine if a scrollToBottom is desired.
          function nearBottom() {
                 return 1;
          }
          function scrollToBottom() {
                 window.scrollTo(0, document.body.scrollHeight);
          }

Load Adium and see if it's fixed. If it is not, it's probably because your message style of choice needs the fix applied as well:

  • Under the folder Contents > Resources > Message Styles > {your active message style} > Right click - show package contents > Contents > Resources. If there is a file called Footer.html, open it and replace the entire function scrollToBottom() with this:
function scrollToBottom() {
                window.scrollTo(0, document.body.scrollHeight);
                return;
}

There is a branch for this here, but it doesn't do us much good in terms of putting out a new release until we get building working again.

jas8522 avatar Dec 05 '20 14:12 jas8522

@bellwood, @jas8522: Any news for merging into master branch (last commit: 5 Sep 2016, in few days: 4 years, 5 months)

  • https://github.com/adium/adium/branches/all

It must be better to merge all into master and remove old branches.

@RobFog, @kjc75, @Asher-, @evands: ^

@evands: There is a problem with your commits, not linked to your GitHub account:

  • https://github.com/adium/adium/commits/master
  • https://github.com/adium/adium/tree/adium-1.5.11-merge
  • https://github.com/adium/adium/tree/adium-1.5.10.5
  • https://github.com/adium/adium/tree/adium-1.5.11

cc: @xnyhps, @wixardy, @zorgiepoo, @monerobby.

Can you add public visibility in https://github.com/orgs/adium/people?

Information: Tails (Debian with Tor) changes Pidgin to another client:

  • https://fosstodon.org/@tails/105587047791026258

Note: The current last Pidgin version is 2.14.1 and the 3.x is always in development: https://keep.imfreedom.org/pidgin/pidgin/

Linked to @shtrom for this plugin: https://github.com/shtrom/Lurch4Adium

cc: @thomasrussellmurphy, @jerrymf, @donatj, @Underboss572, @tchek, @sschneer.

Neustradamus avatar Jan 24 '21 04:01 Neustradamus

Master does not have shared commits. I have held off on moving the working branch to master until it is in working order.

Asher- avatar Jan 24 '21 18:01 Asher-

@Asher-: Thanks for your comprehension and the ticket status change.

Neustradamus avatar Feb 24 '21 23:02 Neustradamus

Master does not have shared commits. I have held off on moving the working branch to master until it is in working order.

I appreciate your reasoning, however I think if there is someone interested in helping to contribute, it would be easier for people to spot where we're at if the changes are in Master and we use a tag to identify release versions (rather than Master itself).

jas8522 avatar Mar 09 '21 16:03 jas8522

It was moved to master several days ago now :)

Asher- avatar Mar 09 '21 16:03 Asher-

@Asher- oh, great!

jas8522 avatar Mar 09 '21 16:03 jas8522

@jas8522: Thanks for the relaunch ^^

@Asher-: Excellent news, thanks to have listened some people like me, people can now see that Adium is not a dead project!

Neustradamus avatar Mar 09 '21 16:03 Neustradamus

Linked to:

  • https://github.com/adium/adium/issues/2
  • https://github.com/adium/adium/issues/14
  • https://github.com/adium/adium/issues/35
  • https://github.com/adium/adium/issues/52

Neustradamus avatar Jan 02 '23 17:01 Neustradamus

A new build is planned or not?

Neustradamus avatar Jun 14 '23 21:06 Neustradamus