From 2237c39c94f3fdad72a5d7703a6def69c26b0a47 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 15 May 2014 19:56:31 -0700 Subject: first apd files --- app/channel.apd | 3 +++ app/matrix.apd | 3 +++ app/profile.apd | 4 ++++ 3 files changed, 10 insertions(+) create mode 100644 app/channel.apd create mode 100644 app/matrix.apd create mode 100644 app/profile.apd (limited to 'app') diff --git a/app/channel.apd b/app/channel.apd new file mode 100644 index 000000000..cfb1f55da --- /dev/null +++ b/app/channel.apd @@ -0,0 +1,3 @@ +url: $baseurl/channel/$nick +requires: local_user +name: Channel Home diff --git a/app/matrix.apd b/app/matrix.apd new file mode 100644 index 000000000..c762e5aa6 --- /dev/null +++ b/app/matrix.apd @@ -0,0 +1,3 @@ +url: $baseurl/network +requires: local_user +name: Matrix diff --git a/app/profile.apd b/app/profile.apd new file mode 100644 index 000000000..ce52f960b --- /dev/null +++ b/app/profile.apd @@ -0,0 +1,4 @@ +url: $baseurl/profile/$nick +requires: local_user +name: Profile + -- cgit v1.2.3 From 2dee303d92e4dc5d176483b2af3791b7c5f546cb Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 15 May 2014 20:09:28 -0700 Subject: more base apps --- app/events.apd | 4 ++++ app/photos.apd | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 app/events.apd create mode 100644 app/photos.apd (limited to 'app') diff --git a/app/events.apd b/app/events.apd new file mode 100644 index 000000000..4f832ab18 --- /dev/null +++ b/app/events.apd @@ -0,0 +1,4 @@ +url: $baseurl/events +requires: local_user +name: Events + diff --git a/app/photos.apd b/app/photos.apd new file mode 100644 index 000000000..de0e60096 --- /dev/null +++ b/app/photos.apd @@ -0,0 +1,4 @@ +url: $baseurl/photos/$nick +requires: local_user +name: Photos + -- cgit v1.2.3 From a2b4187a083a16df788fa6feb196d64ec970d3c4 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 15 May 2014 20:36:09 -0700 Subject: add directory --- app/directory.apd | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 app/directory.apd (limited to 'app') diff --git a/app/directory.apd b/app/directory.apd new file mode 100644 index 000000000..59aa157c6 --- /dev/null +++ b/app/directory.apd @@ -0,0 +1,2 @@ +url: $baseurl/directory +name: Directory -- cgit v1.2.3 From 420540fc9444ec3273338ea7663e7903e9933414 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 15 May 2014 20:39:49 -0700 Subject: login app --- app/login.apd | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/login.apd (limited to 'app') diff --git a/app/login.apd b/app/login.apd new file mode 100644 index 000000000..8d2c688b5 --- /dev/null +++ b/app/login.apd @@ -0,0 +1,3 @@ +url: $baseurl/login +requires: nologin +name: Login \ No newline at end of file -- cgit v1.2.3 From 07fbf0d5de09ea594f2b19a4067bca986e96cacc Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 15 May 2014 20:46:41 -0700 Subject: this is how to link photos to apps --- app/matrix.apd | 1 + app/matrix.png | Bin 0 -> 8983 bytes 2 files changed, 1 insertion(+) create mode 100644 app/matrix.png (limited to 'app') diff --git a/app/matrix.apd b/app/matrix.apd index c762e5aa6..96df48690 100644 --- a/app/matrix.apd +++ b/app/matrix.apd @@ -1,3 +1,4 @@ url: $baseurl/network requires: local_user name: Matrix +photo: $baseurl/app/matrix.png diff --git a/app/matrix.png b/app/matrix.png new file mode 100644 index 000000000..1ee7c1b97 Binary files /dev/null and b/app/matrix.png differ -- cgit v1.2.3 From 95f4103a9fa7966e8b5419ec73d5f54f39795e3e Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 15 May 2014 22:29:07 -0700 Subject: some photos --- app/channel.apd | 1 + app/directory.apd | 1 + app/directory.png | Bin 0 -> 12024 bytes app/events.apd | 2 +- app/events.png | Bin 0 -> 11242 bytes app/home.png | Bin 0 -> 5172 bytes app/photos.apd | 2 +- app/photos.png | Bin 0 -> 11571 bytes 8 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 app/directory.png create mode 100644 app/events.png create mode 100644 app/home.png create mode 100644 app/photos.png (limited to 'app') diff --git a/app/channel.apd b/app/channel.apd index cfb1f55da..be13ee77b 100644 --- a/app/channel.apd +++ b/app/channel.apd @@ -1,3 +1,4 @@ url: $baseurl/channel/$nick requires: local_user name: Channel Home +photo: $baseurl/app/home.png diff --git a/app/directory.apd b/app/directory.apd index 59aa157c6..c4a6f12d9 100644 --- a/app/directory.apd +++ b/app/directory.apd @@ -1,2 +1,3 @@ url: $baseurl/directory name: Directory +photo: $baseurl/app/directory.png diff --git a/app/directory.png b/app/directory.png new file mode 100644 index 000000000..2df872d94 Binary files /dev/null and b/app/directory.png differ diff --git a/app/events.apd b/app/events.apd index 4f832ab18..2f43efbe1 100644 --- a/app/events.apd +++ b/app/events.apd @@ -1,4 +1,4 @@ url: $baseurl/events requires: local_user name: Events - +photo: $baseurl/app/events.png diff --git a/app/events.png b/app/events.png new file mode 100644 index 000000000..411ee51f9 Binary files /dev/null and b/app/events.png differ diff --git a/app/home.png b/app/home.png new file mode 100644 index 000000000..3f1b864fc Binary files /dev/null and b/app/home.png differ diff --git a/app/photos.apd b/app/photos.apd index de0e60096..d0a314406 100644 --- a/app/photos.apd +++ b/app/photos.apd @@ -1,4 +1,4 @@ url: $baseurl/photos/$nick requires: local_user name: Photos - +photo: $baseurl/app/photos.png diff --git a/app/photos.png b/app/photos.png new file mode 100644 index 000000000..15bc9417a Binary files /dev/null and b/app/photos.png differ -- cgit v1.2.3 From 6d4d8ec42df3caef9cfc6a538c8c6d772afb175a Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 15 May 2014 22:49:42 -0700 Subject: icons --- app/login.apd | 3 ++- app/login.png | Bin 0 -> 5847 bytes 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 app/login.png (limited to 'app') diff --git a/app/login.apd b/app/login.apd index 8d2c688b5..e4cccbc7e 100644 --- a/app/login.apd +++ b/app/login.apd @@ -1,3 +1,4 @@ url: $baseurl/login requires: nologin -name: Login \ No newline at end of file +name: Login +photo: $baseurl/app/login.png diff --git a/app/login.png b/app/login.png new file mode 100644 index 000000000..4e5625ee7 Binary files /dev/null and b/app/login.png differ -- cgit v1.2.3 From 6ac50faaa24e540baded894f492fb24367aea796 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 16 May 2014 02:13:27 -0700 Subject: doc updates --- app/connections.apd | 4 ++++ app/connections.png | Bin 0 -> 9387 bytes 2 files changed, 4 insertions(+) create mode 100644 app/connections.apd create mode 100644 app/connections.png (limited to 'app') diff --git a/app/connections.apd b/app/connections.apd new file mode 100644 index 000000000..80f9b4570 --- /dev/null +++ b/app/connections.apd @@ -0,0 +1,4 @@ +url: $baseurl/connections +requires: local_user +name: Address Book +photo: $baseurl/app/connections.png diff --git a/app/connections.png b/app/connections.png new file mode 100644 index 000000000..6f6100761 Binary files /dev/null and b/app/connections.png differ -- cgit v1.2.3 From 9e95458ea5fd1cc24df59c70d0bf1d315fe6a3a3 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 16 May 2014 02:54:52 -0700 Subject: the help app --- app/help.apd | 3 +++ app/help.png | Bin 0 -> 6889 bytes 2 files changed, 3 insertions(+) create mode 100644 app/help.apd create mode 100644 app/help.png (limited to 'app') diff --git a/app/help.apd b/app/help.apd new file mode 100644 index 000000000..ca7208e6a --- /dev/null +++ b/app/help.apd @@ -0,0 +1,3 @@ +url: $baseurl/help +name: Help +photo: $baseurl/app/help.png diff --git a/app/help.png b/app/help.png new file mode 100644 index 000000000..e1348231c Binary files /dev/null and b/app/help.png differ -- cgit v1.2.3 From 8fa3cc2f5219cc9519420c002a07ef1b05e916ed Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 21 May 2014 18:13:13 -0700 Subject: system app updates --- app/storage.apd | 4 ++++ app/storage.png | Bin 0 -> 5191 bytes app/webpages.apd | 4 ++++ app/webpages.png | Bin 0 -> 8678 bytes 4 files changed, 8 insertions(+) create mode 100644 app/storage.apd create mode 100644 app/storage.png create mode 100644 app/webpages.apd create mode 100644 app/webpages.png (limited to 'app') diff --git a/app/storage.apd b/app/storage.apd new file mode 100644 index 000000000..7d5172af4 --- /dev/null +++ b/app/storage.apd @@ -0,0 +1,4 @@ +url: $baseurl/store/$nick +requires: local_user +name: Files +photo: $baseurl/app/storage.png diff --git a/app/storage.png b/app/storage.png new file mode 100644 index 000000000..c1f2df801 Binary files /dev/null and b/app/storage.png differ diff --git a/app/webpages.apd b/app/webpages.apd new file mode 100644 index 000000000..4241dbb8e --- /dev/null +++ b/app/webpages.apd @@ -0,0 +1,4 @@ +url: $baseurl/webpages/$nick +requires: local_user +name: Webpages +photo: $baseurl/app/webpages.png diff --git a/app/webpages.png b/app/webpages.png new file mode 100644 index 000000000..460117bae Binary files /dev/null and b/app/webpages.png differ -- cgit v1.2.3 From f03e711d669dfcdb6e46d44e71fd56a6e4361eef Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 21 May 2014 18:18:09 -0700 Subject: bookmarks app --- app/bookmarks.apd | 4 ++++ app/bookmarks.png | Bin 0 -> 5716 bytes 2 files changed, 4 insertions(+) create mode 100644 app/bookmarks.apd create mode 100644 app/bookmarks.png (limited to 'app') diff --git a/app/bookmarks.apd b/app/bookmarks.apd new file mode 100644 index 000000000..f126a35c5 --- /dev/null +++ b/app/bookmarks.apd @@ -0,0 +1,4 @@ +url: $baseurl/bookmarks +requires: local_user +name: Bookmarks +photo: $baseurl/app/bookmarks.png diff --git a/app/bookmarks.png b/app/bookmarks.png new file mode 100644 index 000000000..fffad3329 Binary files /dev/null and b/app/bookmarks.png differ -- cgit v1.2.3 From e9b006a5eba1672258568ece39499d2488bd95eb Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 21 May 2014 19:30:06 -0700 Subject: a couple more system apps --- app/manage.apd | 4 ++++ app/manage.png | Bin 0 -> 9585 bytes app/settings.apd | 4 ++++ app/settings.png | Bin 0 -> 7626 bytes 4 files changed, 8 insertions(+) create mode 100644 app/manage.apd create mode 100644 app/manage.png create mode 100644 app/settings.apd create mode 100644 app/settings.png (limited to 'app') diff --git a/app/manage.apd b/app/manage.apd new file mode 100644 index 000000000..ed6cb9f0a --- /dev/null +++ b/app/manage.apd @@ -0,0 +1,4 @@ +url: $baseurl/manage +requires: local_user +name: Channel Select +photo: $baseurl/app/manage.png diff --git a/app/manage.png b/app/manage.png new file mode 100644 index 000000000..4c4d13162 Binary files /dev/null and b/app/manage.png differ diff --git a/app/settings.apd b/app/settings.apd new file mode 100644 index 000000000..311f793ff --- /dev/null +++ b/app/settings.apd @@ -0,0 +1,4 @@ +url: $baseurl/settings +requires: local_user +name: Settings +photo: $baseurl/app/settings.png diff --git a/app/settings.png b/app/settings.png new file mode 100644 index 000000000..ff5d8e5d2 Binary files /dev/null and b/app/settings.png differ -- cgit v1.2.3 From 4d7fc304ea9dd9b756aba406601739652c54f72d Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 21 May 2014 21:47:09 -0700 Subject: Add the admin app --- app/admin.apd | 4 ++++ app/admin.png | Bin 0 -> 8449 bytes 2 files changed, 4 insertions(+) create mode 100644 app/admin.apd create mode 100644 app/admin.png (limited to 'app') diff --git a/app/admin.apd b/app/admin.apd new file mode 100644 index 000000000..dbd2f6971 --- /dev/null +++ b/app/admin.apd @@ -0,0 +1,4 @@ +url: $baseurl/admin +requires: admin +name: Site Admin +photo: $baseurl/app/admin.png diff --git a/app/admin.png b/app/admin.png new file mode 100644 index 000000000..f1954e52a Binary files /dev/null and b/app/admin.png differ -- cgit v1.2.3 From ae1acf17260ee6d93dac5f54176ffa378e32b100 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 21 May 2014 22:04:03 -0700 Subject: fix cloud path --- app/storage.apd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/storage.apd b/app/storage.apd index 7d5172af4..5900faae8 100644 --- a/app/storage.apd +++ b/app/storage.apd @@ -1,4 +1,4 @@ -url: $baseurl/store/$nick +url: $baseurl/cloud/$nick requires: local_user name: Files photo: $baseurl/app/storage.png -- cgit v1.2.3 From b3636f8bcabf4503eec4575dabb613f330ec0422 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 22 May 2014 17:23:30 -0700 Subject: replace photos app icon --- app/photos.png | Bin 11571 -> 13693 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'app') diff --git a/app/photos.png b/app/photos.png index 15bc9417a..b4b2c519e 100644 Binary files a/app/photos.png and b/app/photos.png differ -- cgit v1.2.3 From ceb64bdb24259cc5e4491fc185fdec348feca95c Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 22 May 2014 17:38:46 -0700 Subject: couple more apps --- app/mail.apd | 4 ++++ app/mail.png | Bin 0 -> 6623 bytes app/mood.apd | 4 ++++ app/mood.png | Bin 0 -> 5137 bytes 4 files changed, 8 insertions(+) create mode 100644 app/mail.apd create mode 100644 app/mail.png create mode 100644 app/mood.apd create mode 100644 app/mood.png (limited to 'app') diff --git a/app/mail.apd b/app/mail.apd new file mode 100644 index 000000000..e916829ad --- /dev/null +++ b/app/mail.apd @@ -0,0 +1,4 @@ +url: $baseurl/message +requires: local_user +name: Mail +photo: $baseurl/app/mail.png diff --git a/app/mail.png b/app/mail.png new file mode 100644 index 000000000..74fbdb03e Binary files /dev/null and b/app/mail.png differ diff --git a/app/mood.apd b/app/mood.apd new file mode 100644 index 000000000..ef90650f0 --- /dev/null +++ b/app/mood.apd @@ -0,0 +1,4 @@ +url: $baseurl/mood +requires: local_user +name: Mood +photo: $baseurl/app/mood.png diff --git a/app/mood.png b/app/mood.png new file mode 100644 index 000000000..7df642b96 Binary files /dev/null and b/app/mood.png differ -- cgit v1.2.3 From 39d5f2abcfbeabb2e7d1483dfb753eda8882b35b Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 22 May 2014 20:39:42 -0700 Subject: more apps --- app/chat.apd | 4 ++++ app/chat.png | Bin 0 -> 2194 bytes app/poke.apd | 4 ++++ app/poke.png | Bin 0 -> 14377 bytes 4 files changed, 8 insertions(+) create mode 100644 app/chat.apd create mode 100644 app/chat.png create mode 100644 app/poke.apd create mode 100644 app/poke.png (limited to 'app') diff --git a/app/chat.apd b/app/chat.apd new file mode 100644 index 000000000..2eba8edba --- /dev/null +++ b/app/chat.apd @@ -0,0 +1,4 @@ +url: $baseurl/chat/$nick +requires: local_user +name: Chat +photo: $baseurl/app/chat.png diff --git a/app/chat.png b/app/chat.png new file mode 100644 index 000000000..aa03c75dd Binary files /dev/null and b/app/chat.png differ diff --git a/app/poke.apd b/app/poke.apd new file mode 100644 index 000000000..b7d189224 --- /dev/null +++ b/app/poke.apd @@ -0,0 +1,4 @@ +url: $baseurl/poke +requires: local_user +name: Poke +photo: $baseurl/app/poke.png diff --git a/app/poke.png b/app/poke.png new file mode 100644 index 000000000..1d264dd1b Binary files /dev/null and b/app/poke.png differ -- cgit v1.2.3 From 345f784f670ed8f41bf0435f1cba8a634597b92d Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 22 May 2014 21:24:41 -0700 Subject: fix search to use in app --- app/search.apd | 3 +++ app/search.png | Bin 0 -> 8544 bytes 2 files changed, 3 insertions(+) create mode 100644 app/search.apd create mode 100644 app/search.png (limited to 'app') diff --git a/app/search.apd b/app/search.apd new file mode 100644 index 000000000..ed48909b4 --- /dev/null +++ b/app/search.apd @@ -0,0 +1,3 @@ +url: $baseurl/search +name: Search +photo: $baseurl/app/search.png diff --git a/app/search.png b/app/search.png new file mode 100644 index 000000000..e483280ec Binary files /dev/null and b/app/search.png differ -- cgit v1.2.3 From 626eab99f8affc59f3578dabf4fd2ad97abd62e4 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 23 May 2014 14:52:55 -0700 Subject: add profile photo app because it is sometimes hard to find. Also doc updates --- app/pphoto.apd | 4 ++++ app/pphoto.png | Bin 0 -> 10229 bytes 2 files changed, 4 insertions(+) create mode 100644 app/pphoto.apd create mode 100644 app/pphoto.png (limited to 'app') diff --git a/app/pphoto.apd b/app/pphoto.apd new file mode 100644 index 000000000..e7da9cf9c --- /dev/null +++ b/app/pphoto.apd @@ -0,0 +1,4 @@ +url: $baseurl/profile_photo +requires: local_user +name: Profile Photo +photo: $baseurl/app/pphoto.png diff --git a/app/pphoto.png b/app/pphoto.png new file mode 100644 index 000000000..eda371e8b Binary files /dev/null and b/app/pphoto.png differ -- cgit v1.2.3 From 059b6cd411e7034bd6b1b6de02dc34984259bd11 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 23 May 2014 15:30:22 -0700 Subject: add randprof app and do away with the universally hated chanview-iframe mode. It's gone. Please do not try and bring it back. We are not Diaspora and we have no desire to be like them. ("And they're all made out of ticky-tacky and they all look just the same"). Our profiles do not have to look the same and they won't anyway. We don't have to sugar coat the fact that some of the content in the matrix doesn't look like the rest of the content in the matrix. --- app/randprof.apd | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/randprof.apd (limited to 'app') diff --git a/app/randprof.apd b/app/randprof.apd new file mode 100644 index 000000000..30ff0236b --- /dev/null +++ b/app/randprof.apd @@ -0,0 +1,5 @@ +url: $baseurl/randprof +name: Random Channel +target: randprof + + -- cgit v1.2.3 From ad6d28731d975ed2e902e058cbb05a7e88d77ac9 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 25 May 2014 20:33:50 -0700 Subject: icon for randprof --- app/randprof.apd | 1 + app/randprof.png | Bin 0 -> 50762 bytes 2 files changed, 1 insertion(+) create mode 100644 app/randprof.png (limited to 'app') diff --git a/app/randprof.apd b/app/randprof.apd index 30ff0236b..9534c77f6 100644 --- a/app/randprof.apd +++ b/app/randprof.apd @@ -1,5 +1,6 @@ url: $baseurl/randprof name: Random Channel target: randprof +photo: $baseurl/app/randprof.png diff --git a/app/randprof.png b/app/randprof.png new file mode 100644 index 000000000..3280ef8ee Binary files /dev/null and b/app/randprof.png differ -- cgit v1.2.3 From 1952280e16e745418cc79357bcdc494da59eac89 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 1 Jun 2014 22:39:24 -0700 Subject: probe app --- app/probe.apd | 4 ++++ app/probe.png | Bin 0 -> 13738 bytes 2 files changed, 4 insertions(+) create mode 100644 app/probe.apd create mode 100644 app/probe.png (limited to 'app') diff --git a/app/probe.apd b/app/probe.apd new file mode 100644 index 000000000..c96399391 --- /dev/null +++ b/app/probe.apd @@ -0,0 +1,4 @@ +url: $baseurl/probe +requires: local_user +name: Probe +photo: $baseurl/app/probe.png diff --git a/app/probe.png b/app/probe.png new file mode 100644 index 000000000..233481216 Binary files /dev/null and b/app/probe.png differ -- cgit v1.2.3 From 576c36c56fd1e14deb2f1c9072988a45bab355cc Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 2 Jun 2014 03:58:59 -0700 Subject: better scaling --- app/probe.png | Bin 13738 -> 13695 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'app') diff --git a/app/probe.png b/app/probe.png index 233481216..e56795598 100644 Binary files a/app/probe.png and b/app/probe.png differ -- cgit v1.2.3 From 4efd7a29867b1fe2f725c316f17319dd650a5d48 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 2 Jun 2014 19:13:31 -0700 Subject: image update --- app/probe.png | Bin 13695 -> 9629 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'app') diff --git a/app/probe.png b/app/probe.png index e56795598..3e84999c0 100644 Binary files a/app/probe.png and b/app/probe.png differ -- cgit v1.2.3 From 1d5bcc6c436640821d31981c8c1395dc6b69a393 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 2 Jun 2014 19:17:07 -0700 Subject: add alpha channel --- app/probe.png | Bin 9629 -> 10625 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'app') diff --git a/app/probe.png b/app/probe.png index 3e84999c0..71a954bf8 100644 Binary files a/app/probe.png and b/app/probe.png differ -- cgit v1.2.3 From b5617a5552896a7715264a374299a241df47b062 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 3 Jun 2014 19:45:38 -0700 Subject: suggest app --- app/suggest.apd | 4 ++++ app/suggest.png | Bin 0 -> 2164 bytes 2 files changed, 4 insertions(+) create mode 100644 app/suggest.apd create mode 100644 app/suggest.png (limited to 'app') diff --git a/app/suggest.apd b/app/suggest.apd new file mode 100644 index 000000000..ff82a73d3 --- /dev/null +++ b/app/suggest.apd @@ -0,0 +1,4 @@ +url: $baseurl/suggest +requires: local_user +name: Suggest +photo: $baseurl/app/suggest.png diff --git a/app/suggest.png b/app/suggest.png new file mode 100644 index 000000000..6868da30f Binary files /dev/null and b/app/suggest.png differ -- cgit v1.2.3 From 594312c9e81bfb1fc18edec33c47b422c4f59051 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 4 Jun 2014 22:46:34 -0700 Subject: hexit app --- app/hex.apd | 3 +++ app/hex.png | Bin 0 -> 12239 bytes 2 files changed, 3 insertions(+) create mode 100644 app/hex.apd create mode 100644 app/hex.png (limited to 'app') diff --git a/app/hex.apd b/app/hex.apd new file mode 100644 index 000000000..0537a1b8f --- /dev/null +++ b/app/hex.apd @@ -0,0 +1,3 @@ +url: $baseurl/hexit +name: Hexit +photo: $baseurl/app/hex.png diff --git a/app/hex.png b/app/hex.png new file mode 100644 index 000000000..ce4da8d46 Binary files /dev/null and b/app/hex.png differ -- cgit v1.2.3 From 9d13efb02dcb98c5ce2a4c698a9ab826190c861c Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 4 Jun 2014 23:11:28 -0700 Subject: features app --- app/features.apd | 4 ++++ app/features.png | Bin 0 -> 7152 bytes 2 files changed, 4 insertions(+) create mode 100644 app/features.apd create mode 100644 app/features.png (limited to 'app') diff --git a/app/features.apd b/app/features.apd new file mode 100644 index 000000000..3d01e841c --- /dev/null +++ b/app/features.apd @@ -0,0 +1,4 @@ +url: $baseurl/settings/features +requires: local_user +name: Features +photo: $baseurl/app/features.png diff --git a/app/features.png b/app/features.png new file mode 100644 index 000000000..cdccd19f7 Binary files /dev/null and b/app/features.png differ -- cgit v1.2.3 From c4fc9a9cf69fd87e4ab9136e6b4eaa9b1a9266b2 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 5 Jun 2014 17:42:48 -0700 Subject: move hexit to addons where it belongs --- app/hex.apd | 3 --- app/hex.png | Bin 12239 -> 0 bytes 2 files changed, 3 deletions(-) delete mode 100644 app/hex.apd delete mode 100644 app/hex.png (limited to 'app') diff --git a/app/hex.apd b/app/hex.apd deleted file mode 100644 index 0537a1b8f..000000000 --- a/app/hex.apd +++ /dev/null @@ -1,3 +0,0 @@ -url: $baseurl/hexit -name: Hexit -photo: $baseurl/app/hex.png diff --git a/app/hex.png b/app/hex.png deleted file mode 100644 index ce4da8d46..000000000 Binary files a/app/hex.png and /dev/null differ -- cgit v1.2.3 From 04aed393e9d3b8d6810d915c47d9cec7c65d8b99 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 9 Jun 2014 16:06:24 -0700 Subject: post app --- app/post.apd | 4 ++++ app/post.png | Bin 0 -> 2850 bytes 2 files changed, 4 insertions(+) create mode 100644 app/post.apd create mode 100644 app/post.png (limited to 'app') diff --git a/app/post.apd b/app/post.apd new file mode 100644 index 000000000..d9952f8ec --- /dev/null +++ b/app/post.apd @@ -0,0 +1,4 @@ +url: $baseurl/rpost?f=&body=%10 +requires: observer +name: Post +photo: $baseurl/app/post.png diff --git a/app/post.png b/app/post.png new file mode 100644 index 000000000..11d48e271 Binary files /dev/null and b/app/post.png differ -- cgit v1.2.3 From 4593472638a563fbf19a43663ceed3cfef59915d Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 10 Jun 2014 23:00:37 -0700 Subject: oops that's hex not decimal --- app/post.apd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/post.apd b/app/post.apd index d9952f8ec..780eed47e 100644 --- a/app/post.apd +++ b/app/post.apd @@ -1,4 +1,4 @@ -url: $baseurl/rpost?f=&body=%10 +url: $baseurl/rpost?f=&body=%0A requires: observer name: Post photo: $baseurl/app/post.png -- cgit v1.2.3 From d43227a730927c88745c5c35029fd57562265e3e Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 23 Jun 2014 02:15:02 -0700 Subject: language selector app --- app/lang.apd | 3 +++ app/lang.png | Bin 0 -> 7556 bytes 2 files changed, 3 insertions(+) create mode 100644 app/lang.apd create mode 100644 app/lang.png (limited to 'app') diff --git a/app/lang.apd b/app/lang.apd new file mode 100644 index 000000000..afe049866 --- /dev/null +++ b/app/lang.apd @@ -0,0 +1,3 @@ +url: $baseurl/lang +name: Language +photo: $baseurl/app/lang.png diff --git a/app/lang.png b/app/lang.png new file mode 100644 index 000000000..4c0b9aad1 Binary files /dev/null and b/app/lang.png differ -- cgit v1.2.3