Skip to content

Commit

Permalink
Merge branch 'master' into feat/messages-no-show-1st-unread
Browse files Browse the repository at this point in the history
Conflicts:
	apps/messagegui/ChangeLog
  • Loading branch information
bobrippling committed Nov 7, 2024
2 parents 6c42d01 + c217a4f commit 03b1519
Show file tree
Hide file tree
Showing 203 changed files with 2,631 additions and 899 deletions.
3 changes: 1 addition & 2 deletions apps/a_dndtoggle/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@
}

E.showMenu(buildMainMenu());
});

})
2 changes: 1 addition & 1 deletion apps/activepedom/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@
},
};
E.showMenu(menu);
});
})
2 changes: 1 addition & 1 deletion apps/agpsdata/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ function buildMainMenu() {
}

E.showMenu(buildMainMenu());
});
})
2 changes: 1 addition & 1 deletion apps/alarm/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
};

E.showMenu(appMenu);
});
})
2 changes: 1 addition & 1 deletion apps/andark/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
};

E.showMenu(appMenu);
});
})
3 changes: 2 additions & 1 deletion apps/android/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@
0.36: Move from wrapper function to {} and let - faster execution at boot
Allow `calendar-` to take an array of items to remove
0.37: Support Gadgetbridge canned responses
0.38: Don't rewrite settings file on every boot!
0.38: Don't rewrite settings file on every boot!
0.39: Move GB message handling into a library to reduce boot time from 40ms->13ms
Loading

0 comments on commit 03b1519

Please sign in to comment.